2 Commits

Author SHA1 Message Date
3f782dd407 Update src/app/page.tsx 2026-04-22 20:51:03 +00:00
b841721580 Merge version_2 into main
Merge version_2 into main
2026-04-22 20:50:18 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
description="Fresh. Crispy. Legendary. Serving premium quality fish & chips made fresh daily with the finest ingredients." description="Fresh. Crispy. Legendary. Serving premium quality fish & chips made fresh daily with the finest ingredients."
buttons={[ buttons={[
{ {
text: "Order Now", href: "#contact"}, text: "Order Online for Pickup", href: "#contact"},
{ {
text: "Call Us", href: "tel:0000000000"}, text: "Call Us", href: "tel:0000000000"},
]} ]}
@@ -180,4 +180,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }