Update src/app/contact/page.tsx

This commit is contained in:
2026-03-11 20:16:10 +00:00
parent 442cdb2249
commit 629742c439

View File

@@ -36,9 +36,7 @@ export default function ContactPage() {
id: item.id,
}))}
button={{
text: "Contact Us",
href: "/contact",
}}
text: "Contact Us", href: "tel:+1-605-555-0100"}}
animateOnLoad={true}
/>
</div>
@@ -49,8 +47,7 @@ export default function ContactPage() {
title="Get Fresh Bakes Delivered to Your Inbox"
description="Subscribe to our newsletter for weekly specials, new menu items, and exclusive bakery updates straight from Guatelinda Bakery in Sioux Falls."
background={{
variant: "rotated-rays-static-grid",
}}
variant: "rotated-rays-static-grid"}}
useInvertedBackground={false}
inputPlaceholder="Your email address"
buttonText="Subscribe"
@@ -62,13 +59,9 @@ export default function ContactPage() {
<FooterLogoReveal
logoText="Guatelinda"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ThemeProvider>