From 0db653902790300184b40e46a9b034f1c076510d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 05:14:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 283 +++++++++++------------------------------------ 1 file changed, 62 insertions(+), 221 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c574646..3576edc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,37 +33,21 @@ export default function LandingPage() { @@ -73,84 +57,44 @@ export default function LandingPage() { @@ -204,35 +138,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Sustainable Sourcing", - tags: [ - "Ethical", - "Eco-friendly", - ], - imageSrc: "http://img.b2bpic.net/free-photo/harvested-grain-field-captured-sunny-day-with-some-clouds-germany_181624-29772.jpg", - imageAlt: "Sustainable food sourcing", - }, + id: "f1", title: "Sustainable Sourcing", tags: [ + "Ethical", "Eco-friendly"], + imageSrc: "http://img.b2bpic.net/free-photo/harvested-grain-field-captured-sunny-day-with-some-clouds-germany_181624-29772.jpg", imageAlt: "Sustainable food sourcing"}, { - id: "f2", - title: "Innovative Processing", - tags: [ - "Advanced", - "Hygienic", - ], - imageSrc: "http://img.b2bpic.net/free-photo/honey-counter-market_1398-2332.jpg", - imageAlt: "Food processing innovation", - }, + id: "f2", title: "Innovative Processing", tags: [ + "Advanced", "Hygienic"], + imageSrc: "http://img.b2bpic.net/free-photo/honey-counter-market_1398-2332.jpg", imageAlt: "Food processing innovation"}, { - id: "f3", - title: "Global Distribution", - tags: [ - "Efficient", - "Reliable", - ], - imageSrc: "http://img.b2bpic.net/free-photo/flexitarian-diet-with-shrimp-assortment_23-2148862630.jpg", - imageAlt: "Global food distribution", - }, + id: "f3", title: "Global Distribution", tags: [ + "Efficient", "Reliable"], + imageSrc: "http://img.b2bpic.net/free-photo/flexitarian-diet-with-shrimp-assortment_23-2148862630.jpg", imageAlt: "Global food distribution"}, ]} title="Our Expertise in Global Food Solutions" description="We leverage advanced strategies and a vast network to ensure the highest standards across every aspect of the food industry." @@ -248,47 +164,17 @@ export default function LandingPage() { carouselMode="buttons" products={[ { - id: "p1", - name: "Premium Grains", - price: "Market Rate", - imageSrc: "http://img.b2bpic.net/free-photo/metal-wine-storage-tanks-with-dwelling-houses-background-winery_1268-14472.jpg", - imageAlt: "Assorted premium grains", - }, + id: "p1", name: "Premium Grains", price: "Market Rate", imageSrc: "http://img.b2bpic.net/free-photo/metal-wine-storage-tanks-with-dwelling-houses-background-winery_1268-14472.jpg", imageAlt: "Assorted premium grains"}, { - id: "p2", - name: "Exotic Spices", - price: "Market Rate", - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-healthy-spices-spoons-napkins_23-2148425587.jpg", - imageAlt: "Collection of exotic spices", - }, + id: "p2", name: "Exotic Spices", price: "Market Rate", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-healthy-spices-spoons-napkins_23-2148425587.jpg", imageAlt: "Collection of exotic spices"}, { - id: "p3", - name: "Processed Foods", - price: "Market Rate", - imageSrc: "http://img.b2bpic.net/free-photo/cheesemaking-background-with-big-heads-fresh-yellow-cheese_645730-364.jpg", - imageAlt: "Packaged processed foods", - }, + id: "p3", name: "Processed Foods", price: "Market Rate", imageSrc: "http://img.b2bpic.net/free-photo/cheesemaking-background-with-big-heads-fresh-yellow-cheese_645730-364.jpg", imageAlt: "Packaged processed foods"}, { - id: "p4", - name: "Fresh Produce", - price: "Market Rate", - imageSrc: "http://img.b2bpic.net/free-photo/different-seasonal-autumn-vegetables-fruits-old-background_1220-1653.jpg", - imageAlt: "Organic fresh fruits and vegetables", - }, + id: "p4", name: "Fresh Produce", price: "Market Rate", imageSrc: "http://img.b2bpic.net/free-photo/different-seasonal-autumn-vegetables-fruits-old-background_1220-1653.jpg", imageAlt: "Organic fresh fruits and vegetables"}, { - id: "p5", - name: "Dairy Products", - price: "Market Rate", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dairy-products-assortment_23-2148601685.jpg", - imageAlt: "Fresh dairy products", - }, + id: "p5", name: "Dairy Products", price: "Market Rate", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dairy-products-assortment_23-2148601685.jpg", imageAlt: "Fresh dairy products"}, { - id: "p6", - name: "Quality Meats", - price: "Market Rate", - imageSrc: "http://img.b2bpic.net/free-photo/cookies-chocolate-wafers-christmas-ornaments-marble-surface_114579-25562.jpg", - imageAlt: "Various cuts of quality meat", - }, + id: "p6", name: "Quality Meats", price: "Market Rate", imageSrc: "http://img.b2bpic.net/free-photo/cookies-chocolate-wafers-christmas-ornaments-marble-surface_114579-25562.jpg", imageAlt: "Various cuts of quality meat"}, ]} title="Our Diverse Range of Quality Food Products" description="From staple grains to exotic spices, our product catalog meets the highest global standards for taste and purity." @@ -297,26 +183,18 @@ export default function LandingPage() {