From c80b7ed21c65518562e1b2c92f391c92852ddfa8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 16:55:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 135 ++++++++++------------------------------------- 1 file changed, 27 insertions(+), 108 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e5bfe10..3ae3bc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,19 +46,14 @@ export default function LandingPage() {
@@ -91,26 +75,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - tag: "Speed", - title: "Rapid Deployment", - subtitle: "Efficient lifting cycles", - description: "High-speed hydraulic actuators ensure minimal wait times during peak hours.", - imageSrc: "http://img.b2bpic.net/free-photo/scene-with-futuristic-robot-used-construction-industry_23-2151329555.jpg", - }, + tag: "Speed", title: "Rapid Deployment", subtitle: "Efficient lifting cycles", description: "High-speed hydraulic actuators ensure minimal wait times during peak hours.", imageSrc: "http://img.b2bpic.net/free-photo/scene-with-futuristic-robot-used-construction-industry_23-2151329555.jpg"}, { - tag: "Safety", - title: "Precision Sensors", - subtitle: "Obstacle detection", - description: "Automated safety protocols prevent collisions with integrated object detection.", - imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362823.jpg", - }, + tag: "Safety", title: "Precision Sensors", subtitle: "Obstacle detection", description: "Automated safety protocols prevent collisions with integrated object detection.", imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362823.jpg"}, { - tag: "Design", - title: "Scalable Modules", - subtitle: "Modular growth", - description: "Expandable architecture allows parking capacity growth as your facility grows.", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-automotive-car-parking_181624-43862.jpg?_wi=2", - }, + tag: "Design", title: "Scalable Modules", subtitle: "Modular growth", description: "Expandable architecture allows parking capacity growth as your facility grows.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-automotive-car-parking_181624-43862.jpg?_wi=2"}, ]} title="Why HydraPark?" description="Engineered for excellence and reliability in high-traffic parking environments." @@ -125,25 +94,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "200%", - title: "Space Efficiency", - description: "Double your capacity with minimal footprint.", - icon: Maximize, + id: "m1", value: "200%", title: "Space Efficiency", description: "Double your capacity with minimal footprint.", icon: Maximize, }, { - id: "m2", - value: "99.9%", - title: "System Uptime", - description: "High-reliability hydraulic systems.", - icon: ShieldCheck, + id: "m2", value: "99.9%", title: "System Uptime", description: "High-reliability hydraulic systems.", icon: ShieldCheck, }, { - id: "m3", - value: "15s", - title: "Avg. Lift Time", - description: "Faster vehicle access guaranteed.", - icon: Zap, + id: "m3", value: "15s", title: "Avg. Lift Time", description: "Faster vehicle access guaranteed.", icon: Zap, }, ]} title="Performance at Scale" @@ -158,40 +115,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Sarah Jenkins", - role: "Head Architect", - testimonial: "The HydraPark system transformed our underground parking into a high-density masterpiece.", - imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg", - }, + id: "1", name: "Sarah Jenkins", role: "Head Architect", testimonial: "The HydraPark system transformed our underground parking into a high-density masterpiece.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg"}, { - id: "2", - name: "Mark Stevens", - role: "Property Developer", - testimonial: "Reliable, efficient, and exceptionally space-effective. A game changer for the building.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-real-estate-agent_23-2150164690.jpg", - }, + id: "2", name: "Mark Stevens", role: "Property Developer", testimonial: "Reliable, efficient, and exceptionally space-effective. A game changer for the building.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-real-estate-agent_23-2150164690.jpg"}, { - id: "3", - name: "Lisa Wong", - role: "City Infrastructure", - testimonial: "We reduced urban surface footprint significantly using their hydraulic lifts.", - imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-inspector-analyzing-data-while-using-computer-auto-repair-shop_637285-7566.jpg", - }, + id: "3", name: "Lisa Wong", role: "City Infrastructure", testimonial: "We reduced urban surface footprint significantly using their hydraulic lifts.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-inspector-analyzing-data-while-using-computer-auto-repair-shop_637285-7566.jpg"}, { - id: "4", - name: "James Croft", - role: "Facility Director", - testimonial: "Ease of use for residents and virtually no maintenance needed for years.", - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1554.jpg", - }, + id: "4", name: "James Croft", role: "Facility Director", testimonial: "Ease of use for residents and virtually no maintenance needed for years.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1554.jpg"}, { - id: "5", - name: "Emily Chen", - role: "Urban Planner", - testimonial: "Innovative solutions that define the future of high-density city parking.", - imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-carrying-box_23-2148923107.jpg", - }, + id: "5", name: "Emily Chen", role: "Urban Planner", testimonial: "Innovative solutions that define the future of high-density city parking.", imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-carrying-box_23-2148923107.jpg"}, ]} title="Trusted by Professionals" description="Developers and architects rely on our systems for modern urban parking." @@ -202,14 +134,11 @@ export default function LandingPage() { @@ -218,29 +147,19 @@ export default function LandingPage() {