From 43db54f33c1b9bcacba8a5e8fd4ec7f3628a70e1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:47:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 114 ++++++++++------------------------------------- 1 file changed, 24 insertions(+), 90 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6daa4c8..a67725b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,26 +83,11 @@ export default function HomePage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", - name: "Semiconductors & Chipsets", - price: "Contact for pricing", - imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105562.jpg?_wi=1", - imageAlt: "Semiconductor components", - }, + id: "1", name: "Semiconductors & Chipsets", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105562.jpg?_wi=1", imageAlt: "Semiconductor components"}, { - id: "2", - name: "Display Technologies", - price: "Contact for pricing", - imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-isolated-screen-computer-displays-customer-support-workspace_482257-118011.jpg?_wi=1", - imageAlt: "Display screens and monitors", - }, + id: "2", name: "Display Technologies", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-isolated-screen-computer-displays-customer-support-workspace_482257-118011.jpg?_wi=1", imageAlt: "Display screens and monitors"}, { - id: "3", - name: "Power & Connectivity", - price: "Contact for pricing", - imageSrc: "http://img.b2bpic.net/free-photo/powerful-external-battery-with-usb-wire_93675-128475.jpg?_wi=1", - imageAlt: "Power supplies and connectivity solutions", - }, + id: "3", name: "Power & Connectivity", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/powerful-external-battery-with-usb-wire_93675-128475.jpg?_wi=1", imageAlt: "Power supplies and connectivity solutions"}, ]} useInvertedBackground={false} buttons={[{ text: "View Full Catalog", href: "products" }]} @@ -119,48 +104,20 @@ export default function HomePage() { animationType="slide-up" metrics={[ { - id: "1", - value: "4", - title: "Continents Served", - items: [ - "Middle East headquarters", - "Asia Pacific distribution", - "European logistics hub", - "North American operations", - ], + id: "1", value: "4", title: "Continents Served", items: [ + "Middle East headquarters", "Asia Pacific distribution", "European logistics hub", "North American operations"], }, { - id: "2", - value: "50+", - title: "Global Partners", - items: [ - "Premium manufacturers", - "Certified distributors", - "Enterprise clients", - "Strategic partners", - ], + id: "2", value: "50+", title: "Global Partners", items: [ + "Premium manufacturers", "Certified distributors", "Enterprise clients", "Strategic partners"], }, { - id: "3", - value: "15+", - title: "Years Industry Leadership", - items: [ - "Established expertise", - "Proven track record", - "Trusted relationships", - "Market knowledge", - ], + id: "3", value: "15+", title: "Years Industry Leadership", items: [ + "Established expertise", "Proven track record", "Trusted relationships", "Market knowledge"], }, { - id: "4", - value: "24/7", - title: "Customer Support", - items: [ - "Multilingual team", - "Quick response time", - "Technical expertise", - "Solution-focused", - ], + id: "4", value: "24/7", title: "Customer Support", items: [ + "Multilingual team", "Quick response time", "Technical expertise", "Solution-focused"], }, ]} useInvertedBackground={false} @@ -179,31 +136,19 @@ export default function HomePage() { features={[ { id: 1, - title: "Competitive Wholesale Pricing", - description: - "Volume-based pricing structures designed for wholesale buyers seeking maximum margin while maintaining quality standards across all product categories.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105562.jpg?_wi=2", - imageAlt: "Competitive pricing visualization", - }, + title: "Competitive Wholesale Pricing", description: + "Reliably maximize margins by 25-35% with our volume-based pricing structures designed for wholesale buyers seeking competitive advantage while maintaining quality standards across all product categories.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105562.jpg?_wi=2", imageAlt: "Competitive pricing visualization"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-isolated-screen-computer-displays-customer-support-workspace_482257-118011.jpg?_wi=2", - imageAlt: "Pricing structure showcase", - }, + imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-isolated-screen-computer-displays-customer-support-workspace_482257-118011.jpg?_wi=2", imageAlt: "Pricing structure showcase"}, }, { id: 2, - title: "Reliable Global Logistics", - description: - "Streamlined supply chain management with warehouses strategically located in major markets ensuring fast, reliable delivery to customers worldwide.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/powerful-external-battery-with-usb-wire_93675-128475.jpg?_wi=2", - imageAlt: "Global logistics network", - }, + title: "Reliable Global Logistics", description: + "Cut procurement time by 40% with streamlined supply chain management and warehouses strategically located in major markets ensuring fast, reliable delivery to customers worldwide.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/powerful-external-battery-with-usb-wire_93675-128475.jpg?_wi=2", imageAlt: "Global logistics network"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128313.jpg?_wi=2", - imageAlt: "Distribution center operations", - }, + imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128313.jpg?_wi=2", imageAlt: "Distribution center operations"}, }, ]} useInvertedBackground={false} @@ -221,15 +166,7 @@ export default function HomePage() { showCard={true} speed={40} names={[ - "Samsung Electronics", - "LG Electronics", - "Sony Corporation", - "Qualcomm Inc.", - "Intel Corporation", - "MediaTek", - "Broadcom Inc.", - "Marvell Technology", - ]} + "Samsung Electronics", "LG Electronics", "Sony Corporation", "Qualcomm Inc.", "Intel Corporation", "MediaTek", "Broadcom Inc.", "Marvell Technology"]} /> @@ -237,8 +174,7 @@ export default function HomePage() { ); -} \ No newline at end of file +}