Merge version_1 into main #3
@@ -68,10 +68,10 @@ export default function LandingPage() {
|
||||
title="Our Real Estate Services"
|
||||
description="Comprehensive property solutions tailored to your needs in Mayur Vihar."
|
||||
features={[
|
||||
{ title: "Buy Property", description: "Find verified homes and investment opportunities.", icon: Home, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/miami-vizcaya-museum-garden-view_649448-4664.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/lit-lamp-beside-leather-couch_1203-532.jpg" }] },
|
||||
{ title: "Sell Property", description: "Get the best price with expert guidance.", icon: TrendingUp, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/american-colors-household-decorations-independence-day-celebration_23-2151469809.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-while-using-her-laptop_23-2147601397.jpg" }] },
|
||||
{ title: "Rent Property", description: "Fast rental solutions for tenants and owners.", icon: Key, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/lit-lamp-beside-leather-couch_1203-532.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/miami-vizcaya-museum-garden-view_649448-4664.jpg" }] },
|
||||
{ title: "Commercial Property", description: "Shops, offices, and commercial spaces.", icon: Briefcase, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-while-using-her-laptop_23-2147601397.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/american-colors-household-decorations-independence-day-celebration_23-2151469809.jpg" }] }
|
||||
{ title: "Buy Property", description: "Find verified homes and investment opportunities.", icon: Home, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/miami-vizcaya-museum-garden-view_649448-4664.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/lit-lamp-beside-leather-couch_1203-532.jpg?_wi=1" }] },
|
||||
{ title: "Sell Property", description: "Get the best price with expert guidance.", icon: TrendingUp, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/american-colors-household-decorations-independence-day-celebration_23-2151469809.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-while-using-her-laptop_23-2147601397.jpg?_wi=1" }] },
|
||||
{ title: "Rent Property", description: "Fast rental solutions for tenants and owners.", icon: Key, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/lit-lamp-beside-leather-couch_1203-532.jpg?_wi=2" }, { imageSrc: "http://img.b2bpic.net/free-photo/miami-vizcaya-museum-garden-view_649448-4664.jpg?_wi=2" }] },
|
||||
{ title: "Commercial Property", description: "Shops, offices, and commercial spaces.", icon: Briefcase, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-while-using-her-laptop_23-2147601397.jpg?_wi=2" }, { imageSrc: "http://img.b2bpic.net/free-photo/american-colors-household-decorations-independence-day-celebration_23-2151469809.jpg?_wi=2" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -85,10 +85,10 @@ export default function LandingPage() {
|
||||
title="Featured Property Listings"
|
||||
description="Explore our curated list of available properties in the area."
|
||||
products={[
|
||||
{ id: "p1", brand: "Mayur Vihar", name: "3 Bedroom house in gated society", price: "₹1.85 Cr", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/miami-vizcaya-museum-garden-view_649448-4664.jpg" },
|
||||
{ id: "p2", brand: "Mayur Vihar Ph1", name: "2BHK for rent", price: "₹24,000", rating: 4, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/lit-lamp-beside-leather-couch_1203-532.jpg" },
|
||||
{ id: "p3", brand: "Mayur Vihar Ph1", name: "2BHK for rent", price: "₹23,000", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/american-colors-household-decorations-independence-day-celebration_23-2151469809.jpg" },
|
||||
{ id: "p4", brand: "East Delhi", name: "2BHK rent Mayur Vihar", price: "₹28,000", rating: 5, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-while-using-her-laptop_23-2147601397.jpg" }
|
||||
{ id: "p1", brand: "Mayur Vihar", name: "3 Bedroom house in gated society", price: "₹1.85 Cr", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/miami-vizcaya-museum-garden-view_649448-4664.jpg?_wi=3" },
|
||||
{ id: "p2", brand: "Mayur Vihar Ph1", name: "2BHK for rent", price: "₹24,000", rating: 4, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/lit-lamp-beside-leather-couch_1203-532.jpg?_wi=3" },
|
||||
{ id: "p3", brand: "Mayur Vihar Ph1", name: "2BHK for rent", price: "₹23,000", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/american-colors-household-decorations-independence-day-celebration_23-2151469809.jpg?_wi=3" },
|
||||
{ id: "p4", brand: "East Delhi", name: "2BHK rent Mayur Vihar", price: "₹28,000", rating: 5, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-while-using-her-laptop_23-2147601397.jpg?_wi=3" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,11 +116,11 @@ export default function LandingPage() {
|
||||
title="What Our Clients Say"
|
||||
description="Read what our community has to say about our services."
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah Johnson", role: "CEO", company: "LocalBiz", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg" },
|
||||
{ id: "t1", name: "Sarah Johnson", role: "CEO", company: "LocalBiz", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg?_wi=1" },
|
||||
{ id: "t2", name: "Michael Chen", role: "Designer", company: "Creative", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-man-outdoor_23-2148479594.jpg" },
|
||||
{ id: "t3", name: "Emily Rodriguez", role: "Marketer", company: "Growth", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-suit-standing-escalator-walking-city-using-mobile-phone-corporate_1258-118610.jpg" },
|
||||
{ id: "t4", name: "David Kim", role: "Manager", company: "Startup", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-woman-thumbs-up-give-approval-drink-coffee_176420-16240.jpg" },
|
||||
{ id: "t5", name: "Anita Desai", role: "Founder", company: "DesignTech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg" }
|
||||
{ id: "t5", name: "Anita Desai", role: "Founder", company: "DesignTech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg?_wi=2" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user