From 11e071614f01dada47068f0ea172066be1789a36 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 13:05:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 238 +++++++++++------------------------------------ 1 file changed, 56 insertions(+), 182 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 20ddfdd..cef2b3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -57,99 +47,56 @@ export default function LandingPage() { @@ -161,20 +108,11 @@ export default function LandingPage() { description="Powerful navigation and discovery tools that keep you safe and informed on the toughest terrains." accordionItems={[ { - id: "feat1", - title: "Interactive Mapping", - content: "Navigate seamlessly with offline-capable, high-precision digital maps designed for the toughest mountain environments.", - }, + id: "feat1", title: "Interactive Mapping", content: "Navigate seamlessly with offline-capable, high-precision digital maps designed for the toughest mountain environments."}, { - id: "feat2", - title: "Professional Gear Support", - content: "Integration with specialized GPS devices and wearables so you never lose track of your progress, distance, or elevation.", - }, + id: "feat2", title: "Professional Gear Support", content: "Integration with specialized GPS devices and wearables so you never lose track of your progress, distance, or elevation."}, { - id: "feat3", - title: "Wide Landscape Insights", - content: "Get detailed landscape analysis and weather updates for any trail, ensuring you are prepared for whatever nature brings.", - }, + id: "feat3", title: "Wide Landscape Insights", content: "Get detailed landscape analysis and weather updates for any trail, ensuring you are prepared for whatever nature brings."}, ]} imageSrc="http://img.b2bpic.net/free-photo/male-hiker-reading-some-good-news-feeling-joyful-with-his-phone_482257-125050.jpg" mediaAnimation="slide-up" @@ -188,20 +126,11 @@ export default function LandingPage() { tag="Reliability" metrics={[ { - id: "m1", - value: "15,000+", - description: "Verified Trails Globally", - }, + id: "m1", value: "15,000+", description: "Verified Trails Globally"}, { - id: "m2", - value: "450K+", - description: "Active Outdoor Explorers", - }, + id: "m2", value: "450K+", description: "Active Outdoor Explorers"}, { - id: "m3", - value: "99.9%", - description: "Map Accuracy Rating", - }, + id: "m3", value: "99.9%", description: "Map Accuracy Rating"}, ]} metricsAnimation="blur-reveal" /> @@ -214,40 +143,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah Miller", - role: "Hiker", - testimonial: "Routify makes finding and following new trails effortless and safe.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-baseball-field_23-2148209612.jpg?_wi=2", - }, + id: "t1", name: "Sarah Miller", role: "Hiker", testimonial: "Routify makes finding and following new trails effortless and safe.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-baseball-field_23-2148209612.jpg?_wi=2"}, { - id: "t2", - name: "Mark Evans", - role: "Climber", - testimonial: "The community insights added such value to every climb I undertake.", - imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-with-thermos-offering-tow-walk-with-her_23-2147813984.jpg?_wi=2", - }, + id: "t2", name: "Mark Evans", role: "Climber", testimonial: "The community insights added such value to every climb I undertake.", imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-with-thermos-offering-tow-walk-with-her_23-2147813984.jpg?_wi=2"}, { - id: "t3", - name: "Linda Chen", - role: "Nature Lover", - testimonial: "I love the UI and the accuracy. It's truly a game-changer for outdoor activities.", - imageSrc: "http://img.b2bpic.net/free-photo/traveler-resting-enjoying-views_23-2147628844.jpg?_wi=2", - }, + id: "t3", name: "Linda Chen", role: "Nature Lover", testimonial: "I love the UI and the accuracy. It's truly a game-changer for outdoor activities.", imageSrc: "http://img.b2bpic.net/free-photo/traveler-resting-enjoying-views_23-2147628844.jpg?_wi=2"}, { - id: "t4", - name: "David Thorne", - role: "Photographer", - testimonial: "Perfect mapping ensures I find the best photography spots without getting lost.", - imageSrc: "http://img.b2bpic.net/free-photo/alone-traveler-stands-mountain-summit-soaking-stunning-view-peaks_482257-117816.jpg?_wi=2", - }, + id: "t4", name: "David Thorne", role: "Photographer", testimonial: "Perfect mapping ensures I find the best photography spots without getting lost.", imageSrc: "http://img.b2bpic.net/free-photo/alone-traveler-stands-mountain-summit-soaking-stunning-view-peaks_482257-117816.jpg?_wi=2"}, { - id: "t5", - name: "Emily Watson", - role: "Backpacker", - testimonial: "Detailed trail guides helped me finish my long-distance trek successfully.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hiking-tour_23-2150343020.jpg?_wi=2", - }, + id: "t5", name: "Emily Watson", role: "Backpacker", testimonial: "Detailed trail guides helped me finish my long-distance trek successfully.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hiking-tour_23-2150343020.jpg?_wi=2"}, ]} title="What Explorers Say" description="Join our community of thousands who rely on Routify to navigate and document their wild journeys." @@ -258,14 +162,11 @@ export default function LandingPage() { @@ -274,54 +175,27 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1