From 45ec5fa9a934c66fbbbaf7646922531716aadd21 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:53:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15a95d6..1372f64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,22 +41,22 @@ export default function LandingPage() { tag="Mobile Service" tagIcon={Anchor} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/soft-focus-water-drops-come-out-hose-sailor-captain-yacht-owner-washes-salty-residue-from-sail-mainsail-spinnaker-when-sailboat-is-docked-yard-marina_346278-360.jpg" + imageSrc="http://img.b2bpic.net/free-photo/soft-focus-water-drops-come-out-hose-sailor-captain-yacht-owner-washes-salty-residue-from-sail-mainsail-spinnaker-when-sailboat-is-docked-yard-marina_346278-360.jpg?_wi=1" imageAlt="Professional boat detailing" imagePosition="right" mediaAnimation="blur-reveal" testimonials={[ { name: "David McCarthy", handle: "Boat Owner, Cork Harbour", testimonial: "ShipShape transformed my yacht. Professional, reliable, and truly worth every penny.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, { name: "Sarah O'Brien", handle: "Marina Manager", testimonial: "Our clients rave about ShipShape's attention to detail and meticulous work on gel coats.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" }, { name: "Michael Flynn", handle: "Boat Enthusiast", testimonial: "The RIB tube restoration was flawless. They treat your boat like their own.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3" }, ]} testimonialRotationInterval={5000} @@ -100,7 +100,7 @@ export default function LandingPage() { }, { id: 3, - tag: "Hull Protection", title: "Exterior Detailing", subtitle: "Complete hull and surface restoration", description: "Full exterior detailing covers everything from hull to railings. We address salt spray damage, marine growth, and weathering with professional-grade techniques and products designed for marine environments.", imageSrc: "http://img.b2bpic.net/free-photo/soft-focus-water-drops-come-out-hose-sailor-captain-yacht-owner-washes-salty-residue-from-sail-mainsail-spinnaker-when-sailboat-is-docked-yard-marina_346278-360.jpg", imageAlt: "Exterior detailing service" + tag: "Hull Protection", title: "Exterior Detailing", subtitle: "Complete hull and surface restoration", description: "Full exterior detailing covers everything from hull to railings. We address salt spray damage, marine growth, and weathering with professional-grade techniques and products designed for marine environments.", imageSrc: "http://img.b2bpic.net/free-photo/soft-focus-water-drops-come-out-hose-sailor-captain-yacht-owner-washes-salty-residue-from-sail-mainsail-spinnaker-when-sailboat-is-docked-yard-marina_346278-360.jpg?_wi=2", imageAlt: "Exterior detailing service" }, { id: 4, @@ -129,16 +129,16 @@ export default function LandingPage() {