Update src/app/contact/page.tsx

This commit is contained in:
2026-03-09 23:19:30 +00:00
parent 7e5acc8640
commit 495f99d4c5

View File

@@ -30,12 +30,10 @@ export default function ContactPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="La Crêperie"
brandName="Catherine's Canteen"
navItems={navItems}
button={{
text: "Call Now",
href: "tel:+1234567890",
}}
text: "Call Now", href: "tel:+1234567890"}}
/>
</div>
@@ -45,13 +43,10 @@ export default function ContactPage() {
animationType="reveal-blur"
buttons={[
{
text: "Call +1 (234) 567-890",
href: "tel:+1234567890",
},
text: "Call +1 (234) 567-890", href: "tel:+1234567890"},
]}
background={{
variant: "plain",
}}
variant: "plain"}}
useInvertedBackground={false}
/>
</div>
@@ -62,32 +57,23 @@ export default function ContactPage() {
animationType="entrance-slide"
buttons={[
{
text: "Call Now",
href: "tel:+1234567890",
},
text: "Call Now", href: "tel:+1234567890"},
{
text: "Get Directions",
href: "https://maps.google.com",
},
text: "Get Directions", href: "https://maps.google.com"},
]}
background={{
variant: "plain",
}}
variant: "plain"}}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="La Crêperie"
logoText="Catherine's Canteen"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ThemeProvider>