From d5456e3a27012f3da7847c85599539adec959642 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 19:58:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 97a822c..4d952c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,7 +118,7 @@ export default function LandingPage() { { value: "Premium", title: "Quality Fabrics" }, { value: "Expert", title: "Personalized Service" } ]} - imageSrc="http://img.b2bpic.net/free-photo/women-hanging-out-together_53876-47008.jpg" + imageSrc="http://img.b2bpic.net/free-photo/women-hanging-out-together_53876-47008.jpg?_wi=1" imageAlt="Customers shopping at Shifani Avenues" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -140,7 +140,7 @@ export default function LandingPage() { products={[ { id: "gallery-1", brand: "Store Experience", name: "Welcoming Environment", price: "Visit us", rating: 5, - reviewCount: "44", imageSrc: "http://img.b2bpic.net/free-photo/women-hanging-out-together_53876-47008.jpg", imageAlt: "Customers shopping experience" + reviewCount: "44", imageSrc: "http://img.b2bpic.net/free-photo/women-hanging-out-together_53876-47008.jpg?_wi=2", imageAlt: "Customers shopping experience" }, { id: "gallery-2", brand: "Service Excellence", name: "Expert Assistance", price: "Personalized", rating: 5, @@ -183,10 +183,10 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Amazing Experience", quote: "Amazing experience. The staff helped without any pressure. Found exactly what I was looking for for my sister's wedding. Highly recommend!", name: "Sarah Johnson", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-looking-camera-office_23-2148218515.jpg", imageAlt: "Sarah Johnson" + id: "1", title: "Amazing Experience", quote: "Amazing experience. The staff helped without any pressure. Found exactly what I was looking for for my sister's wedding. Highly recommend!", name: "Sarah Johnson", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-looking-camera-office_23-2148218515.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { - id: "2", title: "Best Collection", quote: "Best collection and quality I've seen in the area. The attention to detail in every piece is exceptional. Will definitely come back for more!", name: "Aisha Patel", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-traditional-sari-garment_23-2149565144.jpg", imageAlt: "Aisha Patel" + id: "2", title: "Best Collection", quote: "Best collection and quality I've seen in the area. The attention to detail in every piece is exceptional. Will definitely come back for more!", name: "Aisha Patel", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-traditional-sari-garment_23-2149565144.jpg?_wi=1", imageAlt: "Aisha Patel" }, { id: "3", title: "Perfect for Events", quote: "I found the most beautiful Eid outfit here. The staff gave me fantastic styling advice. This is my go-to place for all my ethnic wear needs.", name: "Fatima Khan", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-tourist-visiting-great-wall-china_23-2151261877.jpg", imageAlt: "Fatima Khan" @@ -195,10 +195,10 @@ export default function LandingPage() { id: "4", title: "Trusted & Reliable", quote: "Shopping at Shifani Avenues feels like visiting a friend. The service is personalized, quality is premium, and the atmosphere is warm and inviting.", name: "Priya Sharma", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-living-room_329181-2677.jpg", imageAlt: "Priya Sharma" }, { - id: "5", title: "Worth the Visit", quote: "Traveled 30 minutes to visit this store and it was absolutely worth it. Great variety and genuine customer service that you don't find everywhere.", name: "Nadia Ahmed", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-looking-camera-office_23-2148218515.jpg", imageAlt: "Nadia Ahmed" + id: "5", title: "Worth the Visit", quote: "Traveled 30 minutes to visit this store and it was absolutely worth it. Great variety and genuine customer service that you don't find everywhere.", name: "Nadia Ahmed", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-looking-camera-office_23-2148218515.jpg?_wi=2", imageAlt: "Nadia Ahmed" }, { - id: "6", title: "Highly Recommended", quote: "Shifani Avenues is the best-kept secret in Mississauga for ethnic wear. Quality, service, and variety are all top-notch. Tell all your friends!", name: "Hana Lee", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-traditional-sari-garment_23-2149565144.jpg", imageAlt: "Hana Lee" + id: "6", title: "Highly Recommended", quote: "Shifani Avenues is the best-kept secret in Mississauga for ethnic wear. Quality, service, and variety are all top-notch. Tell all your friends!", name: "Hana Lee", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-traditional-sari-garment_23-2149565144.jpg?_wi=2", imageAlt: "Hana Lee" } ]} /> -- 2.49.1