Skip to content

Commit

Permalink
change home page
Browse files Browse the repository at this point in the history
  • Loading branch information
thixpin committed May 11, 2024
1 parent 80573c5 commit 1102f22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default function Home() {
<header className="w-full text-center">
<h1 className="text-4xl font-bold text-gray-900 dark:text-gray-100">Welcome to devKtOps</h1>
<p className="mt-4 text-lg text-gray-700 dark:text-gray-300">Empowering DevOps for your organization</p>
<p className="mt-4 text-lg text-gray-700 dark:text-gray-300">We provide tools, learning resources, and a community to help you succeed.</p>
</header>

<section className="my-16 grid gap-6 lg:grid-cols-3">
Expand Down

0 comments on commit 1102f22

Please sign in to comment.