diff --git a/src/components/sections/LocationSection.tsx b/src/components/sections/LocationSection.tsx new file mode 100644 index 0000000..32e854a --- /dev/null +++ b/src/components/sections/LocationSection.tsx @@ -0,0 +1,116 @@ +'use client' + +import { useEmDashContent } from "@/hooks/useEmDashContent" +import { Clock, MapPin, Navigation } from 'lucide-react' + +export default function LocationSection() { + const { items, loading } = useEmDashContent("business_hours") + + if (loading) { + return ( +
+ A peaceful retreat minutes from Nairobi National Park and the city centre. +
++ Take Langata Road south past the National Park gate. After 8 km, + turn onto Magadi Road at the Oloolua junction. + Masai Suites is 800 m ahead on the right – look for the acacia-lined driveway. +
+