Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 18:39:07 +00:00

View File

@@ -74,16 +74,16 @@ export default function LandingPage() {
buttons={[{ text: "Generate Itinerary", href: "#" }]}
features={[
{
title: "Time Available: 3h, 6h, 24h, or 48h", description: "Select your available time and we'll recommend activities that fit your schedule perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/hiker-yellow-jacket-walking-through-road-surrounded-by-rocks-field-iceland_181624-12713.jpg", imageAlt: "Hiking trail with mountain views"
title: "Time Available: 3h, 6h, 24h, or 48h", description: "Select your available time and we'll recommend activities that fit your schedule perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/hiker-yellow-jacket-walking-through-road-surrounded-by-rocks-field-iceland_181624-12713.jpg?_wi=1", imageAlt: "Hiking trail with mountain views"
},
{
title: "Weather Adaptive", description: "Choose current conditions: Good, Windy, or Rainy. Get tailored suggestions that work with the weather.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-person-standing-cliff-overlooking-lakes-fog-captured-iceland_181624-16055.jpg", imageAlt: "Waterfall landscape in Iceland"
title: "Weather Adaptive", description: "Choose current conditions: Good, Windy, or Rainy. Get tailored suggestions that work with the weather.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-person-standing-cliff-overlooking-lakes-fog-captured-iceland_181624-16055.jpg?_wi=1", imageAlt: "Waterfall landscape in Iceland"
},
{
title: "Travel Type Selection", description: "Solo, Couple, or Family? Each itinerary is optimized for your travel style.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-coast-sea-vik-iceland-with-breathtaking-clouds-rocks-side_181624-1705.jpg", imageAlt: "Black sand beach in Iceland"
title: "Travel Type Selection", description: "Solo, Couple, or Family? Each itinerary is optimized for your travel style.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-coast-sea-vik-iceland-with-breathtaking-clouds-rocks-side_181624-1705.jpg?_wi=1", imageAlt: "Black sand beach in Iceland"
},
{
title: "Instant Navigation", description: "Each activity includes parking info, distance, and direct Google Maps links.", imageSrc: "http://img.b2bpic.net/free-photo/wonder-caving-sedimentary-rock-layers-stratification_181624-1297.jpg", imageAlt: "Iceland cave exploration"
title: "Instant Navigation", description: "Each activity includes parking info, distance, and direct Google Maps links.", imageSrc: "http://img.b2bpic.net/free-photo/wonder-caving-sedimentary-rock-layers-stratification_181624-1297.jpg?_wi=1", imageAlt: "Iceland cave exploration"
}
]}
gridVariant="two-columns-alternating-heights"
@@ -109,27 +109,27 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Nature", name: "Kirkjufell Peak", price: "Free", rating: 5,
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-person-standing-cliff-overlooking-lakes-fog-captured-iceland_181624-16055.jpg", imageAlt: "Kirkjufell mountain"
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-person-standing-cliff-overlooking-lakes-fog-captured-iceland_181624-16055.jpg?_wi=2", imageAlt: "Kirkjufell mountain"
},
{
id: "2", brand: "Photography", name: "Arnarstapi Basalt", price: "Free", rating: 5,
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-coast-sea-vik-iceland-with-breathtaking-clouds-rocks-side_181624-1705.jpg", imageAlt: "Arnarstapi black sand beach"
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-coast-sea-vik-iceland-with-breathtaking-clouds-rocks-side_181624-1705.jpg?_wi=2", imageAlt: "Arnarstapi black sand beach"
},
{
id: "3", brand: "Hiking", name: "Snæfellsjökull Trail", price: "Free", rating: 4,
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/hiker-yellow-jacket-walking-through-road-surrounded-by-rocks-field-iceland_181624-12713.jpg", imageAlt: "Snæfellsjökull glacier trail"
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/hiker-yellow-jacket-walking-through-road-surrounded-by-rocks-field-iceland_181624-12713.jpg?_wi=2", imageAlt: "Snæfellsjökull glacier trail"
},
{
id: "4", brand: "Cave Exploration", name: "Vatnshellir Cave", price: "Guided", rating: 5,
reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/wonder-caving-sedimentary-rock-layers-stratification_181624-1297.jpg", imageAlt: "Vatnshellir cave entrance"
reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/wonder-caving-sedimentary-rock-layers-stratification_181624-1297.jpg?_wi=2", imageAlt: "Vatnshellir cave entrance"
},
{
id: "5", brand: "Winter Friendly", name: "Kirkjufell Winter View", price: "Free", rating: 5,
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-person-standing-cliff-overlooking-lakes-fog-captured-iceland_181624-16055.jpg", imageAlt: "Kirkjufell in winter"
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-person-standing-cliff-overlooking-lakes-fog-captured-iceland_181624-16055.jpg?_wi=3", imageAlt: "Kirkjufell in winter"
},
{
id: "6", brand: "Photography", name: "Skarðsvík Beach", price: "Free", rating: 4,
reviewCount: "760", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-coast-sea-vik-iceland-with-breathtaking-clouds-rocks-side_181624-1705.jpg", imageAlt: "Skarðsvík golden sand beach"
reviewCount: "760", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-coast-sea-vik-iceland-with-breathtaking-clouds-rocks-side_181624-1705.jpg?_wi=3", imageAlt: "Skarðsvík golden sand beach"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -155,7 +155,7 @@ export default function LandingPage() {
buttons={[{ text: "Browse All", href: "#" }]}
features={[
{
title: "Olsen Ólafur Restaurant", description: "Traditional Icelandic cuisine. Price: $$. Rating: 4.7/5. Hours: 11am-10pm daily. Direct booking available.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-getting-warmer-by-fire_23-2149172517.jpg", imageAlt: "Local Icelandic restaurant"
title: "Olsen Ólafur Restaurant", description: "Traditional Icelandic cuisine. Price: $$. Rating: 4.7/5. Hours: 11am-10pm daily. Direct booking available.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-getting-warmer-by-fire_23-2149172517.jpg?_wi=1", imageAlt: "Local Icelandic restaurant"
},
{
title: "Grundarfjörður Guesthouse", description: "Cozy family-run guesthouse. Price: $$. Rating: 4.8/5. Free WiFi, heated rooms, local breakfast included.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-bed-with-mobile_23-2148373856.jpg", imageAlt: "Grundarfjörður guesthouse"
@@ -164,7 +164,7 @@ export default function LandingPage() {
title: "Snæfellsnes Hotel", description: "Modern comfort hotel. Price: $$$. Rating: 4.6/5. Hot tub, sea views, restaurant on-site.", imageSrc: "http://img.b2bpic.net/free-photo/romantic-zone-with-fruits-flowers_8353-9800.jpg", imageAlt: "Modern hotel in Snæfellsnes"
},
{
title: "Café Kría", description: "Casual coffee & light meals. Price: $. Rating: 4.5/5. Perfect for a quick stop. Instagram-worthy views.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-getting-warmer-by-fire_23-2149172517.jpg", imageAlt: "Café with views"
title: "Café Kría", description: "Casual coffee & light meals. Price: $. Rating: 4.5/5. Perfect for a quick stop. Instagram-worthy views.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-getting-warmer-by-fire_23-2149172517.jpg?_wi=2", imageAlt: "Café with views"
}
]}
gridVariant="two-columns-alternating-heights"