diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c0e379..1b85c0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -75,7 +58,7 @@ export default function LandingPage() { description="Our expertise spans across critical rail infrastructure, supported by AAR certifications, ensuring every component meets the highest safety standards in the industry." subdescription="With operations across Mexico and North America, we serve the rail sector with dedication and precision." icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/specialist-physician-using-cabinet-stamp-prescribe-drugs-antibiotics_482257-106544.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/specialist-physician-using-cabinet-stamp-prescribe-drugs-antibiotics_482257-106544.jpg" mediaAnimation="slide-up" /> @@ -86,30 +69,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Precision Welding", - description: "High-grade structural welding with certified materials.", - bentoComponent: "reveal-icon", - icon: Wrench, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-hydraulic-elements_23-2149333330.jpg", - imageAlt: "industrial robotic arm rail", - }, - { - title: "Infrastructure Maint.", - description: "Routine track inspections and maintenance.", - bentoComponent: "reveal-icon", - icon: Building2, - imageSrc: "http://img.b2bpic.net/free-photo/view-from-railway-bridge-freight-trains-sunset_169016-8463.jpg?_wi=2", - imageAlt: "industrial robotic arm rail", - }, - { - title: "Safety Protocols", - description: "Full compliance with international rail standards.", - bentoComponent: "reveal-icon", - icon: ShieldCheck, - imageSrc: "http://img.b2bpic.net/free-photo/specialist-physician-using-cabinet-stamp-prescribe-drugs-antibiotics_482257-106544.jpg?_wi=2", - imageAlt: "industrial robotic arm rail", - }, + { title: "Precision Welding", description: "High-grade structural welding with certified materials.", bentoComponent: "reveal-icon", icon: Wrench }, + { title: "Infrastructure Maint.", description: "Routine track inspections and maintenance.", bentoComponent: "reveal-icon", icon: Building2 }, + { title: "Safety Protocols", description: "Full compliance with international rail standards.", bentoComponent: "reveal-icon", icon: ShieldCheck }, ]} title="Technical Solutions" description="Precision engineering and automated maintenance solutions for global railway operators." @@ -121,28 +83,11 @@ export default function LandingPage() { textboxLayout="split" gridVariant="bento-grid" useInvertedBackground={true} + animationType="slide-up" metrics={[ - { - id: "m1", - title: "AAR Certifications", - value: "15+", - description: "Active global standards", - icon: Award, - }, - { - id: "m2", - title: "Projects Completed", - value: "200+", - description: "Critical infrastructure", - icon: CheckCircle, - }, - { - id: "m3", - title: "Countries Served", - value: "5", - description: "Global reach", - icon: Globe, - }, + { id: "m1", title: "AAR Certifications", value: "15+", description: "Active global standards", icon: Award }, + { id: "m2", title: "Projects Completed", value: "200+", description: "Critical infrastructure", icon: CheckCircle }, + { id: "m3", title: "Countries Served", value: "5", description: "Global reach", icon: Globe }, ]} title="Industry Performance" description="Quantifiable results driving the future of rail infrastructure." @@ -153,15 +98,7 @@ export default function LandingPage() {