From 882a58d1132757699a302e5926b90c5b3540e942 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:09:12 +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 cb4c867..1af7850 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,13 +62,13 @@ export default function LandingPage() { tag="Top Destinations" features={[ { - title: "Pamir Mountains", description: "Explore breathtaking high-altitude peaks and scenic trails perfect for trekking and adventure", imageSrc: "http://img.b2bpic.net/free-photo/small-people-against-enormous-mountain_1098-12918.jpg", imageAlt: "Pamir Mountains hiking trails" + title: "Pamir Mountains", description: "Explore breathtaking high-altitude peaks and scenic trails perfect for trekking and adventure", imageSrc: "http://img.b2bpic.net/free-photo/small-people-against-enormous-mountain_1098-12918.jpg?_wi=1", imageAlt: "Pamir Mountains hiking trails" }, { - title: "Botanical Gardens", description: "Stroll through lush gardens showcasing diverse plant species and peaceful natural surroundings", imageSrc: "http://img.b2bpic.net/free-vector/spring-landscape-background_23-2147747925.jpg", imageAlt: "Botanical garden greenery" + title: "Botanical Gardens", description: "Stroll through lush gardens showcasing diverse plant species and peaceful natural surroundings", imageSrc: "http://img.b2bpic.net/free-vector/spring-landscape-background_23-2147747925.jpg?_wi=1", imageAlt: "Botanical garden greenery" }, { - title: "National Museum", description: "Discover Tajikistan's rich history, art, and cultural heritage through impressive collections", imageSrc: "http://img.b2bpic.net/free-vector/travel-sticker-collection_23-2148047190.jpg", imageAlt: "National museum architecture" + title: "National Museum", description: "Discover Tajikistan's rich history, art, and cultural heritage through impressive collections", imageSrc: "http://img.b2bpic.net/free-vector/travel-sticker-collection_23-2148047190.jpg?_wi=1", imageAlt: "National museum architecture" } ]} textboxLayout="default" @@ -86,13 +86,13 @@ export default function LandingPage() { tag="Outdoor Experiences" features={[ { - title: "Mountain Trekking", description: "Challenge yourself with guided treks through the magnificent Pamir Mountains and alpine meadows", imageSrc: "http://img.b2bpic.net/free-photo/small-people-against-enormous-mountain_1098-12918.jpg", imageAlt: "Mountain trekking adventure" + title: "Mountain Trekking", description: "Challenge yourself with guided treks through the magnificent Pamir Mountains and alpine meadows", imageSrc: "http://img.b2bpic.net/free-photo/small-people-against-enormous-mountain_1098-12918.jpg?_wi=2", imageAlt: "Mountain trekking adventure" }, { title: "River Exploration", description: "Navigate scenic river valleys and gorges with pristine water and dramatic landscapes", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-view-river_1359-769.jpg", imageAlt: "Mountain river landscape" }, { - title: "Park Relaxation", description: "Unwind in beautiful public parks and gardens surrounded by nature and local culture", imageSrc: "http://img.b2bpic.net/free-vector/spring-landscape-background_23-2147747925.jpg", imageAlt: "City park relaxation" + title: "Park Relaxation", description: "Unwind in beautiful public parks and gardens surrounded by nature and local culture", imageSrc: "http://img.b2bpic.net/free-vector/spring-landscape-background_23-2147747925.jpg?_wi=2", imageAlt: "City park relaxation" } ]} textboxLayout="default" @@ -110,7 +110,7 @@ export default function LandingPage() { tag="Urban Exploration" features={[ { - title: "Historic Architecture", description: "Marvel at Soviet-era monuments and modern architectural landmarks throughout the city center", imageSrc: "http://img.b2bpic.net/free-vector/travel-sticker-collection_23-2148047190.jpg", imageAlt: "Historic city architecture" + title: "Historic Architecture", description: "Marvel at Soviet-era monuments and modern architectural landmarks throughout the city center", imageSrc: "http://img.b2bpic.net/free-vector/travel-sticker-collection_23-2148047190.jpg?_wi=2", imageAlt: "Historic city architecture" }, { title: "Local Markets", description: "Immerse yourself in vibrant traditional bazaars and markets filled with local crafts and goods", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-wearing-sunglasses_23-2149536986.jpg", imageAlt: "Traditional bazaar marketplace" -- 2.49.1