Compare commits
3 Commits
version_8
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 046fed12f8 | |||
| 532276f363 | |||
| 7e3ed6a44e |
@@ -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,14 @@ 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. Feel free to contact us by texting this number: 555-0123."
|
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
useInvertedBackground={false}
|
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" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user