From 418eb61751ea719fa9e57dffb93ef292594fad32 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 02:13:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dc6da69..e8756dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,35 +61,35 @@ export default function LandingPage() { handle: "@ananya", testimonial: "The best organic ghee I have ever used. Truly authentic quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-gardener-uniform-holding-pumpkin-with-hat_141793-89021.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-gardener-uniform-holding-pumpkin-with-hat_141793-89021.jpg?_wi=1", }, { name: "Vikram Singh", handle: "@vikram", testimonial: "Surabhi products have become a staple in our home. Excellent purity!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-agenda-greenhouse_23-2148357606.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-agenda-greenhouse_23-2148357606.jpg?_wi=1", }, { name: "Meera Iyer", handle: "@meera", testimonial: "I love the farm-fresh nature of their milk products. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-extended-family-having-lunch-eating-healthy-food-dining-table_637285-2888.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-extended-family-having-lunch-eating-healthy-food-dining-table_637285-2888.jpg?_wi=1", }, { name: "Rohan Mehta", handle: "@rohan", testimonial: "Quality and traditional values maintained perfectly. Great service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-offering-plate-dessert_1187-5284.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-offering-plate-dessert_1187-5284.jpg?_wi=1", }, { name: "Sita Rao", handle: "@sita", testimonial: "Pure, simple, and healthy. Exactly what I look for in dairy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-woman-holding-basket-with-groceries_23-2148523387.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-woman-holding-basket-with-groceries_23-2148523387.jpg?_wi=1", }, ]} buttons={[ @@ -102,7 +102,7 @@ export default function LandingPage() { href: "#about", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/person-their-job-position_23-2150163599.jpg" + imageSrc="http://img.b2bpic.net/free-photo/person-their-job-position_23-2150163599.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/smiling-young-female-gardener-uniform-holding-pumpkin-with-hat_141793-89021.jpg", @@ -237,7 +237,7 @@ export default function LandingPage() { role: "Homemaker", company: "Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-gardener-uniform-holding-pumpkin-with-hat_141793-89021.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-gardener-uniform-holding-pumpkin-with-hat_141793-89021.jpg?_wi=2", }, { id: "2", @@ -245,7 +245,7 @@ export default function LandingPage() { role: "Business Owner", company: "Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-agenda-greenhouse_23-2148357606.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-agenda-greenhouse_23-2148357606.jpg?_wi=2", }, { id: "3", @@ -253,7 +253,7 @@ export default function LandingPage() { role: "Consultant", company: "Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-extended-family-having-lunch-eating-healthy-food-dining-table_637285-2888.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-extended-family-having-lunch-eating-healthy-food-dining-table_637285-2888.jpg?_wi=2", }, { id: "4", @@ -261,7 +261,7 @@ export default function LandingPage() { role: "Software Engineer", company: "Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-offering-plate-dessert_1187-5284.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-offering-plate-dessert_1187-5284.jpg?_wi=2", }, { id: "5", @@ -269,7 +269,7 @@ export default function LandingPage() { role: "Nutritionist", company: "Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-woman-holding-basket-with-groceries_23-2148523387.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-woman-holding-basket-with-groceries_23-2148523387.jpg?_wi=2", }, ]} kpiItems={[ @@ -333,7 +333,7 @@ export default function LandingPage() {