From 073c486ad11a09057299f9eb467d088d9ed318cf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:05:03 +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 c87fdc0..f0612d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,13 +128,13 @@ export default function LandingPage() { buttonAnimation="slide-up" products={[ { - id: "thompson-grapes", name: "Thompson Seedless Grapes", price: "Custom Quotation", variant: "Premium Green Multiple Pack Sizes", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-red-grapes-round-board-gray-surface_181624-56598.jpg", imageAlt: "Fresh Thompson Seedless grapes", isFavorited: false, + id: "thompson-grapes", name: "Thompson Seedless Grapes", price: "Custom Quotation", variant: "Premium Green Multiple Pack Sizes", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-red-grapes-round-board-gray-surface_181624-56598.jpg?_wi=1", imageAlt: "Fresh Thompson Seedless grapes", isFavorited: false, }, { - id: "red-globe-grapes", name: "Red Globe Grapes", price: "Custom Quotation", variant: "Deep Red Organic Certified", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-red-grapes-round-board-gray-surface_181624-56598.jpg", imageAlt: "Fresh Red Globe grapes", isFavorited: false, + id: "red-globe-grapes", name: "Red Globe Grapes", price: "Custom Quotation", variant: "Deep Red Organic Certified", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-red-grapes-round-board-gray-surface_181624-56598.jpg?_wi=2", imageAlt: "Fresh Red Globe grapes", isFavorited: false, }, { - id: "black-grapes", name: "Black Grapes", price: "Custom Quotation", variant: "Premium Black Limited Season", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-red-grapes-round-board-gray-surface_181624-56598.jpg", imageAlt: "Fresh Black grapes", isFavorited: false, + id: "black-grapes", name: "Black Grapes", price: "Custom Quotation", variant: "Premium Black Limited Season", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-red-grapes-round-board-gray-surface_181624-56598.jpg?_wi=3", imageAlt: "Fresh Black grapes", isFavorited: false, }, { id: "pomegranate-anar", name: "Arils Fresh Pomegranates", price: "Custom Quotation", variant: "Large Fruit Ruby Red", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pomegranate-seeds-bowl-pomegranates-dark-surface_179666-44119.jpg", imageAlt: "Fresh ripe pomegranates", isFavorited: false, @@ -159,19 +159,19 @@ export default function LandingPage() { { id: 1, title: "Advanced Cold-Chain Logistics", description: "Temperature-controlled storage from harvest to delivery, ensuring maximum freshness and nutritional value preservation across all international destinations.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/local-retailer-taking-care-his-business_23-2149349397.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/local-retailer-taking-care-his-business_23-2149349397.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/local-retailer-taking-care-his-business_23-2149349397.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/local-retailer-taking-care-his-business_23-2149349397.jpg?_wi=2" }, }, { id: 2, title: "Rigorous Quality Control", description: "Every consignment undergoes multi-stage inspection including size grading, ripeness assessment, pesticide screening, and microbiological testing to ensure buyer satisfaction.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-biologist-woman-taking-strawberry-with-tweezers-analyzing-genetic-mutation-fruits_482257-4094.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-biologist-woman-taking-strawberry-with-tweezers-analyzing-genetic-mutation-fruits_482257-4094.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-biologist-woman-taking-strawberry-with-tweezers-analyzing-genetic-mutation-fruits_482257-4094.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-biologist-woman-taking-strawberry-with-tweezers-analyzing-genetic-mutation-fruits_482257-4094.jpg?_wi=2" }, }, ]} @@ -193,11 +193,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Giovanni Rossi", role: "Produce Manager", company: "European Retailers Ltd", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", imageAlt: "Giovanni Rossi" + imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=1", imageAlt: "Giovanni Rossi" }, { id: "2", name: "Priya Sharma", role: "Import Director", company: "Middle East Trading Co", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", imageAlt: "Priya Sharma" + imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=2", imageAlt: "Priya Sharma" }, { id: "3", name: "Ahmed Al-Mansouri", role: "Purchasing Head", company: "Arabian Distributors", rating: 5, @@ -205,7 +205,7 @@ export default function LandingPage() { }, { id: "4", name: "Lisa Chen", role: "Supply Chain Manager", company: "Asian Fresh Imports", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", imageAlt: "Lisa Chen" + imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=3", imageAlt: "Lisa Chen" }, ]} gridVariant="uniform-all-items-equal" -- 2.49.1