From ef76627a6ea190554e1292f6c9d7950cc20a4acd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:17:52 +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 4d9dd66..f45c066 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", imageAlt: "Tokyo night alley atmospheric", buttons: [ + imageSrc: "http://img.b2bpic.net/free-photo/tokyo-cityscape-daytime_23-2149209890.jpg?_wi=1", imageAlt: "Tokyo night alley atmospheric", buttons: [ { text: "Calibrate Now", href: "#calibrate" }, { text: "View Routes", href: "#navigate" } ], @@ -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", imageAlt: "Residual city map" } + { imageSrc: "http://img.b2bpic.net/free-vector/simple-japanese-cover-collection_23-2148432128.jpg?_wi=1", 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", imageAlt: "Echo route map visualization" }, - { imageSrc: "http://img.b2bpic.net/free-vector/elegant-gourmet-restaurant-twitter-header_23-2149511310.jpg", imageAlt: "Route narrative layers" } + { 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" } ] }, { 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", imageAlt: "Poetic narrative interface" }, - { imageSrc: "http://img.b2bpic.net/free-photo/tokyo-cityscape-daytime_23-2149209890.jpg", imageAlt: "Atmospheric urban scene" } + { 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" } ] } ]} -- 2.49.1