From 15199d0e78c77e1b73935f1464347f582f951f7d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 16:27:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df8662f..b3fdc2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@ananyap", testimonial: "Incredible quality and fits perfectly. Love the global shipping!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-young-friends-outdoors_23-2148140852.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-young-friends-outdoors_23-2148140852.jpg?_wi=1", imageAlt: "modern t-shirt lifestyle photography", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@rajv", testimonial: "Fastest delivery to Bangalore and the fabric feels premium.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-dressed-black-posing_273609-14205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-dressed-black-posing_273609-14205.jpg?_wi=1", imageAlt: "modern t-shirt lifestyle photography", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@sarahk", testimonial: "My new favorite T-shirt brand, even here in New York.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/stay-positive-typography-design-illustration_53876-8554.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/stay-positive-typography-design-illustration_53876-8554.jpg?_wi=1", imageAlt: "modern t-shirt lifestyle photography", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@liamt", testimonial: "Amazing design, keeps shape even after many washes.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/chic-fashion-boutique-with-well-organized-clothing-racks_482257-118413.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chic-fashion-boutique-with-well-organized-clothing-racks_482257-118413.jpg?_wi=1", imageAlt: "modern t-shirt lifestyle photography", }, { @@ -99,7 +99,7 @@ export default function LandingPage() { handle: "@meeras", testimonial: "Stylish and minimalist. Great for everyday wear.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-sunburned-man-posing-studio_23-2150404721.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-sunburned-man-posing-studio_23-2150404721.jpg?_wi=1", imageAlt: "modern t-shirt lifestyle photography", }, ]} @@ -109,7 +109,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/lifestyle-young-friends-outdoors_23-2148140852.jpg" + imageSrc="http://img.b2bpic.net/free-photo/lifestyle-young-friends-outdoors_23-2148140852.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-black-woman-smiling-hipster-model-white-jeans-clothes-sexy-carefree-female-posing-street-background-cheerful-happy-outdoors-sunglasses-sunset_158538-26828.jpg", @@ -170,28 +170,28 @@ export default function LandingPage() { name: "Midnight Black Tee", price: "$25", variant: "Premium Cotton", - imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-dressed-black-posing_273609-14205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-dressed-black-posing_273609-14205.jpg?_wi=2", }, { id: "p2", name: "Cloud White Tee", price: "$25", variant: "Premium Cotton", - imageSrc: "http://img.b2bpic.net/free-vector/stay-positive-typography-design-illustration_53876-8554.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/stay-positive-typography-design-illustration_53876-8554.jpg?_wi=2", }, { id: "p3", name: "Ocean Blue Tee", price: "$28", variant: "Organic Cotton", - imageSrc: "http://img.b2bpic.net/free-photo/chic-fashion-boutique-with-well-organized-clothing-racks_482257-118413.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chic-fashion-boutique-with-well-organized-clothing-racks_482257-118413.jpg?_wi=2", }, { id: "p4", name: "Sunset Yellow Tee", price: "$28", variant: "Premium Cotton", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-sunburned-man-posing-studio_23-2150404721.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-sunburned-man-posing-studio_23-2150404721.jpg?_wi=2", }, { id: "p5", -- 2.49.1