From 7b5cce34505cfa86e4353f1c8af3c3cb4b39f3c7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:18:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e40c42..1906c32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,12 +111,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "g1", name: "Transformation 1", price: "View", imageSrc: "https://images.unsplash.com/photo-1560066984-138dadb4c07d?auto=format&fit=crop&q=80&w=800" }, + { id: "g1", name: "Transformation 1", price: "View", imageSrc: "https://images.unsplash.com/photo-1560066984-138dadb4c07d?auto=format&fit=crop&q=80&w=800&_wi=1" }, { id: "g2", name: "Transformation 2", price: "View", imageSrc: "https://images.unsplash.com/photo-1562322140-8baeeceee3df?auto=format&fit=crop&q=80&w=800" }, { id: "g3", name: "Transformation 3", price: "View", imageSrc: "https://images.unsplash.com/photo-1595476108010-b4d1f102b1b1?auto=format&fit=crop&q=80&w=800" }, { id: "g4", name: "Transformation 4", price: "View", imageSrc: "https://images.unsplash.com/photo-1522337660859-02fbefca4702?auto=format&fit=crop&q=80&w=800" }, { id: "g5", name: "Transformation 5", price: "View", imageSrc: "https://images.unsplash.com/photo-1600948836101-f9ffda59d250?auto=format&fit=crop&q=80&w=800" }, - { id: "g6", name: "Salon View", price: "View", imageSrc: "https://images.unsplash.com/photo-1560066984-138dadb4c07d?auto=format&fit=crop&q=80&w=800" }, + { id: "g6", name: "Salon View", price: "View", imageSrc: "https://images.unsplash.com/photo-1560066984-138dadb4c07d?auto=format&fit=crop&q=80&w=800&_wi=2" }, ]} title="Gallery" description="Before & After transformations and our salon aesthetic." -- 2.49.1