diff --git a/src/app/page.tsx b/src/app/page.tsx index b0fe002..9bc26ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,7 +39,7 @@ export default function LandingPage() { ]} brandName="Annapolis Ink" button={{ - text: "Book Now", href: "#contact"}} + text: "Book Now", href: "contact"}} /> @@ -57,8 +57,8 @@ export default function LandingPage() { ]} avatarText="50 rating from 800 reviews" buttons={[ - { text: "Book Appointment", href: "#contact" }, - { text: "View Portfolio", href: "#products" }, + { text: "Book Appointment", href: "contact" }, + { text: "View Portfolio", href: "products" }, ]} marqueeItems={[ { type: "text-icon", text: "Professional", icon: CheckCircle }, @@ -152,7 +152,7 @@ export default function LandingPage() { title="Book Your Appointment Today" description="Located in the heart of Annapolis. We're ready to make your vision a reality." buttons={[ - { text: "Contact Us Now", href: "#" }, + { text: "Contact Us Now", href: "contact" }, ]} /> @@ -162,9 +162,9 @@ export default function LandingPage() { columns={[ { title: "Studio", items: [ - { label: "About Us", href: "#about" }, - { label: "Artists", href: "#team" }, - { label: "Contact", href: "#contact" }, + { label: "About Us", href: "about" }, + { label: "Artists", href: "team" }, + { label: "Contact", href: "contact" }, ], }, { @@ -188,4 +188,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file