Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-10 17:25:14 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
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 FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
@@ -143,11 +143,11 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
<ContactCenter
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" }}
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."
buttons={[{ text: "Get Your Free Quote", href: "#contact-form" }]}
/>
</div>