Update src/app/page.tsx

This commit is contained in:
2026-05-26 12:37:34 +00:00
parent b29760ea27
commit cd5c38ac77

View File

@@ -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"},
]}
/>
</div>
@@ -283,4 +283,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}