From 7fbc51400c5dcb21de7f676e870ccd159a4769c9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 13:31:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cc8e4d..673495f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,16 +110,16 @@ export default function HomePage() { features={[ { id: 1, - title: "Custom Metal Building Construction", description: "Design and build metal structures tailored to your specific requirements, from concept through completion with precision and expertise.", imageSrc: "http://img.b2bpic.net/free-photo/modern-metal-staircase_158595-5087.jpg"}, + title: "Custom Metal Building Construction", description: "Design and build metal structures tailored to your specific requirements, from concept through completion with precision and expertise.", imageSrc: "http://img.b2bpic.net/free-photo/modern-metal-staircase_158595-5087.jpg?_wi=1"}, { id: 2, - title: "Steel Shop Buildings", description: "Industrial-grade metal shops built for durability and functionality, perfect for equipment storage, workshops, and commercial operations.", imageSrc: "http://img.b2bpic.net/free-photo/modern-metal-staircase_158595-5087.jpg"}, + title: "Steel Shop Buildings", description: "Industrial-grade metal shops built for durability and functionality, perfect for equipment storage, workshops, and commercial operations.", imageSrc: "http://img.b2bpic.net/free-photo/modern-metal-staircase_158595-5087.jpg?_wi=2"}, { id: 3, - title: "Ranch & Agricultural Buildings", description: "Specialized metal structures designed for ranching operations, including barns, equipment storage, and lean-to additions that withstand Texas weather.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-cottage-deserted-landscape-sunny-day_181624-50468.jpg"}, + title: "Ranch & Agricultural Buildings", description: "Specialized metal structures designed for ranching operations, including barns, equipment storage, and lean-to additions that withstand Texas weather.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-cottage-deserted-landscape-sunny-day_181624-50468.jpg?_wi=1"}, { id: 4, - title: "Large Equipment & Storage", description: "Spacious metal buildings perfect for storing equipment, vehicles, and materials with clear-span designs for maximum usable space.", imageSrc: "http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2538.jpg"}, + title: "Large Equipment & Storage", description: "Spacious metal buildings perfect for storing equipment, vehicles, and materials with clear-span designs for maximum usable space.", imageSrc: "http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2538.jpg?_wi=1"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -136,16 +136,16 @@ export default function HomePage() { products={[ { id: "1", brand: "AR Metal Buildings", name: "50x80 Shop with Lean-To", price: "Custom Quote", rating: 5, - reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/modern-metal-staircase_158595-5087.jpg", imageAlt: "50x80 metal shop with lean-to addition"}, + reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/modern-metal-staircase_158595-5087.jpg?_wi=3", imageAlt: "50x80 metal shop with lean-to addition"}, { id: "2", brand: "AR Metal Buildings", name: "80x50 Building (18' Walls)", price: "Custom Quote", rating: 5, reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/industrial-worker-indoors-factory-businessman-with-orange-hard-hat-man-blue-shirt_1157-40905.jpg", imageAlt: "80x50 metal building with high walls"}, { id: "3", brand: "AR Metal Buildings", name: "45x125 Metal Building", price: "Custom Quote", rating: 5, - reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2538.jpg", imageAlt: "Large 45x125 metal building structure"}, + reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2538.jpg?_wi=2", imageAlt: "Large 45x125 metal building structure"}, { id: "4", brand: "AR Metal Buildings", name: "Ranch Shop Building", price: "Custom Quote", rating: 5, - reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/wooden-cottage-deserted-landscape-sunny-day_181624-50468.jpg", imageAlt: "Ranch metal shop building"}, + reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/wooden-cottage-deserted-landscape-sunny-day_181624-50468.jpg?_wi=2", imageAlt: "Ranch metal shop building"}, { id: "5", brand: "AR Metal Buildings", name: "Commercial Metal Garage", price: "Custom Quote", rating: 5, reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/building-with-metallic-bars-wooden-ceiling_250224-285.jpg", imageAlt: "Large commercial metal garage"}, -- 2.49.1