import { Button } from '@/components/ui/button'; import { Input } from '@/components/ui/input'; import { Label } from '@/components/ui/label'; import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue, } from '@/components/ui/select'; import { Textarea } from '@/components/ui/textarea'; import Layout from '@/layouts/client/layout'; import { useTranslations } from '@/utils/i18n'; import { Form, Head } from '@inertiajs/react'; import { Mail, MapPin, Phone } from 'lucide-react'; export default function Contact() { const { t } = useTranslations(); return ( <>

{t('pages.contact.sections.first.title')}

{t('pages.contact.sections.first.subTitle')}
{' '} {t('pages.contact.sections.first.subTitle2')}

{t('pages.contact.sections.second.title')}

{t( 'pages.contact.sections.second.soorya.title', )}

{t( 'pages.contact.sections.second.soorya.subTitle', )}

  • {' '} {t( 'pages.contact.sections.second.soorya.address', )}
  • {' '}
  • {' '} {t( 'pages.contact.sections.second.soorya.phone', )}
  • {' '}
  • {' '} {t( 'pages.contact.sections.second.soorya.email', )}

{t( 'pages.contact.sections.second.kaleen.title', )}

{t( 'pages.contact.sections.second.kaleen.subTitle', )}

  • {' '} {t( 'pages.contact.sections.second.kaleen.address', )}
  • {' '}
  • {' '} {t( 'pages.contact.sections.second.kaleen.phone', )}

{t('pages.contact.sections.third.title')}

{t('pages.contact.sections.third.subTitle')}

{' '}