import React from 'react'; import { motion } from 'framer-motion'; import { Link } from 'react-router-dom'; import { Home, UtensilsCrossed, Ship, TreePine, Compass, Users, Car, Waves, ArrowRight } from 'lucide-react'; import SectionHeader from '../components/shared/SectionHeader'; const services = [ { icon: Home, title: 'Accommodation & Guest Services', desc: 'Premium rooms with lake views, daily housekeeping, concierge service, and personalized guest care that makes your stay feel like home.', link: '/rooms' }, { icon: UtensilsCrossed, title: 'Restaurant & Local Cuisine', desc: 'Savor authentic Rwandan dishes, fresh lake fish, and international cuisine in our lakeside restaurant with panoramic views.', link: '/restaurant' }, { icon: Ship, title: 'Lake Kivu Boat Tours', desc: 'Glide across the calm waters of Lake Kivu on traditional wooden boats, discovering hidden coves and stunning shorelines.', link: '/tours' }, { icon: TreePine, title: 'Island Visits & Exploration', desc: 'Embark on guided excursions to the beautiful islands of Lake Kivu, each with its own unique character and natural beauty.', link: '/tours' }, { icon: Compass, title: 'Karongi Sightseeing & Nature Tours', desc: 'Discover the rolling hills, tea plantations, and breathtaking viewpoints that make the Karongi district truly special.', link: '/tours' }, { icon: Users, title: 'Cultural & Community Experiences', desc: 'Engage with local Rwandan culture through village visits, traditional dance performances, and artisan workshops.', link: '/tours' }, { icon: Car, title: 'Transport & Tour Guidance', desc: 'Seamless airport transfers, local transportation, and experienced guides to make your journey effortless and enriching.' }, { icon: Waves, title: 'Lakeside Relaxation Packages', desc: 'Unwind with curated wellness packages that combine waterfront yoga, traditional treatments, and peaceful lake meditation.' }, ]; export default function Services() { return (
Hospitality & Tourism
{svc.desc}
{svc.link && ( Learn More