From 8312b2019bdf09da080bedc8281c5dd257e0dcec Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 06:47:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 237 +++++++++-------------------------------------- 1 file changed, 45 insertions(+), 192 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 180710b..bedc8bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -111,42 +75,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { - id: "p1", - name: "Bulk Grains", - price: "From $5/kg", - imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-warehouse-logistics_23-2149128336.jpg", - }, - { - id: "p2", - name: "Household Goods", - price: "From $2/unit", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-wicker-basket-full-blankets-home-improvement-store_169016-19689.jpg", - }, - { - id: "p3", - name: "Care Supplies", - price: "From $3/unit", - imageSrc: "http://img.b2bpic.net/free-photo/foundation-bottle-advertising-stand_23-2149511248.jpg", - }, - { - id: "p4", - name: "Office Stationery", - price: "From $1/pack", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-drawing-equipment_23-2149371272.jpg", - }, - { - id: "p5", - name: "Storage Containers", - price: "From $8/set", - imageSrc: "http://img.b2bpic.net/free-photo/arab-man-choosing-organic-produce_482257-76144.jpg", - }, - { - id: "p6", - name: "Cleaning Chemicals", - price: "From $12/L", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-cleaning-product_23-2148133446.jpg", - }, + { id: "p1", name: "Bulk Grains", price: "From $5/kg", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-warehouse-logistics_23-2149128336.jpg" }, + { id: "p2", name: "Household Goods", price: "From $2/unit", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-wicker-basket-full-blankets-home-improvement-store_169016-19689.jpg" }, + { id: "p3", name: "Care Supplies", price: "From $3/unit", imageSrc: "http://img.b2bpic.net/free-photo/foundation-bottle-advertising-stand_23-2149511248.jpg" }, + { id: "p4", name: "Office Stationery", price: "From $1/pack", imageSrc: "http://img.b2bpic.net/free-photo/still-life-drawing-equipment_23-2149371272.jpg" }, + { id: "p5", name: "Storage Containers", price: "From $8/set", imageSrc: "http://img.b2bpic.net/free-photo/arab-man-choosing-organic-produce_482257-76144.jpg" }, + { id: "p6", name: "Cleaning Chemicals", price: "From $12/L", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-cleaning-product_23-2148133446.jpg" }, ]} title="Our Catalog" description="Discover our wide range of wholesale products. From food to daily household supplies, we have everything your business needs." @@ -160,64 +94,34 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Competitive Pricing", - description: "Best prices in the market guaranteed through direct wholesale sourcing.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/managing-storage-depot-operating-supply-chain-logistical-sector_482257-83400.jpg?_wi=2", + title: "Competitive Pricing", description: "Best prices in the market guaranteed through direct wholesale sourcing.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/managing-storage-depot-operating-supply-chain-logistical-sector_482257-83400.jpg", imageAlt: "wholesale warehouse modern" }, items: [ - { - icon: CheckCircle, - text: "Direct manufacturer partnerships", - }, - { - icon: CheckCircle, - text: "Volume discounts available", - }, + { icon: CheckCircle, text: "Direct manufacturer partnerships" }, + { icon: CheckCircle, text: "Volume discounts available" }, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/managing-storage-depot-operating-supply-chain-logistical-sector_482257-83400.jpg?_wi=3", - imageAlt: "wholesale warehouse modern", + reverse: false }, { - title: "Wide Product Range", - description: "Everything from FMCG to industrial necessities under one roof.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-placing-stacked-flowering-pots-shelf_23-2147948294.jpg?_wi=2", + title: "Wide Product Range", description: "Everything from FMCG to industrial necessities under one roof.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/woman-placing-stacked-flowering-pots-shelf_23-2147948294.jpg", imageAlt: "fresh wholesale goods" }, items: [ - { - icon: CheckCircle, - text: "Constantly updated catalog", - }, - { - icon: CheckCircle, - text: "Custom orders on request", - }, + { icon: CheckCircle, text: "Constantly updated catalog" }, + { icon: CheckCircle, text: "Custom orders on request" }, ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/woman-placing-stacked-flowering-pots-shelf_23-2147948294.jpg?_wi=3", - imageAlt: "fresh wholesale goods", + reverse: true }, { - title: "Fast & Reliable", - description: "Efficient service with quick turnaround times for all orders.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/picture-two-young-businessmen-meeting-station_176420-6238.jpg?_wi=2", + title: "Fast & Reliable", description: "Efficient service with quick turnaround times for all orders.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/picture-two-young-businessmen-meeting-station_176420-6238.jpg", imageAlt: "wholesale business meeting" }, items: [ - { - icon: CheckCircle, - text: "Same-day dispatch", - }, - { - icon: CheckCircle, - text: "Professional delivery team", - }, + { icon: CheckCircle, text: "Same-day dispatch" }, + { icon: CheckCircle, text: "Professional delivery team" }, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/picture-two-young-businessmen-meeting-station_176420-6238.jpg?_wi=3", - imageAlt: "wholesale business meeting", + reverse: false }, ]} title="Why Choose Tiin Market" @@ -231,46 +135,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "t1", - name: "Sarah Ahmed", - handle: "@sarah_retail", - testimonial: "Best wholesale partner in Tashkent. Reliable and affordable.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-repairing-fashion-goods_23-2150627996.jpg", - }, - { - id: "t2", - name: "Michael Chen", - handle: "@chen_imports", - testimonial: "Very wide product range. Highly recommend for business.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-volunteers-with-donations_23-2149142797.jpg", - }, - { - id: "t3", - name: "Elena Rodriguez", - handle: "@elena_foods", - testimonial: "Consistent supply and very fast logistics services.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional-male-chef-looking-camera_23-2147863770.jpg", - }, - { - id: "t4", - name: "David Kim", - handle: "@david_boutique", - testimonial: "Excellent service and pricing. My business thrives.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-store-working_23-2148924075.jpg", - }, - { - id: "t5", - name: "Anna Petrova", - handle: "@anna_store", - testimonial: "Professional team. Never had an issue with deliveries.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-farmer-selling-healthy-food-local-marketplace-showing-seasonal-fresh-fruits-veggies-farmers-market-young-vendor-preparing-sell-eco-organic-products_482257-62279.jpg", - }, + { id: "t1", name: "Sarah Ahmed", handle: "@sarah_retail", testimonial: "Best wholesale partner in Tashkent. Reliable and affordable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-repairing-fashion-goods_23-2150627996.jpg" }, + { id: "t2", name: "Michael Chen", handle: "@chen_imports", testimonial: "Very wide product range. Highly recommend for business.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-volunteers-with-donations_23-2149142797.jpg" }, + { id: "t3", name: "Elena Rodriguez", handle: "@elena_foods", testimonial: "Consistent supply and very fast logistics services.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-professional-male-chef-looking-camera_23-2147863770.jpg" }, + { id: "t4", name: "David Kim", handle: "@david_boutique", testimonial: "Excellent service and pricing. My business thrives.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-store-working_23-2148924075.jpg" }, + { id: "t5", name: "Anna Petrova", handle: "@anna_store", testimonial: "Professional team. Never had an issue with deliveries.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-farmer-selling-healthy-food-local-marketplace-showing-seasonal-fresh-fruits-veggies-farmers-market-young-vendor-preparing-sell-eco-organic-products_482257-62279.jpg" }, ]} showRating={true} title="Client Success" @@ -281,9 +150,7 @@ export default function LandingPage() {