Merge version_2 into main #3
163
src/app/page.tsx
163
src/app/page.tsx
@@ -25,24 +25,21 @@ const HomePage = () => {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Projects", href: "projects" },
|
||||
{ label: "Why Invest", href: "why-plots" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "WhatsApp Us", href: "https://wa.me/919980635048" },
|
||||
{ label: "Call: +91 99806 35048", href: "tel:+919980635048" },
|
||||
{ label: "Email: info@msrealties.com", href: "mailto:info@msrealties.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Contact", href: "contact" },
|
||||
@@ -67,9 +64,7 @@ const HomePage = () => {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Request Call Back",
|
||||
href: "contact",
|
||||
}}
|
||||
text: "Request Call Back", href: "contact"}}
|
||||
brandName="MS Realties"
|
||||
/>
|
||||
</div>
|
||||
@@ -80,13 +75,9 @@ const HomePage = () => {
|
||||
description="Premium Plotted Developments for Smart Investors & Future Homeowners"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Site Visit",
|
||||
href: "contact",
|
||||
},
|
||||
text: "Book a Site Visit", href: "contact"},
|
||||
{
|
||||
text: "Get Price & Availability",
|
||||
href: "contact",
|
||||
},
|
||||
text: "Reserve Your Plot Today", href: "contact"},
|
||||
]}
|
||||
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"
|
||||
@@ -102,11 +93,7 @@ const HomePage = () => {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"20+ Years Industry Experience",
|
||||
"1000+ Happy Customers",
|
||||
"Multiple BMRDA & RERA Approved Projects",
|
||||
"Transparent Documentation",
|
||||
]}
|
||||
"20+ Years Industry Experience", "1000+ Happy Customers", "Multiple BMRDA & RERA Approved Projects", "Transparent Documentation"]}
|
||||
speed={35}
|
||||
showCard={false}
|
||||
/>
|
||||
@@ -133,41 +120,23 @@ const HomePage = () => {
|
||||
tag="Our Expertise"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Premium Plots with Proper Planning",
|
||||
tags: ["Infrastructure", "Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124288.jpg",
|
||||
},
|
||||
id: "1", title: "Premium Plots with Proper Planning", tags: ["Infrastructure", "Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124288.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Clear Legal Titles & Transparent Process",
|
||||
tags: ["Documentation", "Trust"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussion-planning-growth-strategy-togetherness-concept_53876-42623.jpg",
|
||||
},
|
||||
id: "2", title: "Clear Legal Titles & Transparent Process", tags: ["Documentation", "Trust"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussion-planning-growth-strategy-togetherness-concept_53876-42623.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Strategic Growth Locations",
|
||||
tags: ["Connectivity", "Future Ready"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/complex-aerial-view-cityscape_23-2148975290.jpg",
|
||||
},
|
||||
id: "3", title: "Strategic Growth Locations", tags: ["Connectivity", "Future Ready"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/complex-aerial-view-cityscape_23-2148975290.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Well-Planned Infrastructure",
|
||||
tags: ["Roads", "Drainage"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/aerial-scenes-with-roads-sport-courts_1308-30202.jpg",
|
||||
},
|
||||
id: "4", title: "Well-Planned Infrastructure", tags: ["Roads", "Drainage"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/aerial-scenes-with-roads-sport-courts_1308-30202.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Open Spaces & Community Feel",
|
||||
tags: ["Environment", "Lifestyle"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-playing-sport_23-2149530280.jpg",
|
||||
},
|
||||
id: "5", title: "Open Spaces & Community Feel", tags: ["Environment", "Lifestyle"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-playing-sport_23-2149530280.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Reliable Development Standards",
|
||||
tags: ["Execution", "Professional"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-with-protection-equipment_23-2148269365.jpg",
|
||||
},
|
||||
id: "6", title: "Reliable Development Standards", tags: ["Execution", "Professional"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-with-protection-equipment_23-2148269365.jpg"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -181,12 +150,7 @@ const HomePage = () => {
|
||||
description="Discover our flagship project offering premium gated community living with world-class planning"
|
||||
products={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
gridVariant="one-large-right-three-stacked-left"
|
||||
animationType="slide-up"
|
||||
@@ -194,13 +158,9 @@ const HomePage = () => {
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Project",
|
||||
href: "projects",
|
||||
},
|
||||
text: "View Project", href: "projects"},
|
||||
{
|
||||
text: "Book Site Visit",
|
||||
href: "contact",
|
||||
},
|
||||
text: "Book Site Visit", href: "contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -211,51 +171,25 @@ const HomePage = () => {
|
||||
description="Built on transparency, delivered through trust, and measured by customer satisfaction"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Real Market Experience",
|
||||
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: "1", name: "Real Market Experience", 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",
|
||||
name: "Strong Delivery History",
|
||||
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: "2", name: "Strong Delivery History", 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",
|
||||
name: "Customer-First Approach",
|
||||
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: "3", name: "Customer-First Approach", 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",
|
||||
name: "Ethical Practices",
|
||||
role: "Trust Standard",
|
||||
company: "Buyer Confidence",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teamwork-concept-with-businessman-businesswoman_23-2148012897.jpg",
|
||||
},
|
||||
id: "4", name: "Ethical Practices", role: "Trust Standard", company: "Buyer Confidence", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teamwork-concept-with-businessman-businesswoman_23-2148012897.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "20+",
|
||||
label: "Years of Experience",
|
||||
},
|
||||
value: "20+", label: "Years of Experience"},
|
||||
{
|
||||
value: "1000+",
|
||||
label: "Satisfied Customers",
|
||||
},
|
||||
value: "1000+", label: "Satisfied Customers"},
|
||||
{
|
||||
value: "10+",
|
||||
label: "Major Projects Led",
|
||||
},
|
||||
value: "10+", label: "Major Projects Led"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -269,29 +203,17 @@ const HomePage = () => {
|
||||
description="Numbers that speak to our commitment and reliability"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Briefcase,
|
||||
title: "Experience",
|
||||
value: "20+ Years",
|
||||
},
|
||||
id: "1", icon: Briefcase,
|
||||
title: "Experience", value: "20+ Years"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Users,
|
||||
title: "Customers",
|
||||
value: "1000+",
|
||||
},
|
||||
id: "2", icon: Users,
|
||||
title: "Customers", value: "1000+"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Building2,
|
||||
title: "Projects",
|
||||
value: "10+",
|
||||
},
|
||||
id: "3", icon: Building2,
|
||||
title: "Projects", value: "10+"},
|
||||
{
|
||||
id: "4",
|
||||
icon: Award,
|
||||
title: "Approvals",
|
||||
value: "BMRDA & RERA",
|
||||
},
|
||||
id: "4", icon: Award,
|
||||
title: "Approvals", value: "BMRDA & RERA"},
|
||||
]}
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
@@ -305,8 +227,7 @@ const HomePage = () => {
|
||||
title="Thinking About Investing in Plots?"
|
||||
description="Get detailed project information, location insights, and real-time availability from our expert team"
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
useInvertedBackground={false}
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user