From 191a872299f1dd0359f89255f0b407b5f0884c96 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:13:54 +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 7b330a8..b75e21c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,10 +51,10 @@ export default function LandingPage() { buttons={[{ text: "Book Now", href: "tel:+19549065157" }]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/winter-sports-equipment-complex_482257-76748.jpg", imageAlt: "Salon Interior" + imageSrc: "http://img.b2bpic.net/free-photo/winter-sports-equipment-complex_482257-76748.jpg?_wi=1", imageAlt: "Salon Interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/different-emotions-young-twins_329181-10709.jpg", imageAlt: "Hairstyling result" + imageSrc: "http://img.b2bpic.net/free-photo/different-emotions-young-twins_329181-10709.jpg?_wi=1", imageAlt: "Hairstyling result" } ]} mediaAnimation="slide-up" @@ -115,12 +115,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "g1", name: "Transformation 1", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/different-emotions-young-twins_329181-10709.jpg" }, - { id: "g2", name: "Transformation 2", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/different-emotions-young-twins_329181-10709.jpg" }, - { id: "g3", name: "Transformation 3", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/different-emotions-young-twins_329181-10709.jpg" }, - { id: "g4", name: "Transformation 4", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/different-emotions-young-twins_329181-10709.jpg" }, - { id: "g5", name: "Transformation 5", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/different-emotions-young-twins_329181-10709.jpg" }, - { id: "g6", name: "Salon View", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/winter-sports-equipment-complex_482257-76748.jpg" }, + { id: "g1", name: "Transformation 1", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/different-emotions-young-twins_329181-10709.jpg?_wi=2" }, + { id: "g2", name: "Transformation 2", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/different-emotions-young-twins_329181-10709.jpg?_wi=3" }, + { id: "g3", name: "Transformation 3", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/different-emotions-young-twins_329181-10709.jpg?_wi=4" }, + { id: "g4", name: "Transformation 4", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/different-emotions-young-twins_329181-10709.jpg?_wi=5" }, + { id: "g5", name: "Transformation 5", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/different-emotions-young-twins_329181-10709.jpg?_wi=6" }, + { id: "g6", name: "Salon View", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/winter-sports-equipment-complex_482257-76748.jpg?_wi=2" }, ]} title="Gallery" description="Before & After transformations and our salon aesthetic." -- 2.49.1