From 777e25d58d077dff1458983432d944c90c41532d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 18:34:39 +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 33026c9..cbc232b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,21 +49,21 @@ export default function LandingPage() { testimonials={[ { name: "Jonathan V.", handle: "@jonv", testimonial: "The attention to detail Gallery Built provided was unmatched. My home looks entirely transformed.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13092.jpg", imageAlt: "luxury roofing craftsmanship architectural"}, + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13092.jpg?_wi=1", imageAlt: "luxury roofing craftsmanship architectural"}, { name: "Sarah M.", handle: "@sm_home", testimonial: "Professional, clean, and incredibly precise. Truly the best roofing service in the region.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks_342744-442.jpg", imageAlt: "luxury roofing craftsmanship architectural"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks_342744-442.jpg?_wi=1", imageAlt: "luxury roofing craftsmanship architectural"}, { name: "Robert B.", handle: "@rob.b", testimonial: "An artisanal experience from start to finish. Our roof is a work of art.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg", imageAlt: "luxury roofing craftsmanship architectural"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg?_wi=1", imageAlt: "luxury roofing craftsmanship architectural"}, { name: "Elena K.", handle: "@elena.build", testimonial: "They respected my property as if it were their own. Exceptional conduct.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg", imageAlt: "luxury roofing craftsmanship architectural"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg?_wi=1", imageAlt: "luxury roofing craftsmanship architectural"}, { name: "James T.", handle: "@jamest_roof", testimonial: "Best investment for our home's long-term value.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264426.jpg", imageAlt: "luxury roofing craftsmanship architectural"}, + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264426.jpg?_wi=1", imageAlt: "luxury roofing craftsmanship architectural"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13092.jpg" + imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13092.jpg?_wi=2" imageAlt="Luxurious home roofing project" avatars={[ { src: "http://img.b2bpic.net/free-photo/man-looking-her-girlfriend-showing-engagement-ring_23-2147891267.jpg", alt: "Client profile 1" }, @@ -81,7 +81,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Mastery in Roofing" description="We treat every roof as a unique gallery piece. Our team blends traditional craftsmanship with modern durability technology to ensure your investment stands the test of time and weather." - imageSrc="http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks_342744-442.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks_342744-442.jpg?_wi=2" imageAlt="Master roofer at work" /> @@ -92,9 +92,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { id: "f1", title: "Premium Durability", tags: ["Craft", "Longevity"], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg" }, - { id: "f2", title: "Precision Weatherproofing", tags: ["Safety", "Tech"], imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg" }, - { id: "f3", title: "Architectural Aesthetic", tags: ["Design", "Style"], imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264426.jpg" }, + { id: "f1", title: "Premium Durability", tags: ["Craft", "Longevity"], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg?_wi=2" }, + { id: "f2", title: "Precision Weatherproofing", tags: ["Safety", "Tech"], imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg?_wi=2" }, + { id: "f3", title: "Architectural Aesthetic", tags: ["Design", "Style"], imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264426.jpg?_wi=2" }, ]} title="Our Signature Standards" description="Unrivaled quality that sets your home apart." -- 2.49.1