diff --git a/src/app/page.tsx b/src/app/page.tsx index 892c999..5dd0e99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,9 +33,9 @@ export default function LandingPage() { { name: "Menu", id: "menu" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, - { name: "Reservations", id: "reservations" } + { name: "Reservations", id: "/reservations" } ]} - button={{ text: "Reserve Table", href: "reservations" }} + button={{ text: "Reserve Table", href: "/reservations" }} brandName="Sheila's Café" /> @@ -45,8 +45,8 @@ export default function LandingPage() { logoText="Sheila's Café" description="Where Premium Breakfast Meets Warm Hospitality. Experience expertly crafted dishes, specialty coffee, and genuine service in our intimate Paddington setting." buttons={[ - { text: "Reserve Your Table", href: "reservations" }, - { text: "View Menu", href: "menu" } + { text: "Reserve Your Table", href: "/reservations" }, + { text: "View Menu", href: "#menu" } ]} background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/wooden-furniture-with-cup-coffee_1203-1682.jpg" @@ -63,7 +63,7 @@ export default function LandingPage() { { type: "text", content: "Sheila's Café is a destination for those who appreciate" }, { type: "text", content: "quality, warmth, and exceptional dining experiences" } ]} - buttons={[{ text: "Learn Our Story", href: "#about" }]} + buttons={[{ text: "Reserve Now", href: "/reservations" }]} useInvertedBackground={false} /> @@ -86,7 +86,7 @@ export default function LandingPage() { /> -