From eb29eabbb7f6585c8d0f7e51a1fc6c5bc6be2c5a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 08:07:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c1a262c..894878b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,10 +43,10 @@ export default function LandingPage() { { name: "FAQ", id: "#faq"}, { - name: "Contact", id: "/contact"}, + name: "Contact", id: "#contact"}, ]} button={{ - text: "Order Now", href: "/contact"}} + text: "Order Now", href: "#contact"}} brandName="Yummy Treat Cafe" /> @@ -59,7 +59,7 @@ export default function LandingPage() { { text: "View Our Menu", href: "#menu"}, { - text: "Make a Reservation", href: "/contact"}, + text: "Make a Reservation", href: "#contact"}, ]} buttonAnimation="opacity" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ew72tQ0YGAQem6xgdTcYkfYePC/uploaded-1781078046428-fal3d8w8.jpg" @@ -75,10 +75,7 @@ export default function LandingPage() { { type: "text", content: "Our Story: Passion for Flavor, Love for Community"}, ]} - buttons={[ - { - text: "Learn More"}, - ]} + buttons={[]} /> @@ -218,7 +215,7 @@ export default function LandingPage() { { label: "Delivery", href: "#features"}, { - label: "Reservations", href: "/contact"}, + label: "Reservations", href: "#contact"}, ], }, { @@ -226,7 +223,7 @@ export default function LandingPage() { { label: "FAQ", href: "#faq"}, { - label: "Contact Us", href: "/contact"}, + label: "Contact Us", href: "#contact"}, { label: "Privacy Policy", href: "#"}, ], -- 2.49.1