From 076ac52a7a8ae01bf93d363e421264096dc10fbf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:24:55 +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 fb022b2..8e9f449 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,10 +49,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-leaning-against-rusty-colored-background_150588-68.jpg", imageAlt: "SAC Mens Wear collection showcase" }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-man-wearing-casual-clothes-standing-outdoors-with-urban-space_58466-11964.jpg", imageAlt: "Casual shirts collection" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-man-wearing-casual-clothes-standing-outdoors-with-urban-space_58466-11964.jpg?_wi=1", imageAlt: "Casual shirts collection" }, { - imageSrc: "http://img.b2bpic.net/free-photo/two-happy-confident-young-businessmen-standing-by-office_146671-18676.jpg", imageAlt: "Formal shirts display" + imageSrc: "http://img.b2bpic.net/free-photo/two-happy-confident-young-businessmen-standing-by-office_146671-18676.jpg?_wi=1", imageAlt: "Formal shirts display" } ]} buttons={[ @@ -86,11 +86,11 @@ export default function LandingPage() { products={[ { id: "casual-shirts-prod", brand: "SAC", name: "Casual Shirts", price: "₹399-₹799", rating: 5, - reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-man-wearing-casual-clothes-standing-outdoors-with-urban-space_58466-11964.jpg", imageAlt: "Casual Shirts Collection" + reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-man-wearing-casual-clothes-standing-outdoors-with-urban-space_58466-11964.jpg?_wi=2", imageAlt: "Casual Shirts Collection" }, { id: "formal-shirts-prod", brand: "SAC", name: "Formal Shirts", price: "₹599-₹1,299", rating: 5, - reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-confident-young-businessmen-standing-by-office_146671-18676.jpg", imageAlt: "Formal Shirts Display" + reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-confident-young-businessmen-standing-by-office_146671-18676.jpg?_wi=2", imageAlt: "Formal Shirts Display" }, { id: "t-shirts-prod", brand: "SAC", name: "T-Shirts", price: "₹299-₹599", rating: 5, @@ -124,7 +124,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Rajesh Kumar", role: "Professional", company: "IT Executive", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Rajesh Kumar" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Rajesh Kumar" }, { id: "2", name: "Arun Murugan", role: "Student", company: "College Student", rating: 5, @@ -144,7 +144,7 @@ export default function LandingPage() { }, { id: "6", name: "Arjun Patel", role: "Fashion Enthusiast", company: "Style Conscious", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Arjun Patel" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Arjun Patel" } ]} kpiItems={[ -- 2.49.1