Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a388986e47 | |||
| 4e9b0a0dff | |||
| ab98ffe70d |
@@ -78,15 +78,15 @@ export default function LandingPage() {
|
||||
tag="Tour Showcase"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Village Exploration Half-Day Ride", author: "Bike2Kili Guides", description: "Experience local culture with a guided 4-hour ride through traditional villages, local markets, and scenic countryside. Perfect for first-time visitors and casual cyclists. Includes bike rental, refreshments, and cultural insights.", tags: ["Half-Day", "Beginner", "Cultural"],
|
||||
id: "1", title: "Village Exploration Half-Day Ride – Limited Spots This Month", author: "Bike2Kili Guides", description: "Experience local culture with a guided 4-hour ride through traditional villages, local markets, and scenic countryside. Perfect for first-time visitors and casual cyclists. Includes bike rental, refreshments, and cultural insights. Book before peak season for best availability.", tags: ["Half-Day", "Beginner", "Cultural"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-back-wheel-bike_23-2148232051.jpg?_wi=1", imageAlt: "Cyclists riding through village landscape"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Full-Day Mountain Trail Challenge", author: "Bike2Kili Guides", description: "A 40km intermediate ride through mountain trails with stunning views, challenging terrain, and wildlife spotting opportunities. Includes professional guide, packed lunch, mechanical support, and all equipment. Best for experienced cyclists.", tags: ["Full-Day", "Intermediate", "Mountain"],
|
||||
id: "2", title: "Full-Day Mountain Trail Challenge – Book Before Peak Season", author: "Bike2Kili Guides", description: "A 40km intermediate ride through mountain trails with stunning views, challenging terrain, and wildlife spotting opportunities. Includes professional guide, packed lunch, mechanical support, and all equipment. Best for experienced cyclists. Limited spots available – reserve now to secure your date.", tags: ["Full-Day", "Intermediate", "Mountain"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124579.jpg?_wi=1", imageAlt: "Mountain bikers on challenging terrain"
|
||||
},
|
||||
{
|
||||
id: "3", title: "5-Day Kilimanjaro Cycling Expedition", author: "Bike2Kili Guides", description: "An immersive multi-day adventure combining cycling with trekking near Kilimanjaro. Experience diverse landscapes, local communities, and guided cultural interactions. Includes accommodation, meals, guides, and comprehensive support.", tags: ["Multi-Day", "Expert", "Expedition"],
|
||||
id: "3", title: "5-Day Kilimanjaro Cycling Expedition – Limited Availability", author: "Bike2Kili Guides", description: "An immersive multi-day adventure combining cycling with trekking near Kilimanjaro. Experience diverse landscapes, local communities, and guided cultural interactions. Includes accommodation, meals, guides, and comprehensive support. Only 2-3 departures monthly – book now to avoid missing out.", tags: ["Multi-Day", "Expert", "Expedition"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124569.jpg?_wi=1", imageAlt: "Multi-day cycling expedition landscape"
|
||||
}
|
||||
]}
|
||||
@@ -117,15 +117,15 @@ export default function LandingPage() {
|
||||
tag="Tour Types"
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Bike2Kili", name: "Half-Day Village Tours", price: "From $45", rating: 5,
|
||||
id: "1", brand: "Bike2Kili", name: "Half-Day Village Tours – Limited Spots This Month", price: "From $45", rating: 5,
|
||||
reviewCount: "248", imageSrc: "http://img.b2bpic.net/free-photo/close-up-back-wheel-bike_23-2148232051.jpg?_wi=2", imageAlt: "Half-day village cycling tour"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Bike2Kili", name: "Full-Day Mountain Rides", price: "From $89", rating: 5,
|
||||
id: "2", brand: "Bike2Kili", name: "Full-Day Mountain Rides – Book Before Peak Season", price: "From $89", rating: 5,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124579.jpg?_wi=2", imageAlt: "Full-day mountain bike trail"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Bike2Kili", name: "Multi-Day Expeditions", price: "From $450", rating: 5,
|
||||
id: "3", brand: "Bike2Kili", name: "Multi-Day Expeditions – Limited Availability", price: "From $450", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124569.jpg?_wi=2", imageAlt: "Multi-day cycling expedition"
|
||||
}
|
||||
]}
|
||||
@@ -199,7 +199,7 @@ export default function LandingPage() {
|
||||
id: "3", title: "What's included in the tour price?", content: "Tour prices include bike rental, professional guide, water and snacks (or meals on full-day/multi-day tours), first aid support, and mechanical assistance. Accommodation is included on multi-day expeditions. Travel to/from hotels may be extra."
|
||||
},
|
||||
{
|
||||
id: "4", title: "How far in advance should I book?", content: "We recommend booking 2-4 weeks in advance during peak seasons (June-October). Last-minute bookings are possible subject to availability. Group bookings of 8+ people should book at least 6 weeks ahead for custom itineraries."
|
||||
id: "4", title: "How far in advance should I book?", content: "We recommend booking 2-4 weeks in advance during peak seasons (June-October). Last-minute bookings are possible subject to availability. Group bookings of 8+ people should book at least 6 weeks ahead for custom itineraries. Book early to secure your preferred dates – spots fill quickly during peak season!"
|
||||
},
|
||||
{
|
||||
id: "5", title: "What payment methods do you accept?", content: "We accept credit cards (Visa, Mastercard), PayPal, bank transfers, and local mobile money payment methods (M-Pesa, Tigo Pesa). A 30% deposit secures your booking, with final payment due 7 days before departure."
|
||||
|
||||
Reference in New Issue
Block a user