6 Commits

Author SHA1 Message Date
aa06070bd8 Merge version_3 into main
Merge version_3 into main
2026-04-20 19:09:44 +00:00
4a5133ce8e Update src/app/page.tsx 2026-04-20 19:09:38 +00:00
b4da325332 Merge version_2 into main
Merge version_2 into main
2026-04-20 18:55:36 +00:00
583fe760aa Update src/app/page.tsx 2026-04-20 18:55:33 +00:00
4f2f83cbd8 Merge version_1 into main
Merge version_1 into main
2026-04-20 18:53:41 +00:00
5fc8795f2d Merge version_1 into main
Merge version_1 into main
2026-04-20 18:53:05 +00:00

View File

@@ -139,7 +139,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={false}
title="Find Us"
description="5 Walstead Rd, Walsall, WS5 4LZ | 01922 641025 | Open until 9:30pm daily"
description="5 Walstead Rd, Walsall, WS5 4LZ | 01922 641025 | Open until 9:30pm daily. Easily find us by clicking here: https://www.google.com/maps/dir/?api=1&destination=5+Walstead+Rd,+Walsall,+WS5+4LZ"
inputs={[
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Your Email" },
@@ -154,7 +154,7 @@ export default function LandingPage() {
logoText="Kings Fish Bar"
columns={[
{ title: "Order Online", items: [{ label: "Uber Eats", href: "https://www.ubereats.com/gb/store/kings-fish-bar/4IL4dxqKSWSmv714QZiGpw" }] },
{ title: "Visit Us", items: [{ label: "5 Walstead Rd, Walsall", href: "#contact" }] },
{ title: "Visit Us", items: [{ label: "5 Walstead Rd, Walsall", href: "https://www.google.com/maps/dir/?api=1&destination=5+Walstead+Rd,+Walsall,+WS5+4LZ" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
copyrightText="© 2025 Kings Fish Bar. All rights reserved."