From 9fbd02e73930411d56ba72e3bd63d63c1cc80d9a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 12:06:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 357 ++++------------------------------------------- 1 file changed, 29 insertions(+), 328 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e5fd901..79624c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -169,193 +87,21 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { - id: "p1", - name: "Industrial Fasteners", - price: "Contact for pricing", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-bicycle-seat_1170-2536.jpg", - imageAlt: "industrial building materials pallet", - }, - { - id: "p2", - name: "Heavy Machinery Parts", - price: "Contact for pricing", - imageSrc: "http://img.b2bpic.net/free-photo/electric-router-used-cutting-wood-carpentry-studio-panning-shot_482257-94262.jpg", - imageAlt: "wholesale commercial machinery parts", - }, - { - id: "p3", - name: "Customized Crating", - price: "Contact for pricing", - imageSrc: "http://img.b2bpic.net/free-photo/supply-chain-representation-still-life_23-2150172320.jpg", - imageAlt: "global shipping supply equipment", - }, - { - id: "p4", - name: "Structural Steel", - price: "Contact for pricing", - imageSrc: "http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2537.jpg", - imageAlt: "construction metal structural beams", - }, - { - id: "p5", - name: "Advanced Tools", - price: "Contact for pricing", - imageSrc: "http://img.b2bpic.net/free-photo/tools-saw_23-2147773421.jpg", - imageAlt: "high quality industrial tools", - }, - { - id: "p6", - name: "Bulk Raw Materials", - price: "Contact for pricing", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sack-with-seeds-arrangement-market_23-2149050781.jpg", - imageAlt: "bulk agricultural trade goods", - }, + { id: "p1", name: "Daily Essentials", price: "Varied", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sack-with-seeds-arrangement-market_23-2149050781.jpg" }, + { id: "p2", name: "Traders' Supplies", price: "Varied", imageSrc: "http://img.b2bpic.net/free-photo/tools-saw_23-2147773421.jpg" } ]} - title="Featured Inventory" - description="Explore our curated selection of high-quality trade goods and supplies." - /> - - -
- -
- -
- -
- -
-
@@ -364,57 +110,12 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-553.jpg" logoText="Moran Trade Centre" columns={[ - { - title: "Company", - items: [ - { - label: "About Us", - href: "#about", - }, - { - label: "Services", - href: "#services", - }, - { - label: "Careers", - href: "#", - }, - ], - }, - { - title: "Resources", - items: [ - { - label: "FAQs", - href: "#faq", - }, - { - label: "Blog", - href: "#", - }, - { - label: "Privacy Policy", - href: "#", - }, - ], - }, - { - title: "Support", - items: [ - { - label: "Help Centre", - href: "#", - }, - { - label: "Contact", - href: "#contact", - }, - ], - }, + { title: "Centre", items: [{ label: "About Us", href: "#about" }, { label: "Shopping", href: "#products" }] }, + { title: "Support", items: [{ label: "Call +254778188094", href: "tel:+254778188094" }, { label: "Contact", href: "#contact" }] } ]} /> ); -} +} \ No newline at end of file -- 2.49.1