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."