Merge version_1 into main #2
@@ -87,19 +87,19 @@ export default function AboutPage() {
|
||||
{
|
||||
title: "Integrity",
|
||||
description: "We conduct all business with honesty, transparency, and ethical practices. Trust is our foundation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg?_wi=3",
|
||||
imageAlt: "Integrity in business",
|
||||
},
|
||||
{
|
||||
title: "Excellence",
|
||||
description: "We strive for excellence in every aspect of our service, from consultation to transaction closure.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-real-estate-agent-talking-with-couple-interested-buying-new-home_637285-6081.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-real-estate-agent-talking-with-couple-interested-buying-new-home_637285-6081.jpg?_wi=1",
|
||||
imageAlt: "Excellence in service",
|
||||
},
|
||||
{
|
||||
title: "Innovation",
|
||||
description: "We leverage latest technology and market insights to provide cutting-edge real estate solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-model-compass-plan-background-real-estate-concept_1423-179.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-model-compass-plan-background-real-estate-concept_1423-179.jpg?_wi=1",
|
||||
imageAlt: "Innovation in real estate",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -48,7 +48,7 @@ export default function GalleryPage() {
|
||||
id: "1",
|
||||
name: "Luxury Villa - Mumbai",
|
||||
price: "₹2.5 Crore",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-multiple-lights-sun-loungers-asprovalta-greece_1268-16093.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-multiple-lights-sun-loungers-asprovalta-greece_1268-16093.jpg?_wi=4",
|
||||
imageAlt: "Luxury villa with pool",
|
||||
},
|
||||
{
|
||||
@@ -62,21 +62,21 @@ export default function GalleryPage() {
|
||||
id: "3",
|
||||
name: "Commercial Complex - Delhi",
|
||||
price: "₹4.2 Crore",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg?_wi=5",
|
||||
imageAlt: "Commercial building",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Residential Plot - Pune",
|
||||
price: "₹85 Lakhs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/village-view-from_1385-478.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/village-view-from_1385-478.jpg?_wi=2",
|
||||
imageAlt: "Residential plot",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Premium Apartment - Chennai",
|
||||
price: "₹1.5 Crore",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=4",
|
||||
imageAlt: "Premium apartment",
|
||||
},
|
||||
{
|
||||
|
||||
@@ -82,28 +82,28 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Luxury Villas",
|
||||
description: "Premium standalone properties with modern amenities and stunning architecture.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-multiple-lights-sun-loungers-asprovalta-greece_1268-16093.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-multiple-lights-sun-loungers-asprovalta-greece_1268-16093.jpg?_wi=1",
|
||||
imageAlt: "Luxury villa exterior",
|
||||
button: { text: "View Villas", href: "/gallery" },
|
||||
},
|
||||
{
|
||||
title: "Apartments",
|
||||
description: "High-rise modern apartments in prime locations with excellent connectivity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=1",
|
||||
imageAlt: "Modern apartment interior",
|
||||
button: { text: "View Apartments", href: "/gallery" },
|
||||
},
|
||||
{
|
||||
title: "Plots",
|
||||
description: "Residential and commercial plots in emerging and established localities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/village-view-from_1385-478.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/village-view-from_1385-478.jpg?_wi=1",
|
||||
imageAlt: "Residential plot",
|
||||
button: { text: "View Plots", href: "/gallery" },
|
||||
},
|
||||
{
|
||||
title: "Commercial Spaces",
|
||||
description: "Prime office spaces and commercial properties for business growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg?_wi=1",
|
||||
imageAlt: "Commercial building",
|
||||
button: { text: "View Commercial", href: "/gallery" },
|
||||
},
|
||||
@@ -127,21 +127,21 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Luxury Villa in Mumbai",
|
||||
price: "₹2.5 Crore",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-multiple-lights-sun-loungers-asprovalta-greece_1268-16093.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-multiple-lights-sun-loungers-asprovalta-greece_1268-16093.jpg?_wi=2",
|
||||
imageAlt: "Luxury villa Mumbai",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Premium Apartment - Bangalore",
|
||||
price: "₹1.8 Crore",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=2",
|
||||
imageAlt: "Premium apartment Bangalore",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Commercial Complex - Delhi",
|
||||
price: "₹4.2 Crore",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg?_wi=2",
|
||||
imageAlt: "Commercial complex Delhi",
|
||||
},
|
||||
]}
|
||||
@@ -195,12 +195,12 @@ export default function HomePage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{ id: "1", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Rajesh Kumar" },
|
||||
{ id: "2", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Priya Sharma" },
|
||||
{ id: "3", name: "Amit Patel", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Amit Patel" },
|
||||
{ id: "4", name: "Neha Gupta", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Neha Gupta" },
|
||||
{ id: "5", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Vikram Singh" },
|
||||
{ id: "6", name: "Anjali Desai", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Anjali Desai" },
|
||||
{ id: "1", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Rajesh Kumar" },
|
||||
{ id: "2", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Priya Sharma" },
|
||||
{ id: "3", name: "Amit Patel", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Amit Patel" },
|
||||
{ id: "4", name: "Neha Gupta", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Neha Gupta" },
|
||||
{ id: "5", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Vikram Singh" },
|
||||
{ id: "6", name: "Anjali Desai", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Anjali Desai" },
|
||||
]}
|
||||
cardTitle="Over 5,000 satisfied clients across India trust Shine Native for their real estate needs and investments"
|
||||
cardTag="Client Success Stories"
|
||||
|
||||
@@ -47,7 +47,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Property Buying Assistance",
|
||||
description: "Expert guidance through every step of property acquisition with legal and financial support.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-real-estate-agent-talking-with-couple-interested-buying-new-home_637285-6081.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-real-estate-agent-talking-with-couple-interested-buying-new-home_637285-6081.jpg?_wi=2",
|
||||
imageAlt: "Property buying consultation",
|
||||
},
|
||||
{
|
||||
@@ -59,25 +59,25 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Investment Consulting",
|
||||
description: "Strategic advice on real estate investments with market analysis and growth potential assessment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-model-compass-plan-background-real-estate-concept_1423-179.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-model-compass-plan-background-real-estate-concept_1423-179.jpg?_wi=2",
|
||||
imageAlt: "Real estate investment analysis",
|
||||
},
|
||||
{
|
||||
title: "Site Visit Arrangements",
|
||||
description: "Personalized property viewing experiences with detailed site walkthroughs and discussions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-multiple-lights-sun-loungers-asprovalta-greece_1268-16093.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-multiple-lights-sun-loungers-asprovalta-greece_1268-16093.jpg?_wi=3",
|
||||
imageAlt: "Property site visit",
|
||||
},
|
||||
{
|
||||
title: "Property Management",
|
||||
description: "Complete management services including maintenance, tenant coordination, and rent collection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=3",
|
||||
imageAlt: "Property management services",
|
||||
},
|
||||
{
|
||||
title: "Commercial Real Estate",
|
||||
description: "Specialized consulting for commercial property acquisition and development opportunities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg?_wi=4",
|
||||
imageAlt: "Commercial real estate",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user