Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7ff1c5c299 | |||
| c7306bef7a | |||
| 8746ef540d | |||
| 4b1128aa2b | |||
| 4c4e70448c | |||
| 6c7272c468 |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
@@ -143,11 +143,12 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
tag="Contact Us"
|
||||||
|
title="Visit Our Showroom"
|
||||||
|
description="Find us at 8340 Vickers St K, San Diego, CA 92111. Our team is ready to assist with your project goals."
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
text="Ready to start your next project? We are located at 8340 Vickers St K, San Diego, CA 92111. Call us at +1 619-330-1299 for a free estimate."
|
useInvertedBackground={false}
|
||||||
buttons={[{ text: "Get Your Free Quote", href: "#contact-form" }]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user