Update src/app/page.tsx
This commit is contained in:
@@ -67,35 +67,35 @@ export default function LandingPage() {
|
||||
handle: "@trailseeker",
|
||||
testimonial: "Routify transformed how I plan my weekend hikes. Accurate data and beautiful trails every time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-baseball-field_23-2148209612.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-baseball-field_23-2148209612.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Mark Evans",
|
||||
handle: "@mtn_climber",
|
||||
testimonial: "The precision of the mapping tools helped me discover trails I never knew existed near me.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-with-thermos-offering-tow-walk-with-her_23-2147813984.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-with-thermos-offering-tow-walk-with-her_23-2147813984.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Linda Chen",
|
||||
handle: "@naturejoy",
|
||||
testimonial: "A must-have app for anyone who loves the outdoors. Reliable, simple, and community-driven.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traveler-resting-enjoying-views_23-2147628844.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traveler-resting-enjoying-views_23-2147628844.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "David Thorne",
|
||||
handle: "@pathfinder",
|
||||
testimonial: "Professional-grade mapping at my fingertips. I wouldn't hike without it now.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-traveler-stands-mountain-summit-soaking-stunning-view-peaks_482257-117816.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-traveler-stands-mountain-summit-soaking-stunning-view-peaks_482257-117816.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Emily Watson",
|
||||
handle: "@wildwonder",
|
||||
testimonial: "The best trail navigation tool I've used in years. Detailed, fast, and constantly updated.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hiking-tour_23-2150343020.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hiking-tour_23-2150343020.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
@@ -218,35 +218,35 @@ export default function LandingPage() {
|
||||
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",
|
||||
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",
|
||||
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",
|
||||
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",
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hiking-tour_23-2150343020.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="What Explorers Say"
|
||||
|
||||
Reference in New Issue
Block a user