4 Commits

Author SHA1 Message Date
438b7cb526 Merge version_2 into main
Merge version_2 into main
2026-03-12 06:25:20 +00:00
22c9413833 Update src/app/page.tsx 2026-03-12 06:25:16 +00:00
6f87d8526a Merge version_1 into main
Merge version_1 into main
2026-03-12 06:14:25 +00:00
8954811cce Merge version_1 into main
Merge version_1 into main
2026-03-12 06:14:03 +00:00

View File

@@ -25,24 +25,21 @@ const HomePage = () => {
const footerColumns = [ const footerColumns = [
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Our Projects", href: "projects" }, { label: "Our Projects", href: "projects" },
{ label: "Why Invest", href: "why-plots" }, { label: "Why Invest", href: "why-plots" },
], ],
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ label: "WhatsApp Us", href: "https://wa.me/919980635048" }, { label: "WhatsApp Us", href: "https://wa.me/919980635048" },
{ label: "Call: +91 99806 35048", href: "tel:+919980635048" }, { label: "Call: +91 99806 35048", href: "tel:+919980635048" },
{ label: "Email: info@msrealties.com", href: "mailto:info@msrealties.com" }, { label: "Email: info@msrealties.com", href: "mailto:info@msrealties.com" },
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" }, { label: "Terms & Conditions", href: "#" },
{ label: "Contact", href: "contact" }, { label: "Contact", href: "contact" },
@@ -67,9 +64,7 @@ const HomePage = () => {
<NavbarStyleCentered <NavbarStyleCentered
navItems={navItems} navItems={navItems}
button={{ button={{
text: "Request Call Back", text: "Request Call Back", href: "contact"}}
href: "contact",
}}
brandName="MS Realties" brandName="MS Realties"
/> />
</div> </div>
@@ -80,13 +75,9 @@ const HomePage = () => {
description="Premium Plotted Developments for Smart Investors & Future Homeowners" description="Premium Plotted Developments for Smart Investors & Future Homeowners"
buttons={[ buttons={[
{ {
text: "Book a Site Visit", text: "Book a Site Visit", href: "contact"},
href: "contact",
},
{ {
text: "Get Price & Availability", text: "Reserve Your Plot Today", href: "contact"},
href: "contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/aerial-shot-beautiful-skatepark-daytime_181624-21255.jpg" imageSrc="http://img.b2bpic.net/free-photo/aerial-shot-beautiful-skatepark-daytime_181624-21255.jpg"
imageAlt="Luxury plotted development community with wide roads and open spaces" imageAlt="Luxury plotted development community with wide roads and open spaces"
@@ -102,11 +93,7 @@ const HomePage = () => {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"20+ Years Industry Experience", "20+ Years Industry Experience", "1000+ Happy Customers", "Multiple BMRDA & RERA Approved Projects", "Transparent Documentation"]}
"1000+ Happy Customers",
"Multiple BMRDA & RERA Approved Projects",
"Transparent Documentation",
]}
speed={35} speed={35}
showCard={false} showCard={false}
/> />
@@ -133,41 +120,23 @@ const HomePage = () => {
tag="Our Expertise" tag="Our Expertise"
features={[ features={[
{ {
id: "1", id: "1", title: "Premium Plots with Proper Planning", tags: ["Infrastructure", "Quality"],
title: "Premium Plots with Proper Planning", imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124288.jpg"},
tags: ["Infrastructure", "Quality"],
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124288.jpg",
},
{ {
id: "2", id: "2", title: "Clear Legal Titles & Transparent Process", tags: ["Documentation", "Trust"],
title: "Clear Legal Titles & Transparent Process", imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussion-planning-growth-strategy-togetherness-concept_53876-42623.jpg"},
tags: ["Documentation", "Trust"],
imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussion-planning-growth-strategy-togetherness-concept_53876-42623.jpg",
},
{ {
id: "3", id: "3", title: "Strategic Growth Locations", tags: ["Connectivity", "Future Ready"],
title: "Strategic Growth Locations", imageSrc: "http://img.b2bpic.net/free-photo/complex-aerial-view-cityscape_23-2148975290.jpg"},
tags: ["Connectivity", "Future Ready"],
imageSrc: "http://img.b2bpic.net/free-photo/complex-aerial-view-cityscape_23-2148975290.jpg",
},
{ {
id: "4", id: "4", title: "Well-Planned Infrastructure", tags: ["Roads", "Drainage"],
title: "Well-Planned Infrastructure", imageSrc: "http://img.b2bpic.net/free-vector/aerial-scenes-with-roads-sport-courts_1308-30202.jpg"},
tags: ["Roads", "Drainage"],
imageSrc: "http://img.b2bpic.net/free-vector/aerial-scenes-with-roads-sport-courts_1308-30202.jpg",
},
{ {
id: "5", id: "5", title: "Open Spaces & Community Feel", tags: ["Environment", "Lifestyle"],
title: "Open Spaces & Community Feel", imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-playing-sport_23-2149530280.jpg"},
tags: ["Environment", "Lifestyle"],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-playing-sport_23-2149530280.jpg",
},
{ {
id: "6", id: "6", title: "Reliable Development Standards", tags: ["Execution", "Professional"],
title: "Reliable Development Standards", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-with-protection-equipment_23-2148269365.jpg"},
tags: ["Execution", "Professional"],
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-with-protection-equipment_23-2148269365.jpg",
},
]} ]}
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
@@ -181,12 +150,7 @@ const HomePage = () => {
description="Discover our flagship project offering premium gated community living with world-class planning" description="Discover our flagship project offering premium gated community living with world-class planning"
products={[ products={[
{ {
id: "1", id: "1", name: "M S Sahyadri City, Ulavi", price: "Premium Investment Opportunity", imageSrc: "http://img.b2bpic.net/free-photo/creative-aerial-view-cityscape_23-2148975293.jpg", imageAlt: "M S Sahyadri City - A City Within a Gated Community"},
name: "M S Sahyadri City, Ulavi",
price: "Premium Investment Opportunity",
imageSrc: "http://img.b2bpic.net/free-photo/creative-aerial-view-cityscape_23-2148975293.jpg",
imageAlt: "M S Sahyadri City - A City Within a Gated Community",
},
]} ]}
gridVariant="one-large-right-three-stacked-left" gridVariant="one-large-right-three-stacked-left"
animationType="slide-up" animationType="slide-up"
@@ -194,13 +158,9 @@ const HomePage = () => {
useInvertedBackground={true} useInvertedBackground={true}
buttons={[ buttons={[
{ {
text: "View Project", text: "View Project", href: "projects"},
href: "projects",
},
{ {
text: "Book Site Visit", text: "Book Site Visit", href: "contact"},
href: "contact",
},
]} ]}
/> />
</div> </div>
@@ -211,51 +171,25 @@ const HomePage = () => {
description="Built on transparency, delivered through trust, and measured by customer satisfaction" description="Built on transparency, delivered through trust, and measured by customer satisfaction"
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Real Market Experience", role: "Since 2004", company: "Industry Leadership", rating: 5,
name: "Real Market Experience", imageSrc: "http://img.b2bpic.net/free-photo/architects-wearing-helmets-plans_23-2147702496.jpg?_wi=1"},
role: "Since 2004",
company: "Industry Leadership",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/architects-wearing-helmets-plans_23-2147702496.jpg?_wi=1",
},
{ {
id: "2", id: "2", name: "Strong Delivery History", role: "Multiple Projects", company: "Proven Track Record", rating: 5,
name: "Strong Delivery History", imageSrc: "http://img.b2bpic.net/free-vector/real-estate-concept-infographic_23-2150534536.jpg?_wi=1"},
role: "Multiple Projects",
company: "Proven Track Record",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/real-estate-concept-infographic_23-2150534536.jpg?_wi=1",
},
{ {
id: "3", id: "3", name: "Customer-First Approach", role: "Long-term Relations", company: "Beyond Transactions", rating: 5,
name: "Customer-First Approach", imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164707.jpg?_wi=1"},
role: "Long-term Relations",
company: "Beyond Transactions",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164707.jpg?_wi=1",
},
{ {
id: "4", id: "4", name: "Ethical Practices", role: "Trust Standard", company: "Buyer Confidence", rating: 5,
name: "Ethical Practices", imageSrc: "http://img.b2bpic.net/free-photo/teamwork-concept-with-businessman-businesswoman_23-2148012897.jpg"},
role: "Trust Standard",
company: "Buyer Confidence",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/teamwork-concept-with-businessman-businesswoman_23-2148012897.jpg",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "20+", value: "20+", label: "Years of Experience"},
label: "Years of Experience",
},
{ {
value: "1000+", value: "1000+", label: "Satisfied Customers"},
label: "Satisfied Customers",
},
{ {
value: "10+", value: "10+", label: "Major Projects Led"},
label: "Major Projects Led",
},
]} ]}
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
@@ -269,29 +203,17 @@ const HomePage = () => {
description="Numbers that speak to our commitment and reliability" description="Numbers that speak to our commitment and reliability"
metrics={[ metrics={[
{ {
id: "1", id: "1", icon: Briefcase,
icon: Briefcase, title: "Experience", value: "20+ Years"},
title: "Experience",
value: "20+ Years",
},
{ {
id: "2", id: "2", icon: Users,
icon: Users, title: "Customers", value: "1000+"},
title: "Customers",
value: "1000+",
},
{ {
id: "3", id: "3", icon: Building2,
icon: Building2, title: "Projects", value: "10+"},
title: "Projects",
value: "10+",
},
{ {
id: "4", id: "4", icon: Award,
icon: Award, title: "Approvals", value: "BMRDA & RERA"},
title: "Approvals",
value: "BMRDA & RERA",
},
]} ]}
animationType="scale-rotate" animationType="scale-rotate"
textboxLayout="default" textboxLayout="default"
@@ -305,8 +227,7 @@ const HomePage = () => {
title="Thinking About Investing in Plots?" title="Thinking About Investing in Plots?"
description="Get detailed project information, location insights, and real-time availability from our expert team" description="Get detailed project information, location insights, and real-time availability from our expert team"
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
useInvertedBackground={false} useInvertedBackground={false}
mediaPosition="right" mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/coworkers-from-construction-company-estimating-house-prototype-bold-man-spectacles-holding-tiny-cupboard-building-hands-african-american-pointing-details-looking-mock-up-model_273609-5764.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/coworkers-from-construction-company-estimating-house-prototype-bold-man-spectacles-holding-tiny-cupboard-building-hands-african-american-pointing-details-looking-mock-up-model_273609-5764.jpg?_wi=1"