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() {
@@ -54,46 +42,16 @@ export default function LandingPage() {
@@ -101,16 +59,10 @@ export default function LandingPage() {
@@ -120,45 +72,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Supply Chain Logistics",
- author: "Moran Services",
- description: "Seamless end-to-end management for all your shipping requirements.",
- tags: [
- "logistics",
- "efficient",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-workshop_1170-2534.jpg",
- imageAlt: "industrial building materials pallet",
- },
- {
- id: "f2",
- title: "Wholesale Distribution",
- author: "Moran Services",
- description: "High-volume sourcing of essential industrial components and goods.",
- tags: [
- "wholesale",
- "distribution",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/gears-cogwheels_1112-920.jpg",
- imageAlt: "wholesale commercial machinery parts",
- },
- {
- id: "f3",
- title: "Market Intelligence",
- author: "Moran Services",
- description: "Data-driven insights to optimize your procurement and trading strategy.",
- tags: [
- "analytics",
- "strategy",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/supply-chain-representation-still-life_23-2150172429.jpg",
- imageAlt: "global shipping supply equipment",
- },
+ { id: "s1", title: "Logistics Hub", author: "Operations", description: "Efficient supply chain management and transport facilities for traders.", tags: ["logistics", "transit"], imageSrc: "http://img.b2bpic.net/free-photo/managing-storage-depot-operating-supply-chain-logistical-sector_482257-83400.jpg" },
+ { id: "s2", title: "Convenience Stop", author: "Retail", description: "High-traffic location providing essential services to travelers and locals.", tags: ["convenience", "stop"], imageSrc: "http://img.b2bpic.net/free-photo/view-empty-waiting-room_1170-1960.jpg" }
]}
- title="Our Core Services"
- description="Specialized solutions designed to keep your business moving forward in a competitive market."
+ title="Our Services"
+ description="Professional services tailored for traders and travelers passing through the Namanga corridor."
/>
@@ -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."
- />
-
-
-