Compare commits
4 Commits
version_10
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 0680d5239c | |||
| 43712616b6 | |||
| 4acd5e94d4 | |||
| 0b4470da29 |
@@ -38,9 +38,14 @@ export default function ContactPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
tag="Order Now"
|
tag="Order Now"
|
||||||
title="Get in Touch"
|
title="Hi! This is Tess’s Kitchen 🍽️"
|
||||||
description="Text us at (555) 123-4567 to place your order or ask any questions about our treats."
|
description="You can text this number anytime to: 520-252-2004
|
||||||
buttons={[{ text: "Text Us Now", href: "sms:+15551234567" }]}
|
• 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" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user