diff --git a/src/components/sections/FindUsAndConnectSection.tsx b/src/components/sections/FindUsAndConnectSection.tsx new file mode 100644 index 0000000..7865724 --- /dev/null +++ b/src/components/sections/FindUsAndConnectSection.tsx @@ -0,0 +1,175 @@ +'use client' + +import { useState } from "react" +import { Clock, Mail, MapPin, Phone } from 'lucide-react' +import Button from "@/components/ui/Button" +import Input from "@/components/ui/Input" +import { useEmDashContent } from "@/hooks/useEmDashContent" + +export default function FindUsAndConnectSection() { + const { items, loading } = useEmDashContent("business_hours") + const [name, setName] = useState("") + const [email, setEmail] = useState("") + const [message, setMessage] = useState("") + const [submitted, setSubmitted] = useState(false) + + if (loading) { + return ( +
+ Masai Suites, Nairobi, Kenya +
++254 712 345 678
+info@masaisuites.com
++ Thank you! We will get back to you soon. +
+