Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-22 20:51:09 +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."
buttons={[
{
text: "Order Now", href: "#contact"},
text: "Order Online for Pickup", href: "#contact"},
{
text: "Call Us", href: "tel:0000000000"},
]}
@@ -180,4 +180,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}