From 8a9305346882f744e9d37c2197c8847977f3f40c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 10:05:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 31c226d..0774167 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,9 +57,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { title: "Smart Itinerary", description: "Automated route optimization based on your interests and local constraints.", imageSrc: "http://img.b2bpic.net/free-photo/map-svalbard-jan-mayen-gold-glitter-map-dark-background_559531-10667.jpg", imageAlt: "Smart Itinerary" }, - { title: "Live Tracking", description: "Stay updated with real-time flight, hotel, and transport data alerts.", imageSrc: "http://img.b2bpic.net/free-photo/alarm-clock-airplane-miniature-notebook-world-map-flat-lay_169016-28232.jpg", imageAlt: "Live Tracking" }, - { title: "Personalized AI", description: "Adaptive suggestions that learn your travel style and preferences over time.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-travel-agency_52683-136435.jpg", imageAlt: "Personalized AI" }, + { title: "Smart Itinerary", description: "Automated route optimization based on your interests and local constraints.", imageSrc: "http://img.b2bpic.net/free-photo/map-svalbard-jan-mayen-gold-glitter-map-dark-background_559531-10667.jpg?_wi=1", imageAlt: "Smart Itinerary" }, + { title: "Live Tracking", description: "Stay updated with real-time flight, hotel, and transport data alerts.", imageSrc: "http://img.b2bpic.net/free-photo/alarm-clock-airplane-miniature-notebook-world-map-flat-lay_169016-28232.jpg?_wi=1", imageAlt: "Live Tracking" }, + { title: "Personalized AI", description: "Adaptive suggestions that learn your travel style and preferences over time.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-travel-agency_52683-136435.jpg?_wi=1", imageAlt: "Personalized AI" }, ]} title="Everything you need for your next adventure." description="Powerful tools designed to transform how you explore the world." @@ -72,9 +72,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { id: "m1", value: "1.2M+", title: "Itineraries Built", description: "Trips planned globally", imageSrc: "http://img.b2bpic.net/free-photo/map-svalbard-jan-mayen-gold-glitter-map-dark-background_559531-10667.jpg" }, - { id: "m2", value: "500k", title: "Active Travelers", description: "Join our community today", imageSrc: "http://img.b2bpic.net/free-photo/alarm-clock-airplane-miniature-notebook-world-map-flat-lay_169016-28232.jpg" }, - { id: "m3", value: "99.9%", title: "Accuracy Rate", description: "Precise travel data", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-travel-agency_52683-136435.jpg" }, + { id: "m1", value: "1.2M+", title: "Itineraries Built", description: "Trips planned globally", imageSrc: "http://img.b2bpic.net/free-photo/map-svalbard-jan-mayen-gold-glitter-map-dark-background_559531-10667.jpg?_wi=2" }, + { id: "m2", value: "500k", title: "Active Travelers", description: "Join our community today", imageSrc: "http://img.b2bpic.net/free-photo/alarm-clock-airplane-miniature-notebook-world-map-flat-lay_169016-28232.jpg?_wi=2" }, + { id: "m3", value: "99.9%", title: "Accuracy Rate", description: "Precise travel data", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-travel-agency_52683-136435.jpg?_wi=2" }, ]} title="Global reach." description="Data powered by millions of travelers." -- 2.49.1