diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ed65812..8c03ce4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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} /> @@ -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() {