Compare commits
12 Commits
version_6
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 0680d5239c | |||
| 43712616b6 | |||
| 4acd5e94d4 | |||
| 0b4470da29 | |||
| 046fed12f8 | |||
| 532276f363 | |||
| 7e3ed6a44e | |||
| a94628a334 | |||
| 0d90586c41 | |||
| 9c3a9913bf | |||
| caf7039370 | |||
| 6afeebea35 |
@@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
|
|
||||||
export default function ContactPage() {
|
export default function ContactPage() {
|
||||||
return (
|
return (
|
||||||
@@ -33,13 +33,19 @@ export default function ContactPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact" className="py-20">
|
<div id="contact-cta" data-section="contact-cta">
|
||||||
<ContactCenter
|
<ContactCTA
|
||||||
tag="Contact Us"
|
useInvertedBackground={true}
|
||||||
title="Get in Touch"
|
|
||||||
description="Send us a message and we'll get back to you shortly regarding your orders and inquiries."
|
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
useInvertedBackground={false}
|
tag="Order Now"
|
||||||
|
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" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user