'use client' import { useState, type FormEvent } from 'react' import { Clock, Mail, MessageCircle, Send } from 'lucide-react' import Button from '@/components/ui/Button' import Input from '@/components/ui/Input' import { useVulaContent } from '@/hooks/useVulaContent' const WHATSAPP_NUMBER = '27825550147' const EMAIL = 'hello@ikhayahome.co.za' export default function KhulumaNathiSection() { const { items, loading } = useVulaContent('business_hours') const [name, setName] = useState('') const [email, setEmail] = useState('') const [message, setMessage] = useState('') const [sent, setSent] = useState(false) const handleSubmit = (e: FormEvent) => { e.preventDefault() setSent(true) } if (loading) { return (
Khuluma nathi
Need help choosing cushion colours or ceramic finishes? Our Durban studio replies within one working day.
Open on public holidays — call ahead to confirm.
No question is too small.