diff --git a/src/app/page.tsx b/src/app/page.tsx index b789f5c..44f1731 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,7 +40,6 @@ export default function LandingPage() { name: "Visit", id: "#location"}, ]} brandName="Fika Coffee Shop" - button={{ text: "Order Now", href: "#" }} /> @@ -209,10 +208,7 @@ export default function LandingPage() { tag="Join Us" title="Your New Favourite Coffee Spot Awaits" description="Come experience the warmth and taste the love in every cup. Your table is ready." - buttons={[ - { - text: "Visit Fika Coffee Shop", href: "#"}, - ]} + buttons={[]} /> @@ -257,4 +253,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file