From f3e35abe99fd67573811816b1ffb7fbc0396523f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 14:42:40 +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 97381a0..d5498c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,8 +50,8 @@ export default function LandingPage() { { text: "Call Now", href: "tel:+353000000000" }, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/couple-love-walking-road-cloudy-sk_651396-2408.jpg", imageAlt: "Luxury Driveway Installation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/couple-love-walking-road-cloudy-sk_651396-2408.jpg", imageAlt: "Garden Transformation" } + { imageSrc: "http://img.b2bpic.net/free-photo/couple-love-walking-road-cloudy-sk_651396-2408.jpg?_wi=1", imageAlt: "Luxury Driveway Installation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/couple-love-walking-road-cloudy-sk_651396-2408.jpg?_wi=2", imageAlt: "Garden Transformation" } ]} mediaAnimation="slide-up" rating={5} @@ -82,12 +82,12 @@ export default function LandingPage() { useInvertedBackground={true} animationType="slide-up" products={[ - { id: "p1", name: "Driveway Finish", price: "Luxury Grade", variant: "Paved", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359727.jpg" }, - { id: "p2", name: "Patio Detail", price: "Precision Work", variant: "Porcelain", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5466.jpg" }, - { id: "p3", name: "Fencing Project", price: "Composite", variant: "Secure", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359727.jpg" }, - { id: "p4", name: "Garden Turf", price: "Perfect Finish", variant: "Artificial", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5466.jpg" }, - { id: "p5", name: "Garden Wall", price: "Structural", variant: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359727.jpg" }, - { id: "p6", name: "Drainage Build", price: "Integrated", variant: "Effective", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5466.jpg" }, + { id: "p1", name: "Driveway Finish", price: "Luxury Grade", variant: "Paved", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359727.jpg?_wi=1" }, + { id: "p2", name: "Patio Detail", price: "Precision Work", variant: "Porcelain", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5466.jpg?_wi=1" }, + { id: "p3", name: "Fencing Project", price: "Composite", variant: "Secure", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359727.jpg?_wi=2" }, + { id: "p4", name: "Garden Turf", price: "Perfect Finish", variant: "Artificial", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5466.jpg?_wi=2" }, + { id: "p5", name: "Garden Wall", price: "Structural", variant: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359727.jpg?_wi=3" }, + { id: "p6", name: "Drainage Build", price: "Integrated", variant: "Effective", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-with-circle-chair_1339-5466.jpg?_wi=3" }, ]} title="Before & After Transformations" description="See the quality craftsmanship we bring to every home across Limerick." -- 2.49.1