From 7c4d4f5ff03b487d5fda211dc90c54d3fcc7b195 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 06:53:01 +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 2324474..fea1c65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { variant: "gradient-bars"}} title="Style Baazaar Koderma" description="Your ultimate destination for trendy fashion and lifestyle essentials. Discover the latest collections curated just for you." - imageSrc="http://img.b2bpic.net/free-photo/clothing-store-with-blurred-efecto_23-2148164707.jpg" + imageSrc="http://img.b2bpic.net/free-photo/clothing-store-with-blurred-efecto_23-2148164707.jpg?_wi=1" imageAlt="Style Baazaar Koderma store interior" /> @@ -84,9 +84,9 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Premium Denim", price: "₹1,299", variant: "Menswear", imageSrc: "http://img.b2bpic.net/free-photo/modern-shop-prepared-live-auction_23-2149947504.jpg"}, + id: "1", name: "Premium Denim", price: "₹1,299", variant: "Menswear", imageSrc: "http://img.b2bpic.net/free-photo/modern-shop-prepared-live-auction_23-2149947504.jpg?_wi=1"}, { - id: "2", name: "Classic Cotton Shirt", price: "₹899", variant: "Menswear", imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138718.jpg"}, + id: "2", name: "Classic Cotton Shirt", price: "₹899", variant: "Menswear", imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138718.jpg?_wi=1"}, { id: "3", name: "Casual Sneakers", price: "₹1,599", variant: "Footwear", imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478995.jpg"}, { @@ -129,15 +129,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Rohan Kumar", date: "Oct 2024", title: "Regular Shopper", quote: "Excellent variety and great prices!", tag: "Style", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-with-ecological-vegetables_23-2148493622.jpg", imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-with-blurred-efecto_23-2148164707.jpg", imageAlt: "happy customer fashion store"}, + id: "1", name: "Rohan Kumar", date: "Oct 2024", title: "Regular Shopper", quote: "Excellent variety and great prices!", tag: "Style", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-with-ecological-vegetables_23-2148493622.jpg", imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-with-blurred-efecto_23-2148164707.jpg?_wi=2", imageAlt: "happy customer fashion store"}, { id: "2", name: "Priya Singh", date: "Sep 2024", title: "Fashion Enthusiast", quote: "My favorite place to shop in Koderma.", tag: "Quality", avatarSrc: "http://img.b2bpic.net/free-photo/two-beautiful-woman-carrying-shopping-bags_1170-808.jpg", imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-client-wheelchair-examining-clothes-racks-retail-store_482257-118334.jpg", imageAlt: "happy customer fashion store"}, { id: "3", name: "Amit Das", date: "Aug 2024", title: "Loyal Customer", quote: "Staff is very helpful and polite.", tag: "Service", avatarSrc: "http://img.b2bpic.net/free-photo/laughing-woman-showing-dress-her-friend_23-2147688751.jpg", imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184342.jpg", imageAlt: "happy customer fashion store"}, { - id: "4", name: "Neha Verma", date: "Jul 2024", title: "Frequent Buyer", quote: "Always the latest trends available here.", tag: "Trends", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-shop-prepared-live-auction_23-2149947504.jpg", imageAlt: "happy customer fashion store"}, + id: "4", name: "Neha Verma", date: "Jul 2024", title: "Frequent Buyer", quote: "Always the latest trends available here.", tag: "Trends", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-shop-prepared-live-auction_23-2149947504.jpg?_wi=2", imageAlt: "happy customer fashion store"}, { - id: "5", name: "Vikram Seth", date: "Jun 2024", title: "Happy Shopper", quote: "A must-visit store for fashion lovers.", tag: "Variety", avatarSrc: "http://img.b2bpic.net/free-photo/happy-ladies-sitting-together-using-tablet-discussing-clothes-purchases-fashion-store-front-view-consumerism-shopping-concept_74855-11813.jpg", imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138718.jpg", imageAlt: "happy customer fashion store"}, + id: "5", name: "Vikram Seth", date: "Jun 2024", title: "Happy Shopper", quote: "A must-visit store for fashion lovers.", tag: "Variety", avatarSrc: "http://img.b2bpic.net/free-photo/happy-ladies-sitting-together-using-tablet-discussing-clothes-purchases-fashion-store-front-view-consumerism-shopping-concept_74855-11813.jpg", imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138718.jpg?_wi=2", imageAlt: "happy customer fashion store"}, ]} title="Customer Reviews" description="See why our customers love shopping at Style Baazaar." -- 2.49.1