From e7552dfb7aad578056be59ef5669146b417ebf4c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:51:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 110 ++++++++++------------------------------------- 1 file changed, 22 insertions(+), 88 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fb4ae96..d629559 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,31 +23,19 @@ export default function HomePage() { ]; const navButton = { - text: "Explore Our Collection", - href: "products", - }; + text: "Explore Our Collection", href: "products"}; const heroMediaItems = [ { - imageSrc: "http://img.b2bpic.net/free-photo/various-surgical-tools-kept-table-operation-theater_107420-63639.jpg", - imageAlt: "Premium cutlery collection", - }, + imageSrc: "http://img.b2bpic.net/free-photo/various-surgical-tools-kept-table-operation-theater_107420-63639.jpg", imageAlt: "Premium cutlery collection"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wooden-feet-shape-arrangement_23-2149007459.jpg?_wi=1", - imageAlt: "Industrial footwear production", - }, + imageSrc: "http://img.b2bpic.net/free-photo/wooden-feet-shape-arrangement_23-2149007459.jpg", imageAlt: "Industrial footwear production"}, { - imageSrc: "http://img.b2bpic.net/free-photo/salt-salt-farm-ready-harvest-thailand_335224-1148.jpg?_wi=1", - imageAlt: "Industrial salt products", - }, + imageSrc: "http://img.b2bpic.net/free-photo/salt-salt-farm-ready-harvest-thailand_335224-1148.jpg", imageAlt: "Industrial salt products"}, { - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", - imageAlt: "Precision manufactured parts", - }, + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", imageAlt: "Precision manufactured parts"}, { - imageSrc: "http://img.b2bpic.net/free-photo/high-tech-manufacturing-environment-showing-robotics-action-photovoltaic-system-monitoring_482257-132268.jpg", - imageAlt: "State-of-the-art facility", - }, + imageSrc: "http://img.b2bpic.net/free-photo/high-tech-manufacturing-environment-showing-robotics-action-photovoltaic-system-monitoring_482257-132268.jpg", imageAlt: "State-of-the-art facility"}, ]; const aboutHeading = [ @@ -58,26 +46,11 @@ export default function HomePage() { const productItems = [ { - id: "1", - name: "Premium Cutlery", - price: "Custom Bulk Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/cutlery-set-with-fork-knife-spoon-isolated-white-background_1212-919.jpg?_wi=1", - imageAlt: "Premium cutlery collection", - }, + id: "1", name: "Premium Cutlery", price: "Custom Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/cutlery-set-with-fork-knife-spoon-isolated-white-background_1212-919.jpg", imageAlt: "Premium cutlery collection"}, { - id: "2", - name: "Industrial Footwear", - price: "Custom Bulk Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-feet-shape-arrangement_23-2149007459.jpg?_wi=2", - imageAlt: "Industrial footwear range", - }, + id: "2", name: "Industrial Footwear", price: "Custom Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/wooden-feet-shape-arrangement_23-2149007459.jpg", imageAlt: "Industrial footwear range"}, { - id: "3", - name: "Specialty Salt & Crafts", - price: "Custom Bulk Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/salt-salt-farm-ready-harvest-thailand_335224-1148.jpg?_wi=2", - imageAlt: "Specialty salt products", - }, + id: "3", name: "Specialty Salt & Crafts", price: "Custom Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/salt-salt-farm-ready-harvest-thailand_335224-1148.jpg", imageAlt: "Specialty salt products"}, ]; const metricItems = [ @@ -89,70 +62,30 @@ export default function HomePage() { const testimonialItems = [ { - id: "1", - name: "Ahmed Hassan", - role: "Chief Procurement Officer", - company: "Middle East Trading Corporation", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", - imageAlt: "Ahmed Hassan", - }, + id: "1", name: "Ahmed Hassan", role: "Chief Procurement Officer", company: "Middle East Trading Corporation", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Ahmed Hassan"}, { - id: "2", - name: "Maria Garcia", - role: "International Buyer", - company: "European Distribution Ltd", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=1", - imageAlt: "Maria Garcia", - }, + id: "2", name: "Maria Garcia", role: "International Buyer", company: "European Distribution Ltd", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", imageAlt: "Maria Garcia"}, { - id: "3", - name: "David Chen", - role: "Supply Chain Manager", - company: "Asia-Pacific Logistics", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=2", - imageAlt: "David Chen", - }, + id: "3", name: "David Chen", role: "Supply Chain Manager", company: "Asia-Pacific Logistics", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", imageAlt: "David Chen"}, { - id: "4", - name: "Sophia Kowalski", - role: "Export Compliance Manager", - company: "Global Trade Ventures", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=3", - imageAlt: "Sophia Kowalski", - }, + id: "4", name: "Sophia Kowalski", role: "Export Compliance Manager", company: "Global Trade Ventures", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", imageAlt: "Sophia Kowalski"}, ]; - const kpiItems = [ + const kpiItems: [{ value: string; label: string }, { value: string; label: string }, { value: string; label: string }] = [ { value: "99.2%", label: "On-Time Delivery Rate" }, { value: "4.9/5", label: "Average Client Rating" }, { value: "18+", label: "Years Average Partnership" }, ]; const socialProofLogos = [ - "http://img.b2bpic.net/free-vector/logo-template-design_1289-103.jpg", - "http://img.b2bpic.net/free-vector/initial-b-c-coffee-bean-shop-logo-business-branding-template-design-inspiration_384344-1595.jpg", - "http://img.b2bpic.net/free-vector/industrial-company-logo-template_1071-31.jpg", - "http://img.b2bpic.net/free-vector/logo-template-design_1289-103.jpg", - "http://img.b2bpic.net/free-vector/abstract-business-card-template_23-2148303097.jpg", - "http://img.b2bpic.net/free-vector/editable-business-card-template-modern-design-collection_53876-114878.jpg", - "http://img.b2bpic.net/free-vector/abstract-business-card-template_23-2148303097.jpg", - "http://img.b2bpic.net/free-vector/geometric-harmony-hills-private-school-logo-template_742173-18879.jpg", - ]; + "http://img.b2bpic.net/free-vector/logo-template-design_1289-103.jpg", "http://img.b2bpic.net/free-vector/initial-b-c-coffee-bean-shop-logo-business-branding-template-design-inspiration_384344-1595.jpg", "http://img.b2bpic.net/free-vector/industrial-company-logo-template_1071-31.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1289-103.jpg", "http://img.b2bpic.net/free-vector/abstract-business-card-template_23-2148303097.jpg", "http://img.b2bpic.net/free-vector/editable-business-card-template-modern-design-collection_53876-114878.jpg", "http://img.b2bpic.net/free-vector/abstract-business-card-template_23-2148303097.jpg", "http://img.b2bpic.net/free-vector/geometric-harmony-hills-private-school-logo-template_742173-18879.jpg"]; const socialProofNames = [ - "Global Trade Partners", - "International Logistics", - "Continental Distribution", - "Enterprise Supply Chain", - "Pacific Procurement", - "European Export Alliance", - "Middle East Commerce", - "Asia Distribution Network", - ]; + "Global Trade Partners", "International Logistics", "Continental Distribution", "Enterprise Supply Chain", "Pacific Procurement", "European Export Alliance", "Middle East Commerce", "Asia Distribution Network"]; return (