diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b0f59a..4d9dd66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} dashboard={{ title: "Real-Time Urban Residue", logoIcon: MapPin, - imageSrc: "http://img.b2bpic.net/free-photo/tokyo-cityscape-daytime_23-2149209890.jpg?_wi=1", imageAlt: "Tokyo night alley atmospheric", buttons: [ + imageSrc: "http://img.b2bpic.net/free-photo/tokyo-cityscape-daytime_23-2149209890.jpg", imageAlt: "Tokyo night alley atmospheric", buttons: [ { text: "Calibrate Now", href: "#calibrate" }, { text: "View Routes", href: "#navigate" } ], @@ -62,9 +62,9 @@ export default function LandingPage() { { icon: MapPin } ], stats: [ - { title: "Hidden Spots", values: ["847", "1023", "1156"], description: "Beyond the ordinary." }, - { title: "Drifters Active", values: ["3428", "4156", "4892"], description: "Seeking the authentic." }, - { title: "Narratives Shared", values: ["12847", "15634", "18956"], description: "Stories of the city." } + { title: "Hidden Spots", values: [847, 1023, 1156], description: "Beyond the ordinary." }, + { title: "Drifters Active", values: [3428, 4156, 4892], description: "Seeking the authentic." }, + { title: "Narratives Shared", values: [12847, 15634, 18956], description: "Stories of the city." } ], chartTitle: "Mood Synchronization Flow", chartData: [ { value: 45 }, @@ -110,21 +110,21 @@ export default function LandingPage() { title: "Mood-Time Synchronization", description: "Answer: 'What is the frequency of your heart?' Dynamic sliders map your internal state to the city's hidden exterior. Never search; always calibrate.", icon: Heart, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-vector/travel-landing-page-with-image_23-2148359295.jpg", imageAlt: "Mood calibration interface" }, - { imageSrc: "http://img.b2bpic.net/free-vector/simple-japanese-cover-collection_23-2148432128.jpg?_wi=1", imageAlt: "Residual city map" } + { imageSrc: "http://img.b2bpic.net/free-vector/simple-japanese-cover-collection_23-2148432128.jpg", imageAlt: "Residual city map" } ] }, { title: "Echo-Route Navigation", description: "Intentionally inefficient paths through narrow alleys and non-commercial architecture. Ignore the 500+ reviews. We prioritize historical scars and architectural anomalies.", icon: Compass, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-vector/simple-japanese-cover-collection_23-2148432128.jpg?_wi=2", imageAlt: "Echo route map visualization" }, - { imageSrc: "http://img.b2bpic.net/free-vector/elegant-gourmet-restaurant-twitter-header_23-2149511310.jpg?_wi=1", imageAlt: "Route narrative layers" } + { imageSrc: "http://img.b2bpic.net/free-vector/simple-japanese-cover-collection_23-2148432128.jpg", imageAlt: "Echo route map visualization" }, + { imageSrc: "http://img.b2bpic.net/free-vector/elegant-gourmet-restaurant-twitter-header_23-2149511310.jpg", imageAlt: "Route narrative layers" } ] }, { title: "Narrative Layer", description: "Content whispered like secrets at 3 AM. Sensory focus: the hum of a transformer, rain on asphalt, chipped tiles. Never exceed 150 words. Let imagination complete the story.", icon: BookOpen, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-vector/elegant-gourmet-restaurant-twitter-header_23-2149511310.jpg?_wi=2", imageAlt: "Poetic narrative interface" }, - { imageSrc: "http://img.b2bpic.net/free-photo/tokyo-cityscape-daytime_23-2149209890.jpg?_wi=2", imageAlt: "Atmospheric urban scene" } + { imageSrc: "http://img.b2bpic.net/free-vector/elegant-gourmet-restaurant-twitter-header_23-2149511310.jpg", imageAlt: "Poetic narrative interface" }, + { imageSrc: "http://img.b2bpic.net/free-photo/tokyo-cityscape-daytime_23-2149209890.jpg", imageAlt: "Atmospheric urban scene" } ] } ]}