Compare commits
6 Commits
version_9
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 0680d5239c | |||
| 43712616b6 | |||
| 4acd5e94d4 | |||
| 0b4470da29 | |||
| 046fed12f8 | |||
| 532276f363 |
@@ -4,6 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
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 (
|
||||||
@@ -32,6 +33,22 @@ export default function ContactPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="contact-cta" data-section="contact-cta">
|
||||||
|
<ContactCTA
|
||||||
|
useInvertedBackground={true}
|
||||||
|
background={{ variant: "radial-gradient" }}
|
||||||
|
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 id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
|
|||||||
Reference in New Issue
Block a user