From cd5c38ac772cdea851cf9a53bc7567036eaa5bd9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 12:37:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cebbecd..53251ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -231,9 +231,9 @@ export default function LandingPage() { text="Ready to Feast? Order Your 3 Guys Favorites Now!" buttons={[ { - text: "Start Your Order", href: "#"}, + text: "Start Your Order", href: "#contact"}, { - text: "View Locations", href: "#"}, + text: "View Locations", href: "#contact"}, ]} /> @@ -283,4 +283,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file