From 396e6d966a57e7966b7a589a3461aad0c2747d3b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 19:19:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a4c940..af762c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -170,10 +170,10 @@ export default function LandingPage() { tagIcon={MapPin} tagAnimation="slide-up" products={[ - { id: "century-city", name: "Century City", price: "021 552 5984", variant: "Mon & Thu Afternoons", imageSrc: "https://images.unsplash.com/photo-1580060839134-75a5edca2e99?w=900&q=80&fit=crop", imageAlt: "Century City clinic location" }, - { id: "panorama", name: "Panorama", price: "021 552 5984", variant: "Full Week Available", imageSrc: "https://images.unsplash.com/photo-1580060839134-75a5edca2e99?w=900&q=80&fit=crop", imageAlt: "Panorama clinic location" }, - { id: "fish-hoek", name: "Fish Hoek", price: "060 775 6768", variant: "Flexible Hours", imageSrc: "https://images.unsplash.com/photo-1580060839134-75a5edca2e99?w=900&q=80&fit=crop", imageAlt: "Fish Hoek clinic location" }, - { id: "plattekloof", name: "Plattekloof", price: "079 653 0846", variant: "By Appointment", imageSrc: "https://images.unsplash.com/photo-1580060839134-75a5edca2e99?w=900&q=80&fit=crop", imageAlt: "Plattekloof clinic location" } + { id: "century-city", name: "Century City", price: "021 552 5984", variant: "Mon & Thu Afternoons", imageSrc: "https://images.unsplash.com/photo-1580060839134-75a5edca2e99?w=900&q=80&fit=crop&_wi=1", imageAlt: "Century City clinic location" }, + { id: "panorama", name: "Panorama", price: "021 552 5984", variant: "Full Week Available", imageSrc: "https://images.unsplash.com/photo-1580060839134-75a5edca2e99?w=900&q=80&fit=crop&_wi=2", imageAlt: "Panorama clinic location" }, + { id: "fish-hoek", name: "Fish Hoek", price: "060 775 6768", variant: "Flexible Hours", imageSrc: "https://images.unsplash.com/photo-1580060839134-75a5edca2e99?w=900&q=80&fit=crop&_wi=3", imageAlt: "Fish Hoek clinic location" }, + { id: "plattekloof", name: "Plattekloof", price: "079 653 0846", variant: "By Appointment", imageSrc: "https://images.unsplash.com/photo-1580060839134-75a5edca2e99?w=900&q=80&fit=crop&_wi=4", imageAlt: "Plattekloof clinic location" } ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" -- 2.49.1