Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aa06070bd8 | |||
| 4a5133ce8e | |||
| b4da325332 | |||
| 583fe760aa | |||
| 4f2f83cbd8 | |||
| 5fc8795f2d |
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user