From e09801d41701503a8342bee95e4a8e83808192b1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 07:22:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 213 ++++++++++------------------------------------- 1 file changed, 45 insertions(+), 168 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 72978f3..c12fa35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,65 +32,36 @@ export default function LandingPage() {
@@ -130,67 +95,43 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Global Shipping Containers", - description: "Converted with premium finishes.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/glass-cups-composition_52683-103094.jpg", - imageAlt: "Container detail", - }, + title: "Global Shipping Containers", description: "Converted with premium finishes.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/glass-cups-composition_52683-103094.jpg", imageAlt: "Container detail"}, items: [ { - text: "High Grade Steel", - icon: Shield, + text: "High Grade Steel", icon: Shield, }, { - text: "Custom Gold Finishes", - icon: Award, + text: "Custom Gold Finishes", icon: Award, }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/credit-cards-gift-luxury-financial-payment-concept_187299-47955.jpg?_wi=2", - imageAlt: "luxury engineering industrial detail", }, { - title: "Architectural Design", - description: "Modern minimalist blueprint.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machines-design_23-2151599377.jpg", - imageAlt: "Design blueprint", - }, + title: "Architectural Design", description: "Modern minimalist blueprint.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machines-design_23-2151599377.jpg", imageAlt: "Design blueprint"}, items: [ { - text: "Cinematic Lighting", - icon: Zap, + text: "Cinematic Lighting", icon: Zap, }, { - text: "Sophisticated Layout", - icon: Star, + text: "Sophisticated Layout", icon: Star, }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/background-with-metal-shapes_1048-1508.jpg?_wi=2", - imageAlt: "luxury engineering industrial detail", }, { - title: "Material Excellence", - description: "The finest materials selected.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/machinery-developer-manufacturing-industrial-product-cad-engineering-software-developing-advanced-engine-component-creating-technical-machine-industry-production-with-pc-interface_482257-50386.jpg", - imageAlt: "Material closeup", - }, + title: "Material Excellence", description: "The finest materials selected.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/machinery-developer-manufacturing-industrial-product-cad-engineering-software-developing-advanced-engine-component-creating-technical-machine-industry-production-with-pc-interface_482257-50386.jpg", imageAlt: "Material closeup"}, items: [ { - text: "Orange Highlights", - icon: Sun, + text: "Orange Highlights", icon: Sun, }, { - text: "Matte Black Surfaces", - icon: Diamond, + text: "Matte Black Surfaces", icon: Diamond, }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/smart-medical-lab-workstation-background-with-digital-apps-computer-screen_482257-124525.jpg?_wi=2", - imageAlt: "luxury engineering industrial detail", }, ]} title="Signature Capabilities" @@ -202,44 +143,15 @@ export default function LandingPage() { @@ -314,49 +202,38 @@ export default function LandingPage() { -- 2.49.1