Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-12 16:34:46 +00:00

View File

@@ -165,7 +165,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={false}
title="Visit Becks Café"
description="28 Red Lion St, London WC1R 4PS | +44 20 7405 8565"
description="28 Red Lion St, London WC1R 4PS | +44 20 7405 8565 | Open Daily: 7am - 8pm"
inputs={[
{
name: "name", type: "text", placeholder: "Your Name"},
@@ -180,7 +180,7 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Becks Café"
leftLink={{
text: "Privacy Policy", href: "#"}}
text: "Privacy Policy", href: "#"}},
rightLink={{
text: "Terms of Service", href: "#"}}
/>