Merge version_4 into main #3
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
||||
{ name: "Studio", id: "about" },
|
||||
{ name: "Process", id: "features" },
|
||||
{ name: "Portfolio", id: "products" },
|
||||
{ name: "Consult", id: "contact" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Design Studio 9"
|
||||
/>
|
||||
@@ -143,29 +143,23 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get Started"
|
||||
title="Begin Your Design Story"
|
||||
description="Let's discuss how we can transform your space."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283234.jpg"
|
||||
buttonText="Connect on WhatsApp"
|
||||
onSubmit={(email) => console.log('Consultation requested:', email)}
|
||||
<ContactCTA
|
||||
tag="Connect with Us"
|
||||
title="Start Your Luxury Home Journey"
|
||||
description="Design Studio 9, B8, Pocket C, Mayfield Garden, Sector 50, Gurugram. Reach out via WhatsApp or Email to begin."
|
||||
buttons={[
|
||||
{ text: "Start on WhatsApp", href: "https://wa.me/919876543210" },
|
||||
{ text: "Email Us", href: "mailto:info@designstudio9.com" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="map" data-section="map" className="bg-card p-10 mt-10 rounded-xl">
|
||||
<h2 className="text-2xl font-bold mb-4">Our Location</h2>
|
||||
<p className="text-lg">Design Studio 9/ PDCO Architects, B8, Basement, Pocket C, Mayfield Garden, Sector 50, Gurugram, Haryana 122018</p>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Design Studio 9"
|
||||
columns={[
|
||||
{ title: "Studio", items: [{ label: "About Us", href: "#about" }, { label: "Portfolio", href: "#products" }] },
|
||||
{ title: "Connect", items: [{ label: "WhatsApp", href: "#" }] },
|
||||
{ title: "Connect", items: [{ label: "WhatsApp", href: "https://wa.me/919876543210" }, { label: "Instagram", href: "https://instagram.com/designstudio9" }] },
|
||||
]}
|
||||
copyrightText="© 2025 Design Studio 9. All Rights Reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user