diff --git a/src/app/page.tsx b/src/app/page.tsx index 0216e62..a424ead 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function GavanHomesPage() { { text: "📞 Call Now", href: "tel:08200039897" }, { text: "📅 Book Site Visit", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/modern-urban-townhouses-illuminated-dusk_84443-74075.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-urban-townhouses-illuminated-dusk_84443-74075.jpg?_wi=1" imageAlt="Premium row houses in Vapi with modern architectural design" /> @@ -81,15 +81,15 @@ export default function GavanHomesPage() { products={[ { id: "1", brand: "GAVAN HOMES", name: "Emerald Heights Row Houses", price: "Starting ₹40 Lakhs", rating: 5, - reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/scenery-district-full-houses-clear-sky-larvik-norway_181624-12845.jpg", imageAlt: "Emerald Heights Row Houses Project" + reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/scenery-district-full-houses-clear-sky-larvik-norway_181624-12845.jpg?_wi=1", imageAlt: "Emerald Heights Row Houses Project" }, { id: "2", brand: "GAVAN HOMES", name: "Royal Garden Villas", price: "Starting ₹48 Lakhs", rating: 5, - reviewCount: "Ongoing", imageSrc: "http://img.b2bpic.net/free-photo/modern-townhouses-with-contemporary-architecture-dusk_84443-74054.jpg", imageAlt: "Royal Garden Villas Project" + reviewCount: "Ongoing", imageSrc: "http://img.b2bpic.net/free-photo/modern-townhouses-with-contemporary-architecture-dusk_84443-74054.jpg?_wi=1", imageAlt: "Royal Garden Villas Project" }, { id: "3", brand: "GAVAN HOMES", name: "Premium Plaza Residences", price: "Starting ₹55 Lakhs", rating: 5, - reviewCount: "Launching Soon", imageSrc: "http://img.b2bpic.net/free-photo/modern-townhouses-with-contemporary-architecture-dusk_84443-74054.jpg", imageAlt: "Premium Plaza Residences Project" + reviewCount: "Launching Soon", imageSrc: "http://img.b2bpic.net/free-photo/modern-townhouses-with-contemporary-architecture-dusk_84443-74054.jpg?_wi=2", imageAlt: "Premium Plaza Residences Project" }, ]} gridVariant="three-columns-all-equal-width" @@ -106,15 +106,15 @@ export default function GavanHomesPage() { features={[ { id: 1, - title: "Premium Construction Materials", description: "Only the finest quality materials used in all our projects to ensure durability and elegance.", imageSrc: "http://img.b2bpic.net/free-photo/scenery-district-full-houses-clear-sky-larvik-norway_181624-12845.jpg" + title: "Premium Construction Materials", description: "Only the finest quality materials used in all our projects to ensure durability and elegance.", imageSrc: "http://img.b2bpic.net/free-photo/scenery-district-full-houses-clear-sky-larvik-norway_181624-12845.jpg?_wi=2" }, { id: 2, - title: "Clean & Minimal Architectural Design", description: "Modern designs that blend aesthetics with functionality for peaceful living spaces.", imageSrc: "http://img.b2bpic.net/free-photo/modern-townhouses-with-contemporary-architecture-dusk_84443-74054.jpg" + title: "Clean & Minimal Architectural Design", description: "Modern designs that blend aesthetics with functionality for peaceful living spaces.", imageSrc: "http://img.b2bpic.net/free-photo/modern-townhouses-with-contemporary-architecture-dusk_84443-74054.jpg?_wi=3" }, { id: 3, - title: "Transparent Buying Process", description: "Complete clarity on pricing, timelines, and project details. No hidden costs or surprises.", imageSrc: "http://img.b2bpic.net/free-photo/modern-townhouses-with-contemporary-architecture-dusk_84443-74054.jpg" + title: "Transparent Buying Process", description: "Complete clarity on pricing, timelines, and project details. No hidden costs or surprises.", imageSrc: "http://img.b2bpic.net/free-photo/modern-townhouses-with-contemporary-architecture-dusk_84443-74054.jpg?_wi=4" }, ]} textboxLayout="default" @@ -129,7 +129,7 @@ export default function GavanHomesPage() { testimonials={[ { id: "1", name: "Rajesh Patel", role: "Family", company: "Vapi", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1" }, { id: "2", name: "Priya Sharma", role: "Working Professional", company: "Vapi", rating: 5, @@ -137,7 +137,7 @@ export default function GavanHomesPage() { }, { id: "3", name: "Vikram Singh", role: "First-Time Buyer", company: "Valsad", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2" }, { id: "4", name: "Anjali Gupta", role: "NRI Investor", company: "Vapi", rating: 5, @@ -203,7 +203,7 @@ export default function GavanHomesPage() {