From 0680d5239cff3e9cd4d1ae64103ac2584f387da5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 02:31:56 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fb09115..b480047 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -38,9 +38,14 @@ export default function ContactPage() { useInvertedBackground={true} background={{ variant: "radial-gradient" }} tag="Order Now" - title="Get in Touch" - description="Text us at (555) 123-4567 to place your order or ask any questions about our treats." - buttons={[{ text: "Text Us Now", href: "sms:+15551234567" }]} + title="Hi! This is Tess’s Kitchen 🍽️" + description="You can text this number anytime to: 520-252-2004 +• Ask questions about the menu +• Place an order +• Check availability or specials + +Just send us a message with what you need, and we’ll get back to you as soon as possible. Looking forward to serving you! 😊" + buttons={[{ text: "Text Us Now", href: "sms:5202522004" }]} /> -- 2.49.1