Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-04-26 18:03:33 +00:00
3 changed files with 3 additions and 9 deletions

View File

@@ -42,10 +42,7 @@ export default function DriversPage() {
useInvertedBackground={false}
title="Professional Drivers"
description="Experienced locals who know the mountain roads."
features={[
{ title: "Expert Navigators", description: "Local drivers familiar with high-altitude roads." },
{ title: "Safe Travels", description: "Well-maintained vehicles for mountain trips." }
]}
features={[]}
/>
</div>

View File

@@ -42,10 +42,7 @@ export default function HotelsPage() {
useInvertedBackground={false}
title="Luxury and Comfort"
description="Top-rated stays in the mountains."
features={[
{ title: "Luxury Stays", description: "High-end hotels in mountain ranges." },
{ title: "Cozy Guest Houses", description: "Experience authentic local hospitality." }
]}
features={[]}
/>
</div>

View File

@@ -43,7 +43,7 @@ export default function PlannerPage() {
{
heading: "Getting Started", content: {
type: "numbered-list", items: ["Input your duration", "Select your regions", "Request local quotes"]
},
}
},
]}
/>