From 4705858d395c3206eaa347cd6cf42d867777472e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:24:29 +0000 Subject: [PATCH 1/5] Update src/app/buyers/page.tsx --- src/app/buyers/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/buyers/page.tsx b/src/app/buyers/page.tsx index b4988b4..e0db31e 100644 --- a/src/app/buyers/page.tsx +++ b/src/app/buyers/page.tsx @@ -48,7 +48,7 @@ export default function BuyersPage() { { text: "Explore Categories", href: "#featured-products" }, ]} background={{ variant: "aurora" }} - imageSrc="http://img.b2bpic.net/free-vector/ecommerce-email-template_52683-49444.jpg" + imageSrc="http://img.b2bpic.net/free-vector/ecommerce-email-template_52683-49444.jpg?_wi=4" imageAlt="Product display shopping grid" mediaAnimation="slide-up" frameStyle="card" @@ -97,7 +97,7 @@ export default function BuyersPage() { name: "Sophia Malik", handle: "@sophia.style", testimonial: "I love shopping on Vendora because I know I'm supporting real small businesses. The quality is amazing and delivery was fast!", - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "Sophia Malik", }, { @@ -105,7 +105,7 @@ export default function BuyersPage() { name: "Rohan Verma", handle: "@rohan_reads", testimonial: "Found unique products I couldn't find anywhere else. The seller was responsive and helpful. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Rohan Verma", }, { @@ -113,7 +113,7 @@ export default function BuyersPage() { name: "Divya Patel", handle: "@divya_home", testimonial: "Vendora's buyer protection gives me peace of mind. Authentic products, genuine sellers, and excellent customer service!", - imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2", imageAlt: "Divya Patel", }, { @@ -121,7 +121,7 @@ export default function BuyersPage() { name: "Aditya Singh", handle: "@adi_tech", testimonial: "The platform is user-friendly and I can easily track my orders. Plus, supporting small businesses feels good!", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2", imageAlt: "Aditya Singh", }, { @@ -129,7 +129,7 @@ export default function BuyersPage() { name: "Neha Kapoor", handle: "@neha_wellness", testimonial: "Amazing variety of products. I've discovered so many incredible small businesses I now shop from regularly!", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Neha Kapoor", }, { @@ -137,7 +137,7 @@ export default function BuyersPage() { name: "Vikram Rao", handle: "@vikram_gifts", testimonial: "Perfect for finding unique gifts. Each product has a story and I love being connected to the maker directly!", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Vikram Rao", }, ]} -- 2.49.1 From 76d64947b7f5477b0d007d4f499eb4379504e878 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:24:30 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1a7669e..bed3e58 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -52,7 +52,7 @@ export default function ContactPage() { { text: "Learn More", href: "/" }, ]} background={{ variant: "aurora" }} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-street_1301-4725.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-street_1301-4725.jpg?_wi=2" imageAlt="Contact support team" mediaAnimation="slide-up" frameStyle="card" @@ -76,7 +76,7 @@ export default function ContactPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-street_1301-4725.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-street_1301-4725.jpg?_wi=3" mediaAnimation="slide-up" mediaPosition="right" buttonText="Send Message" -- 2.49.1 From 6fbf47d21f2baf378b0ed4e2b03612afb986c6be Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:24:30 +0000 Subject: [PATCH 3/5] 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 7fdd49a..92723b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function HomePage() { { text: "Start Shopping", href: "/buyers" }, ]} background={{ variant: "aurora" }} - imageSrc="http://img.b2bpic.net/free-photo/office-worker-setting-project-reminders_482257-119416.jpg" + imageSrc="http://img.b2bpic.net/free-photo/office-worker-setting-project-reminders_482257-119416.jpg?_wi=1" imageAlt="Vendora marketplace dashboard" mediaAnimation="slide-up" frameStyle="card" @@ -111,7 +111,7 @@ export default function HomePage() { id: "1", name: "Organic Cotton T-Shirt", price: "₹599", - imageSrc: "http://img.b2bpic.net/free-vector/ecommerce-email-template_52683-49444.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/ecommerce-email-template_52683-49444.jpg?_wi=1", imageAlt: "Organic cotton t-shirt", initialQuantity: 1, }, @@ -119,7 +119,7 @@ export default function HomePage() { id: "2", name: "Handcrafted Wooden Bowl", price: "₹1,299", - imageSrc: "http://img.b2bpic.net/free-vector/ecommerce-email-template_52683-49444.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/ecommerce-email-template_52683-49444.jpg?_wi=2", imageAlt: "Wooden bowl", initialQuantity: 1, }, @@ -127,7 +127,7 @@ export default function HomePage() { id: "3", name: "Natural Face Serum", price: "₹899", - imageSrc: "http://img.b2bpic.net/free-vector/ecommerce-email-template_52683-49444.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/ecommerce-email-template_52683-49444.jpg?_wi=3", imageAlt: "Face serum bottle", initialQuantity: 1, }, @@ -149,7 +149,7 @@ export default function HomePage() { name: "Priya Sharma", handle: "@priya_handmade", testimonial: "Vendora gave me the platform to reach customers directly. My sales tripled in just three months!", - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "Priya Sharma", }, { @@ -157,7 +157,7 @@ export default function HomePage() { name: "Rajesh Kapoor", handle: "@rajesh_designs", testimonial: "The seller dashboard is intuitive and the payment process is smooth. Customer support is exceptional!", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Rajesh Kapoor", }, { @@ -165,7 +165,7 @@ export default function HomePage() { name: "Anjali Gupta", handle: "@anjali_organic", testimonial: "Finally, a marketplace that values small businesses. No hidden fees, transparent pricing, and real growth.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Anjali Gupta", }, { @@ -173,7 +173,7 @@ export default function HomePage() { name: "Vikram Desai", handle: "@vikram_crafts", testimonial: "Vendora's tools helped me scale my business efficiently. Highly recommended for any entrepreneur!", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1", imageAlt: "Vikram Desai", }, { @@ -181,7 +181,7 @@ export default function HomePage() { name: "Meera Singh", handle: "@meera_jewelry", testimonial: "The community support and seller resources are invaluable. I feel empowered running my business here.", - imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1", imageAlt: "Meera Singh", }, { @@ -189,7 +189,7 @@ export default function HomePage() { name: "Arjun Nair", handle: "@arjun_electronics", testimonial: "Direct customer connection and fair commission rates make Vendora the best choice for sellers.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Arjun Nair", }, ]} -- 2.49.1 From 3e4f6af0478539cb733e75852961b605a618bf4c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:24:31 +0000 Subject: [PATCH 4/5] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 3b6b619..55c6b85 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -48,7 +48,7 @@ export default function PricingPage() { { text: "Contact Sales", href: "/contact" }, ]} background={{ variant: "aurora" }} - imageSrc="http://img.b2bpic.net/free-photo/office-worker-setting-project-reminders_482257-119416.jpg" + imageSrc="http://img.b2bpic.net/free-photo/office-worker-setting-project-reminders_482257-119416.jpg?_wi=2" imageAlt: "Pricing plans dashboard" mediaAnimation="slide-up" frameStyle="card" -- 2.49.1 From 9f1f68cc65576405ba93179d10b744c65d7e8224 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:24:31 +0000 Subject: [PATCH 5/5] Update src/app/sellers/page.tsx --- src/app/sellers/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/sellers/page.tsx b/src/app/sellers/page.tsx index b4f4f50..c011ff5 100644 --- a/src/app/sellers/page.tsx +++ b/src/app/sellers/page.tsx @@ -48,7 +48,7 @@ export default function SellersPage() { { text: "Learn More", href: "#seller-benefits" }, ]} background={{ variant: "aurora" }} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-street_1301-4725.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-street_1301-4725.jpg?_wi=1" imageAlt="Small business seller storefront" mediaAnimation="slide-up" frameStyle="card" -- 2.49.1