From 90ec4d60b076876277619aead1903ed2197d0002 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 22:21:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index be7f7bd..4701d4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,13 +57,13 @@ export default function LandingPage() { ]} carouselItems={[ { - id: "slide-1", imageSrc: "http://img.b2bpic.net/free-photo/luxury-villa-with-pool-dusk_23-2152016395.jpg", imageAlt: "Luxury villa entrance"}, + id: "slide-1", imageSrc: "http://img.b2bpic.net/free-photo/luxury-villa-with-pool-dusk_23-2152016395.jpg?_wi=1", imageAlt: "Luxury villa entrance"}, { - id: "slide-2", imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-room-living-room-with-luxury-decor_105762-1672.jpg", imageAlt: "Modern premium apartment interior"}, + id: "slide-2", imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-room-living-room-with-luxury-decor_105762-1672.jpg?_wi=1", imageAlt: "Modern premium apartment interior"}, { - id: "slide-3", imageSrc: "http://img.b2bpic.net/free-photo/black-metal-railings-white-concrete-building_250224-12.jpg", imageAlt: "Contemporary custom home"}, + id: "slide-3", imageSrc: "http://img.b2bpic.net/free-photo/black-metal-railings-white-concrete-building_250224-12.jpg?_wi=1", imageAlt: "Contemporary custom home"}, { - id: "slide-4", imageSrc: "http://img.b2bpic.net/free-photo/spacious-room-with-big-window_1203-1490.jpg", imageAlt: "Opulent master bedroom"}, + id: "slide-4", imageSrc: "http://img.b2bpic.net/free-photo/spacious-room-with-big-window_1203-1490.jpg?_wi=1", imageAlt: "Opulent master bedroom"}, { id: "slide-5", imageSrc: "http://img.b2bpic.net/free-photo/parallel-fronts-warm-lighting-blue-modern_169016-69299.jpg", imageAlt: "Detailed architectural finishing"}, { @@ -77,7 +77,7 @@ export default function LandingPage() { useInvertedBackground={false} title="A Legacy of Trust" description="At Badshah Builders, we redefine excellence in Delhi NCR’s real estate landscape. Our commitment to transparent dealings, quality craftsmanship, and timely delivery has made us a trusted name for discerning homeowners. We don't just build structures; we curate lifestyles defined by luxury and durability." - imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-cartoon-welcome-door_23-2151645396.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-cartoon-welcome-door_23-2151645396.jpg?_wi=1" imageAlt="Badshah Builders Architectural Detail" /> @@ -89,16 +89,16 @@ export default function LandingPage() { features={[ { title: "Trusted by Homeowners", description: "Years of integrity and a track record that speaks for itself across Delhi NCR.", buttonIcon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/luxury-villa-with-pool-dusk_23-2152016395.jpg", imageAlt: "luxury villa entrance night"}, + imageSrc: "http://img.b2bpic.net/free-photo/luxury-villa-with-pool-dusk_23-2152016395.jpg?_wi=2", imageAlt: "luxury villa entrance night"}, { title: "Premium Craftsmanship", description: "Uncompromising attention to detail using only the finest materials for your home.", buttonIcon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-room-living-room-with-luxury-decor_105762-1672.jpg", imageAlt: "luxury apartment interior design"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-room-living-room-with-luxury-decor_105762-1672.jpg?_wi=2", imageAlt: "luxury apartment interior design"}, { title: "Transparent Deals", description: "Complete clarity in every transaction, ensuring peace of mind from start to finish.", buttonIcon: Eye, - imageSrc: "http://img.b2bpic.net/free-photo/black-metal-railings-white-concrete-building_250224-12.jpg", imageAlt: "modern luxury custom home"}, + imageSrc: "http://img.b2bpic.net/free-photo/black-metal-railings-white-concrete-building_250224-12.jpg?_wi=2", imageAlt: "modern luxury custom home"}, { title: "Timely Delivery", description: "We honor your time as much as your investment with strict adherence to schedules.", buttonIcon: Clock, - imageSrc: "http://img.b2bpic.net/free-photo/spacious-room-with-big-window_1203-1490.jpg", imageAlt: "luxury master bedroom design"}, + imageSrc: "http://img.b2bpic.net/free-photo/spacious-room-with-big-window_1203-1490.jpg?_wi=2", imageAlt: "luxury master bedroom design"}, ]} title="Why Choose Us" description="Experience construction redefined with our core pillars of excellence." @@ -123,7 +123,7 @@ export default function LandingPage() { reviewCount: "18+", imageSrc: "http://img.b2bpic.net/free-photo/architect-building-construction-design-real-state_53876-16473.jpg"}, { id: "p4", brand: "Badshah", name: "Grand Mansions", price: "Request Quote", rating: 5, - reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cartoon-welcome-door_23-2151645396.jpg"}, + reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cartoon-welcome-door_23-2151645396.jpg?_wi=2"}, { id: "p5", brand: "Badshah", name: "Prestige Complex", price: "Request Quote", rating: 5, reviewCount: "30+", imageSrc: "http://img.b2bpic.net/free-photo/modern-urban-townhouses-illuminated-dusk_84443-74075.jpg"}, -- 2.49.1