From 629742c4391864b14c3c754112e047e5a3c115d2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 20:16:10 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) 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() {