diff --git a/src/app/page.tsx b/src/app/page.tsx
index af795de..4e7d931 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,70 +32,33 @@ export default function LandingPage() {
@@ -105,15 +68,8 @@ export default function LandingPage() {
@@ -125,64 +81,32 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Water Experiences",
- description: "Private jet skis and premium boat tours on the crystal waters of Ananuri Lake.",
- icon: Waves,
+ title: "Water Experiences", description: "Private jet skis and premium boat tours on the crystal waters of Ananuri Lake.", icon: Waves,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-laptop-boat_23-2149046441.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-beautiful-sportswoman-listening-music-earphones_8353-6957.jpg",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-guadalest-reservoir-alicante-spain_181624-48555.jpg?_wi=2",
- imageAlt: "luxury water sport boat ride",
+ { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-laptop-boat_23-2149046441.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/side-view-beautiful-sportswoman-listening-music-earphones_8353-6957.jpg" },
+ ]
},
{
- title: "Land Adventures",
- description: "Rugged mountain roads explored in comfort via our private buggy fleet.",
- icon: Mountain,
+ title: "Land Adventures", description: "Rugged mountain roads explored in comfort via our private buggy fleet.", icon: Mountain,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/suv-roadtrip-sunset_23-2151948174.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/long-shot-people-with-car_23-2149004932.jpg",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/blue-sea-water-summer-silhouette_1203-3871.jpg",
- imageAlt: "luxury water sport boat ride",
+ { imageSrc: "http://img.b2bpic.net/free-photo/suv-roadtrip-sunset_23-2151948174.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/long-shot-people-with-car_23-2149004932.jpg" },
+ ]
},
{
- title: "Air Experiences",
- description: "Soar above the peaks with high-end paragliding and aerial tours.",
- icon: Compass,
+ title: "Air Experiences", description: "Soar above the peaks with high-end paragliding and aerial tours.", icon: Compass,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/morning-mountains-carpathian-ukraine-aerial-view_1153-6250.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/paragliding-mountains_23-2151944773.jpg",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-with-suitcase-park_23-2148328848.jpg",
- imageAlt: "luxury water sport boat ride",
+ { imageSrc: "http://img.b2bpic.net/free-photo/morning-mountains-carpathian-ukraine-aerial-view_1153-6250.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/paragliding-mountains_23-2151944773.jpg" },
+ ]
},
{
- title: "Private Stays",
- description: "Exclusive lodges and boutique accommodation for complete seclusion.",
- icon: Home,
+ title: "Private Stays", description: "Exclusive lodges and boutique accommodation for complete seclusion.", icon: Home,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-floral-dress-looks-into-camera-outside-brunette-lady-summer-outfit-holds-boater-moves-sea-background_197531-29976.jpg?_wi=1",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-swimming-pool-hotel-resort_74190-8862.jpg",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/brunette-attractive-lady-floral-hat-midi-dress-sits-terrace-with-sea-view-curly-woman-boater-enjoys-sun-balcony-ocean-background_197531-29918.jpg?_wi=1",
- imageAlt: "luxury water sport boat ride",
+ { imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-floral-dress-looks-into-camera-outside-brunette-lady-summer-outfit-holds-boater-moves-sea-background_197531-29976.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-swimming-pool-hotel-resort_74190-8862.jpg" },
+ ]
},
]}
title="Premium Curated Adventures"
@@ -196,37 +120,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "30+",
- title: "Premium Activities",
- items: [
- "Jet Ski",
- "Boat Tours",
- "Buggy",
- ],
- },
- {
- id: "m2",
- value: "4",
- title: "Main Categories",
- items: [
- "Air",
- "Land",
- "Water",
- "Stay",
- ],
- },
- {
- id: "m3",
- value: "100%",
- title: "Premium Support",
- items: [
- "24/7 Service",
- "Concierge",
- "Safety",
- ],
- },
+ { id: "m1", value: "30+", title: "Premium Activities", items: ["Jet Ski", "Boat Tours", "Buggy"] },
+ { id: "m2", value: "4", title: "Main Categories", items: ["Air", "Land", "Water", "Stay"] },
+ { id: "m3", value: "100%", title: "Premium Support", items: ["24/7 Service", "Concierge", "Safety"] },
]}
title="Why choose Ananuri Horizon?"
description="The gold standard for luxury adventure tourism in the region."
@@ -237,31 +133,11 @@ export default function LandingPage() {