From ba73d2c77e809a281fcbd0a9d9fa10ec1674b851 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 02:14: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 9d12513..86c02ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,19 +54,19 @@ export default function LandingPage() { testimonials={[ { name: "Ananya Reddy", 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={[ { @@ -74,7 +74,7 @@ export default function LandingPage() { { text: "Our Story", 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", alt: "Customer 1"}, @@ -155,19 +155,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Ananya Reddy", 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", name: "Vikram Singh", 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", name: "Meera Iyer", 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", name: "Rohan Mehta", 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", name: "Sita Rao", 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={[ { @@ -214,7 +214,7 @@ export default function LandingPage() {