diff --git a/src/app/drivers/page.tsx b/src/app/drivers/page.tsx index 7cff79b..177e68f 100644 --- a/src/app/drivers/page.tsx +++ b/src/app/drivers/page.tsx @@ -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={[]} /> diff --git a/src/app/hotels/page.tsx b/src/app/hotels/page.tsx index 721dedf..e094903 100644 --- a/src/app/hotels/page.tsx +++ b/src/app/hotels/page.tsx @@ -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={[]} /> diff --git a/src/app/planner/page.tsx b/src/app/planner/page.tsx index 6c909c6..e5ab049 100644 --- a/src/app/planner/page.tsx +++ b/src/app/planner/page.tsx @@ -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"] - }, + } }, ]} />