Merge version_1 into main #3
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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"]
|
||||
},
|
||||
}
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user