diff --git a/src/components/sections/ContactSection.tsx b/src/components/sections/ContactSection.tsx new file mode 100644 index 0000000..31c05ed --- /dev/null +++ b/src/components/sections/ContactSection.tsx @@ -0,0 +1,141 @@ +'use client' + +import { useEmDashContent } from '@/hooks/useEmDashContent' +import { Mail, MapPin, MessageCircle, Phone } from 'lucide-react' +import Badge from '@/components/ui/Badge' + +export default function ContactSection() { + const { items: hours, loading } = useEmDashContent('business_hours') + + if (loading) { + return
{contactDetails.address}
+{contactDetails.phone}
+{contactDetails.email}
++ * Public holidays may affect hours. +
++ Questions about your stay? We'd love to hear from you. + Send us a message or call — every enquiry is answered within 4 + hours. +
+