Merge version_1 into main #2
@@ -20,8 +20,7 @@ const AboutPage = () => {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
@@ -29,8 +28,7 @@ const AboutPage = () => {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Residential Plots", href: "#" },
|
||||
{ label: "Apartments", href: "#" },
|
||||
{ label: "Investment Consulting", href: "#" },
|
||||
@@ -38,8 +36,7 @@ const AboutPage = () => {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "Phone: +91 8765 432 100", href: "tel:+918765432100" },
|
||||
{ label: "Email: info@aadivdevelopers.com", href: "mailto:info@aadivdevelopers.com" },
|
||||
{ label: "Bhubaneswar, Odisha", href: "#" },
|
||||
@@ -79,29 +76,21 @@ const AboutPage = () => {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/colleagues-talking-office_23-2147807999.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/colleagues-talking-office_23-2147807999.jpg"
|
||||
imageAlt="Aadiv Developers team"
|
||||
imagePosition="right"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Mission",
|
||||
description: "To provide affordable, transparent, and quality real estate solutions that empower families and investors to achieve their property aspirations.",
|
||||
icon: CheckCircle,
|
||||
title: "Mission", description: "To provide affordable, transparent, and quality real estate solutions that empower families and investors to achieve their property aspirations.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Vision",
|
||||
description: "To be the most trusted real estate developer in Bhubaneswar, known for innovation, integrity, and exceptional customer service.",
|
||||
icon: Shield,
|
||||
title: "Vision", description: "To be the most trusted real estate developer in Bhubaneswar, known for innovation, integrity, and exceptional customer service.", icon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Values",
|
||||
description: "Transparency, quality, customer-centricity, and continuous improvement drive every decision we make.",
|
||||
icon: MapPin,
|
||||
title: "Values", description: "Transparency, quality, customer-centricity, and continuous improvement drive every decision we make.", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "Commitment",
|
||||
description: "We are dedicated to sustainable development that benefits our customers, employees, and the community.",
|
||||
icon: DollarSign,
|
||||
title: "Commitment", description: "We are dedicated to sustainable development that benefits our customers, employees, and the community.", icon: DollarSign,
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Our Team", href: "/contact" }]}
|
||||
@@ -123,32 +112,16 @@ const AboutPage = () => {
|
||||
carouselMode="buttons"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "500",
|
||||
title: "satisfied clients",
|
||||
description: "Families who have invested their trust in us for their homes",
|
||||
icon: Users,
|
||||
id: "1", value: "500", title: "satisfied clients", description: "Families who have invested their trust in us for their homes", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "50",
|
||||
title: "completed projects",
|
||||
description: "Successful developments across prime locations in Bhubaneswar",
|
||||
icon: Building,
|
||||
id: "2", value: "50", title: "completed projects", description: "Successful developments across prime locations in Bhubaneswar", icon: Building,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "15",
|
||||
title: "years",
|
||||
description: "Of dedicated service and excellence in real estate development",
|
||||
icon: Calendar,
|
||||
id: "3", value: "15", title: "years", description: "Of dedicated service and excellence in real estate development", icon: Calendar,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "100",
|
||||
title: "percent transparent",
|
||||
description: "All dealings verified and legally compliant with zero hidden charges",
|
||||
icon: TrendingUp,
|
||||
id: "4", value: "100", title: "percent transparent", description: "All dealings verified and legally compliant with zero hidden charges", icon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -158,7 +131,7 @@ const AboutPage = () => {
|
||||
<ContactText
|
||||
text="Want to learn more about our company, discuss investment opportunities, or schedule a meeting with our team? We'd love to hear from you and help make your real estate dreams a reality."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{ text: "Get in Touch", href: "/contact" },
|
||||
@@ -169,7 +142,7 @@ const AboutPage = () => {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-panoramic-city-buildings-orange-sky-sunset_181624-27083.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-panoramic-city-buildings-orange-sky-sunset_181624-27083.jpg"
|
||||
imageAlt="Bhubaneswar cityscape"
|
||||
logoText="Aadiv Developers"
|
||||
copyrightText="© 2025 Aadiv Developers Pvt. Ltd. | All Rights Reserved"
|
||||
|
||||
@@ -19,8 +19,7 @@ const ContactPage = () => {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
@@ -28,8 +27,7 @@ const ContactPage = () => {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Residential Plots", href: "#" },
|
||||
{ label: "Apartments", href: "#" },
|
||||
{ label: "Investment Consulting", href: "#" },
|
||||
@@ -37,8 +35,7 @@ const ContactPage = () => {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "Phone: +91 8765 432 100", href: "tel:+918765432100" },
|
||||
{ label: "Email: info@aadivdevelopers.com", href: "mailto:info@aadivdevelopers.com" },
|
||||
{ label: "Bhubaneswar, Odisha", href: "#" },
|
||||
@@ -72,7 +69,7 @@ const ContactPage = () => {
|
||||
<ContactText
|
||||
text="Get in touch with our expert team at Aadiv Developers. Whether you have questions about our properties, want to schedule a site visit, or need investment consultation, we're here to help you."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+918765432100" },
|
||||
@@ -91,29 +88,21 @@ const ContactPage = () => {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/colleagues-talking-office_23-2147807999.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/colleagues-talking-office_23-2147807999.jpg"
|
||||
imageAlt="Contact our team"
|
||||
imagePosition="left"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Phone",
|
||||
description: "+91 8765 432 100 - Available Monday to Saturday, 9 AM to 6 PM",
|
||||
icon: Phone,
|
||||
title: "Phone", description: "+91 8765 432 100 - Available Monday to Saturday, 9 AM to 6 PM", icon: Phone,
|
||||
},
|
||||
{
|
||||
title: "Email",
|
||||
description: "info@aadivdevelopers.com - We'll respond within 24 hours",
|
||||
icon: Mail,
|
||||
title: "Email", description: "info@aadivdevelopers.com - We'll respond within 24 hours", icon: Mail,
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
description: "Bhubaneswar, Odisha - Visit our office for a personal consultation",
|
||||
icon: MapPin,
|
||||
title: "Location", description: "Bhubaneswar, Odisha - Visit our office for a personal consultation", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
description: "Monday-Saturday: 9 AM - 6 PM | Sunday: By Appointment Only",
|
||||
icon: Clock,
|
||||
title: "Hours", description: "Monday-Saturday: 9 AM - 6 PM | Sunday: By Appointment Only", icon: Clock,
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "WhatsApp Us", href: "https://wa.me/918765432100" }]}
|
||||
@@ -125,7 +114,7 @@ const ContactPage = () => {
|
||||
<ContactText
|
||||
text="Don't miss out on our premium properties. Contact us today for exclusive updates, special offers, and personalized property recommendations tailored to your needs."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Schedule Site Visit", href: "tel:+918765432100" },
|
||||
@@ -136,7 +125,7 @@ const ContactPage = () => {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-panoramic-city-buildings-orange-sky-sunset_181624-27083.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-panoramic-city-buildings-orange-sky-sunset_181624-27083.jpg"
|
||||
imageAlt="Bhubaneswar cityscape"
|
||||
logoText="Aadiv Developers"
|
||||
copyrightText="© 2025 Aadiv Developers Pvt. Ltd. | All Rights Reserved"
|
||||
|
||||
164
src/app/page.tsx
164
src/app/page.tsx
@@ -24,8 +24,7 @@ const HomePage = () => {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
@@ -33,8 +32,7 @@ const HomePage = () => {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Residential Plots", href: "#" },
|
||||
{ label: "Apartments", href: "#" },
|
||||
{ label: "Investment Consulting", href: "#" },
|
||||
@@ -42,8 +40,7 @@ const HomePage = () => {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "Phone: +91 8765 432 100", href: "tel:+918765432100" },
|
||||
{ label: "Email: info@aadivdevelopers.com", href: "mailto:info@aadivdevelopers.com" },
|
||||
{ label: "Bhubaneswar, Odisha", href: "#" },
|
||||
@@ -80,7 +77,7 @@ const HomePage = () => {
|
||||
tag="Welcome to Aadiv Developers"
|
||||
tagIcon={Home}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/city-sunset_1127-4034.jpg"
|
||||
imageAlt="Premium property in Bhubaneswar"
|
||||
imagePosition="right"
|
||||
@@ -88,29 +85,14 @@ const HomePage = () => {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rajesh Kumar",
|
||||
handle: "Property Investor",
|
||||
testimonial: "Aadiv Developers delivered exactly what they promised. Transparent process and excellent service!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
name: "Rajesh Kumar", handle: "Property Investor", testimonial: "Aadiv Developers delivered exactly what they promised. Transparent process and excellent service!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
name: "Priya Mishra",
|
||||
handle: "Homebuyer",
|
||||
testimonial: "Found my dream home through Aadiv. Their team made the entire process hassle-free.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1",
|
||||
imageAlt: "Priya Mishra",
|
||||
},
|
||||
name: "Priya Mishra", handle: "Homebuyer", testimonial: "Found my dream home through Aadiv. Their team made the entire process hassle-free.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Priya Mishra"},
|
||||
{
|
||||
name: "Amit Patel",
|
||||
handle: "Business Owner",
|
||||
testimonial: "Best investment decision I made. Professional and trustworthy developers.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1",
|
||||
imageAlt: "Amit Patel",
|
||||
},
|
||||
name: "Amit Patel", handle: "Business Owner", testimonial: "Best investment decision I made. Professional and trustworthy developers.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Amit Patel"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
@@ -131,29 +113,21 @@ const HomePage = () => {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/colleagues-talking-office_23-2147807999.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/colleagues-talking-office_23-2147807999.jpg"
|
||||
imageAlt="Aadiv Developers office"
|
||||
imagePosition="right"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Trusted Developer",
|
||||
description: "Years of experience in real estate development with verified projects across Bhubaneswar",
|
||||
icon: CheckCircle,
|
||||
title: "Trusted Developer", description: "Years of experience in real estate development with verified projects across Bhubaneswar", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Verified Properties",
|
||||
description: "All properties are legally verified and completely transparent in documentation",
|
||||
icon: Shield,
|
||||
title: "Verified Properties", description: "All properties are legally verified and completely transparent in documentation", icon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Prime Locations",
|
||||
description: "Strategic locations with excellent connectivity and future growth potential",
|
||||
icon: MapPin,
|
||||
title: "Prime Locations", description: "Strategic locations with excellent connectivity and future growth potential", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "Affordable Pricing",
|
||||
description: "Competitive rates without compromising on quality and amenities",
|
||||
icon: DollarSign,
|
||||
title: "Affordable Pricing", description: "Competitive rates without compromising on quality and amenities", icon: DollarSign,
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "/about" }]}
|
||||
@@ -175,26 +149,11 @@ const HomePage = () => {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Green Valley Plots",
|
||||
price: "₹25 Lakhs - ₹50 Lakhs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-small-village-country-roadside_1150-2366.jpg?_wi=1",
|
||||
imageAlt: "Green Valley residential plots",
|
||||
},
|
||||
id: "1", name: "Green Valley Plots", price: "₹25 Lakhs - ₹50 Lakhs", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-small-village-country-roadside_1150-2366.jpg", imageAlt: "Green Valley residential plots"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Premium Apartments",
|
||||
price: "₹60 Lakhs - ₹1.5 Cr",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/residential-area-with-new-buildings_23-2147694694.jpg?_wi=1",
|
||||
imageAlt: "Modern apartment complex",
|
||||
},
|
||||
id: "2", name: "Premium Apartments", price: "₹60 Lakhs - ₹1.5 Cr", imageSrc: "http://img.b2bpic.net/free-photo/residential-area-with-new-buildings_23-2147694694.jpg", imageAlt: "Modern apartment complex"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Luxury Villas",
|
||||
price: "₹80 Lakhs - ₹2 Cr",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=1",
|
||||
imageAlt: "Luxury villa development",
|
||||
},
|
||||
id: "3", name: "Luxury Villas", price: "₹80 Lakhs - ₹2 Cr", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg", imageAlt: "Luxury villa development"},
|
||||
]}
|
||||
buttons={[{ text: "View All Properties", href: "/properties" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -215,40 +174,15 @@ const HomePage = () => {
|
||||
carouselMode="buttons"
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Trusted Developer",
|
||||
description: "Verified credentials and completed projects demonstrate our reliability and professional standards in real estate development.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/check-mark-shield-outline-flat_78370-4906.jpg",
|
||||
imageAlt: "Verified badge",
|
||||
},
|
||||
id: "01", title: "Trusted Developer", description: "Verified credentials and completed projects demonstrate our reliability and professional standards in real estate development.", imageSrc: "http://img.b2bpic.net/free-vector/check-mark-shield-outline-flat_78370-4906.jpg", imageAlt: "Verified badge"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Prime Locations",
|
||||
description: "Strategic properties with excellent connectivity to schools, hospitals, markets, and future infrastructure projects.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bold-metro-station-chatelet-paris_23-2148232435.jpg",
|
||||
imageAlt: "Prime location map",
|
||||
},
|
||||
id: "02", title: "Prime Locations", description: "Strategic properties with excellent connectivity to schools, hospitals, markets, and future infrastructure projects.", imageSrc: "http://img.b2bpic.net/free-photo/bold-metro-station-chatelet-paris_23-2148232435.jpg", imageAlt: "Prime location map"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Transparent Dealings",
|
||||
description: "All documentation is clear, legal, and verified. No hidden costs or surprise charges in any transaction.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/property-release-form-assets-concept_53876-125124.jpg",
|
||||
imageAlt: "Transparency document",
|
||||
},
|
||||
id: "03", title: "Transparent Dealings", description: "All documentation is clear, legal, and verified. No hidden costs or surprise charges in any transaction.", imageSrc: "http://img.b2bpic.net/free-photo/property-release-form-assets-concept_53876-125124.jpg", imageAlt: "Transparency document"},
|
||||
{
|
||||
id: "04",
|
||||
title: "Affordable Pricing",
|
||||
description: "Competitive market rates with flexible payment plans to suit your budget and financial preferences.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-two-colorful-wooden-squares-with-shopping-money-icons-black-calculator_181624-58059.jpg",
|
||||
imageAlt: "Affordable pricing",
|
||||
},
|
||||
id: "04", title: "Affordable Pricing", description: "Competitive market rates with flexible payment plans to suit your budget and financial preferences.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-two-colorful-wooden-squares-with-shopping-money-icons-black-calculator_181624-58059.jpg", imageAlt: "Affordable pricing"},
|
||||
{
|
||||
id: "05",
|
||||
title: "Verified Properties",
|
||||
description: "Every property undergoes thorough verification and quality checks before listing on our platform.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-man-giving-new-house-key_23-2147764241.jpg",
|
||||
imageAlt: "Verified property",
|
||||
},
|
||||
id: "05", title: "Verified Properties", description: "Every property undergoes thorough verification and quality checks before listing on our platform.", imageSrc: "http://img.b2bpic.net/free-photo/crop-man-giving-new-house-key_23-2147764241.jpg", imageAlt: "Verified property"},
|
||||
]}
|
||||
buttons={[{ text: "Get Free Consultation", href: "/contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -269,32 +203,16 @@ const HomePage = () => {
|
||||
carouselMode="buttons"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "500",
|
||||
title: "happy clients",
|
||||
description: "Families who found their dream homes with us",
|
||||
icon: Users,
|
||||
id: "1", value: "500", title: "happy clients", description: "Families who found their dream homes with us", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "50",
|
||||
title: "projects",
|
||||
description: "Completed developments across Bhubaneswar",
|
||||
icon: Building,
|
||||
id: "2", value: "50", title: "projects", description: "Completed developments across Bhubaneswar", icon: Building,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "15",
|
||||
title: "years",
|
||||
description: "Experience in trusted real estate development",
|
||||
icon: Calendar,
|
||||
id: "3", value: "15", title: "years", description: "Experience in trusted real estate development", icon: Calendar,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "100",
|
||||
title: "percent",
|
||||
description: "Customer satisfaction rate and recommendations",
|
||||
icon: TrendingUp,
|
||||
id: "4", value: "100", title: "percent", description: "Customer satisfaction rate and recommendations", icon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -304,29 +222,13 @@ const HomePage = () => {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Kumar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
id: "1", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Mishra",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2",
|
||||
imageAlt: "Priya Mishra",
|
||||
},
|
||||
id: "2", name: "Priya Mishra", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Priya Mishra"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amit Patel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2",
|
||||
imageAlt: "Amit Patel",
|
||||
},
|
||||
id: "3", name: "Amit Patel", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Amit Patel"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Deepa Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
||||
imageAlt: "Deepa Sharma",
|
||||
},
|
||||
id: "4", name: "Deepa Sharma", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Deepa Sharma"},
|
||||
]}
|
||||
cardTitle="Over 500 satisfied customers trust Aadiv Developers for their property investments and dream homes in Bhubaneswar"
|
||||
cardTag="See what they say"
|
||||
@@ -340,7 +242,7 @@ const HomePage = () => {
|
||||
<ContactText
|
||||
text="Ready to find your perfect property? Get in touch with our team today for expert guidance, site visits, and personalized property recommendations."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+918765432100" },
|
||||
@@ -351,7 +253,7 @@ const HomePage = () => {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-panoramic-city-buildings-orange-sky-sunset_181624-27083.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-panoramic-city-buildings-orange-sky-sunset_181624-27083.jpg"
|
||||
imageAlt="Bhubaneswar cityscape"
|
||||
logoText="Aadiv Developers"
|
||||
copyrightText="© 2025 Aadiv Developers Pvt. Ltd. | All Rights Reserved"
|
||||
|
||||
@@ -19,8 +19,7 @@ const PropertiesPage = () => {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
@@ -28,8 +27,7 @@ const PropertiesPage = () => {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Residential Plots", href: "#" },
|
||||
{ label: "Apartments", href: "#" },
|
||||
{ label: "Investment Consulting", href: "#" },
|
||||
@@ -37,8 +35,7 @@ const PropertiesPage = () => {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "Phone: +91 8765 432 100", href: "tel:+918765432100" },
|
||||
{ label: "Email: info@aadivdevelopers.com", href: "mailto:info@aadivdevelopers.com" },
|
||||
{ label: "Bhubaneswar, Odisha", href: "#" },
|
||||
@@ -82,47 +79,17 @@ const PropertiesPage = () => {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Green Valley Plots",
|
||||
price: "₹25 Lakhs - ₹50 Lakhs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-small-village-country-roadside_1150-2366.jpg?_wi=2",
|
||||
imageAlt: "Green Valley residential plots",
|
||||
},
|
||||
id: "1", name: "Green Valley Plots", price: "₹25 Lakhs - ₹50 Lakhs", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-small-village-country-roadside_1150-2366.jpg", imageAlt: "Green Valley residential plots"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Premium Apartments",
|
||||
price: "₹60 Lakhs - ₹1.5 Cr",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/residential-area-with-new-buildings_23-2147694694.jpg?_wi=2",
|
||||
imageAlt: "Modern apartment complex",
|
||||
},
|
||||
id: "2", name: "Premium Apartments", price: "₹60 Lakhs - ₹1.5 Cr", imageSrc: "http://img.b2bpic.net/free-photo/residential-area-with-new-buildings_23-2147694694.jpg", imageAlt: "Modern apartment complex"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Luxury Villas",
|
||||
price: "₹80 Lakhs - ₹2 Cr",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=2",
|
||||
imageAlt: "Luxury villa development",
|
||||
},
|
||||
id: "3", name: "Luxury Villas", price: "₹80 Lakhs - ₹2 Cr", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg", imageAlt: "Luxury villa development"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Eco-Friendly Villas",
|
||||
price: "₹75 Lakhs - ₹1.8 Cr",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-small-village-country-roadside_1150-2366.jpg?_wi=3",
|
||||
imageAlt: "Eco-friendly villa complex",
|
||||
},
|
||||
id: "4", name: "Eco-Friendly Villas", price: "₹75 Lakhs - ₹1.8 Cr", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-small-village-country-roadside_1150-2366.jpg", imageAlt: "Eco-friendly villa complex"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Commercial Spaces",
|
||||
price: "₹30 Lakhs - ₹80 Lakhs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/residential-area-with-new-buildings_23-2147694694.jpg?_wi=3",
|
||||
imageAlt: "Commercial property",
|
||||
},
|
||||
id: "5", name: "Commercial Spaces", price: "₹30 Lakhs - ₹80 Lakhs", imageSrc: "http://img.b2bpic.net/free-photo/residential-area-with-new-buildings_23-2147694694.jpg", imageAlt: "Commercial property"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Studio Apartments",
|
||||
price: "₹15 Lakhs - ₹35 Lakhs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=3",
|
||||
imageAlt: "Compact studio apartment",
|
||||
},
|
||||
id: "6", name: "Studio Apartments", price: "₹15 Lakhs - ₹35 Lakhs", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg", imageAlt: "Compact studio apartment"},
|
||||
]}
|
||||
buttons={[{ text: "Schedule a Tour", href: "/contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -133,7 +100,7 @@ const PropertiesPage = () => {
|
||||
<ContactText
|
||||
text="Interested in any of our properties? Schedule a free site visit and consultation with our expert team. We're here to help you make the right investment decision."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+918765432100" },
|
||||
@@ -144,7 +111,7 @@ const PropertiesPage = () => {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-panoramic-city-buildings-orange-sky-sunset_181624-27083.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-panoramic-city-buildings-orange-sky-sunset_181624-27083.jpg"
|
||||
imageAlt="Bhubaneswar cityscape"
|
||||
logoText="Aadiv Developers"
|
||||
copyrightText="© 2025 Aadiv Developers Pvt. Ltd. | All Rights Reserved"
|
||||
|
||||
Reference in New Issue
Block a user