From 3ab7bc9a633c0844ea90bc8d4b541b4ef388c721 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:52:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 56f64d1..48df382 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,16 +105,16 @@ export default function LandingPage() { description="The Pearl Construction advantage: precision, trust, and local expertise." features={[ { - title: "Clear Communication", description: "No surprises. We keep you informed every step of the way.", imageSrc: "http://img.b2bpic.net/free-photo/weekend-mature-couple-enjoying-good-weather-near-swimming-pool_259150-57796.jpg", imageAlt: "luxury resort pool backyard" + title: "Clear Communication", description: "No surprises. We keep you informed every step of the way.", imageSrc: "http://img.b2bpic.net/free-photo/weekend-mature-couple-enjoying-good-weather-near-swimming-pool_259150-57796.jpg?_wi=1", imageAlt: "luxury resort pool backyard" }, { - title: "Reliable Timelines", description: "We set realistic schedules and deliver on them.", imageSrc: "http://img.b2bpic.net/free-photo/attic-kitchen-wooden-ceiling-modern-blue-fronts_169016-68929.jpg", imageAlt: "luxury home kitchen renovation" + title: "Reliable Timelines", description: "We set realistic schedules and deliver on them.", imageSrc: "http://img.b2bpic.net/free-photo/attic-kitchen-wooden-ceiling-modern-blue-fronts_169016-68929.jpg?_wi=1", imageAlt: "luxury home kitchen renovation" }, { - title: "Quality Craftsmanship", description: "Every detail matters. Premium materials and skilled artisans.", imageSrc: "http://img.b2bpic.net/free-photo/terrace-exterior-building_1203-2586.jpg", imageAlt: "luxury outdoor living space" + title: "Quality Craftsmanship", description: "Every detail matters. Premium materials and skilled artisans.", imageSrc: "http://img.b2bpic.net/free-photo/terrace-exterior-building_1203-2586.jpg?_wi=1", imageAlt: "luxury outdoor living space" }, { - title: "Local San Antonio Company", description: "We're part of the community and proud to serve local homeowners.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathtub-inside-bedroom-hotel_1150-10837.jpg", imageAlt: "luxury bathroom spa renovation" + title: "Local San Antonio Company", description: "We're part of the community and proud to serve local homeowners.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathtub-inside-bedroom-hotel_1150-10837.jpg?_wi=1", imageAlt: "luxury bathroom spa renovation" } ]} gridVariant="four-items-2x2-equal-grid" @@ -174,19 +174,19 @@ export default function LandingPage() { products={[ { id: "1", brand: "Pearl Construction", name: "Resort-Style Pool Paradise", price: "Custom", rating: 5, - reviewCount: "12 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/weekend-mature-couple-enjoying-good-weather-near-swimming-pool_259150-57796.jpg", imageAlt: "luxury resort pool backyard" + reviewCount: "12 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/weekend-mature-couple-enjoying-good-weather-near-swimming-pool_259150-57796.jpg?_wi=2", imageAlt: "luxury resort pool backyard" }, { id: "2", brand: "Pearl Construction", name: "Luxury Kitchen Transformation", price: "Custom", rating: 5, - reviewCount: "8 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/attic-kitchen-wooden-ceiling-modern-blue-fronts_169016-68929.jpg", imageAlt: "luxury home kitchen renovation" + reviewCount: "8 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/attic-kitchen-wooden-ceiling-modern-blue-fronts_169016-68929.jpg?_wi=2", imageAlt: "luxury home kitchen renovation" }, { id: "3", brand: "Pearl Construction", name: "Outdoor Oasis Retreat", price: "Custom", rating: 5, - reviewCount: "15 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/terrace-exterior-building_1203-2586.jpg", imageAlt: "luxury outdoor living space" + reviewCount: "15 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/terrace-exterior-building_1203-2586.jpg?_wi=2", imageAlt: "luxury outdoor living space" }, { id: "4", brand: "Pearl Construction", name: "Master Bath Spa Haven", price: "Custom", rating: 5, - reviewCount: "9 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathtub-inside-bedroom-hotel_1150-10837.jpg", imageAlt: "luxury bathroom spa renovation" + reviewCount: "9 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathtub-inside-bedroom-hotel_1150-10837.jpg?_wi=2", imageAlt: "luxury bathroom spa renovation" }, { id: "5", brand: "Pearl Construction", name: "Modern Home Expansion", price: "Custom", rating: 5, -- 2.49.1