Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-06-09 17:44:14 +00:00

View File

@@ -2,12 +2,20 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
export default function LandingPage() {
export default function ContactPage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Properties", id: "/#properties" },
{ name: "Investment", id: "/#investment" },
{ name: "Contact Us", id: "/contact" },
];
return (
<ThemeProvider
defaultButtonVariant="text-shift"
@@ -22,162 +30,44 @@ export default function LandingPage() {
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About Us",
id: "/about",
},
{
name: "Services",
id: "/services",
},
{
name: "Properties",
id: "/#properties",
},
{
name: "Investment",
id: "/#investment",
},
{
name: "Contact Us",
id: "/contact",
},
]}
brandName="Nandi Real Estate"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen navItems={navItems} brandName="Nandi Real Estate" />
</div>
<div id="contact-info" data-section="contact-info">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
tag="Get in Touch"
title="Connect with Nandi Real Estate"
description="Visit us at Shah Arcade-2, Shop No. 9, Rani Sati Road, Malad East, Mumbai, Maharashtra 400097 or call us at +91 90044 50055. Our experts are available 24/7 to assist you. Fill out the form below for a free consultation on your property requirements."
imageSrc="http://img.b2bpic.net/free-photo/crazy-businessman-happy-expression_1194-3584.jpg"
imageAlt="Google Map showing Nandi Real Estate office in Malad East, Mumbai"
mediaAnimation="reveal-blur"
mediaPosition="right"
inputPlaceholder="Enter your email for a free consultation"
buttonText="Get Free Consultation"
termsText="By clicking Get Free Consultation, you agree to our privacy policy and terms of service."
/>
</div>
<div id="contact-info" data-section="contact-info">
<ContactSplit
useInvertedBackground={false}
background={{ variant: "radial-gradient" }}
tag="Get in Touch"
title="Connect with Nandi Real Estate"
description="Visit us at Shah Arcade-2, Shop No. 9, Rani Sati Road, Malad East, Mumbai, Maharashtra 400097 or call us at +91 90044 50055. Our experts are available 24/7 to assist you. Fill out the form below for a free consultation on your property requirements."
imageSrc="http://img.b2bpic.net/free-photo/crazy-businessman-happy-expression_1194-3584.jpg"
imageAlt="Google Map showing Nandi Real Estate office in Malad East, Mumbai"
mediaAnimation="reveal-blur"
mediaPosition="right"
inputPlaceholder="Enter your email for a free consultation"
buttonText="Get Free Consultation"
termsText="By clicking Get Free Consultation, you agree to our privacy policy and terms of service."
buttonAnimation="blur-reveal"
/>
</div>
<div id="contact-faq" data-section="contact-faq">
<FaqSplitText
useInvertedBackground={true}
faqs={[
{
id: "faq-1",
title: "What types of properties do you handle?",
content: "We specialize in residential, commercial, and investment properties across various prime locations in Mumbai, including apartments, villas, office spaces, and land.",
},
{
id: "faq-2",
title: "How do you ensure property verification?",
content: "Our team conducts thorough due diligence, including legal checks, site inspections, and document verification, to ensure all listings are legitimate and hassle-free.",
},
{
id: "faq-3",
title: "Do you offer investment guidance?",
content: "Yes, we provide expert investment consulting, offering market analysis, projected returns, and tailored strategies for long-term wealth creation in Mumbai real estate.",
},
{
id: "faq-4",
title: "What are your operating hours?",
content: "Nandi Real Estate operates 24/7, ensuring our clients receive support and assistance whenever they need it, around the clock.",
},
]}
sideTitle="Common Questions"
sideDescription="Find quick answers to frequently asked questions about our services, process, and property listings."
faqsAnimation="reveal-blur"
textPosition="right"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/river-modern-buildings_1359-851.jpg?_wi=4"
imageAlt="Mumbai city skyline at night"
logoText="Nandi Real Estate"
columns={[
{
title: "Quick Links",
items: [
{
label: "Home",
href: "/",
},
{
label: "About Us",
href: "/about",
},
{
label: "Services",
href: "/services",
},
{
label: "Properties",
href: "/#properties",
},
],
},
{
title: "Services",
items: [
{
label: "Residential Consulting",
href: "/services",
},
{
label: "Commercial Consulting",
href: "/services",
},
{
label: "Investment Guidance",
href: "/#investment",
},
{
label: "Property Valuation",
href: "/services",
},
],
},
{
title: "Contact Info",
items: [
{
label: "Location",
href: "https://maps.app.goo.gl/YourGoogleMapsLink",
},
{
label: "Call Us",
href: "tel:+919004450055",
},
{
label: "Email",
href: "mailto:info@nandirealestate.com",
},
{
label: "WhatsApp",
href: "https://wa.me/919004450055?text=Hello,%20I%20am%20interested%20in%20a%20property.",
},
],
},
]}
copyrightText="© 2024 Nandi Real Estate. All rights reserved."
/>
</div>
<div id="contact-faq" data-section="contact-faq">
<FaqSplitText
useInvertedBackground={true}
faqs={[
{ id: "faq-1", title: "What types of properties do you handle?", content: "We specialize in residential, commercial, and investment properties across various prime locations in Mumbai, including apartments, villas, office spaces, and land." },
{ id: "faq-2", title: "How do you ensure property verification?", content: "Our team conducts thorough due diligence, including legal checks, site inspections, and document verification, to ensure all listings are legitimate and hassle-free." },
{ id: "faq-3", title: "Do you offer investment guidance?", content: "Yes, we provide expert investment consulting, offering market analysis, projected returns, and tailored strategies for long-term wealth creation in Mumbai real estate." },
{ id: "faq-4", title: "What are your operating hours?", content: "Nandi Real Estate operates 24/7, ensuring our clients receive support and assistance whenever they need it, around the clock." }
]}
sideTitle="Common Questions"
sideDescription="Find quick answers to frequently asked questions about our services, process, and property listings."
faqsAnimation="reveal-blur"
textPosition="right"
buttonAnimation="blur-reveal"
/>
</div>
</ReactLenis>
</ThemeProvider>
);