Skip to content

Commit

Permalink
Triggered change
Browse files Browse the repository at this point in the history
  • Loading branch information
Daoud-Hussain committed Nov 19, 2024
1 parent 7480419 commit c6a8410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function Page() {
<div className="bg-gray-50 div-container min-h-screen flex flex-col items-center">
<header className="w-full max-w-7xl flex justify-center items-center p-5 bg-white shadow-md">
<div className="flex justify-between w-full max-w-4xl">
<h1 className="text-3xl font-bold text-blue-600">Next.js App</h1>
<h1 className="text-3xl font-bold text-blue-600">Next.js Site</h1>
<nav className="space-x-4">
<a href="#" className="text-gray-600 hover:text-blue-600">Home</a>
<a href="#" className="text-gray-600 hover:text-blue-600">About</a>
Expand All @@ -20,7 +20,7 @@ export default function Page() {

<main className="w-full max-w-7xl flex flex-col items-center p-6">
<section className="text-center py-12">
<h2 className="text-4xl font-bold text-gray-800 mb-4">Welcome to Our Site</h2>
<h2 className="text-4xl font-bold text-gray-800 mb-4">Welcome to Our Website</h2>
<p className="text-lg text-gray-600">Discover beautiful images and engaging content below.</p>
</section>

Expand Down

0 comments on commit c6a8410

Please sign in to comment.