import { Swiper, Testimonial } from '@/components/pages/Home'; import { Button } from '@/components/ui/button'; import Layout from '@/layouts/client/layout'; import { about, artOfWeaving } from '@/routes'; import { useTranslations } from '@/utils/i18n'; import artofWeaving from '@asset/img/carpet/IMG_1301.jpg'; import kaleenCarpet from '@asset/img/carpet/IMG_3401.jpg'; import sooryaCarpet from '@asset/img/carpet/sci trad 31.jpg'; import { Head, Link } from '@inertiajs/react'; import { MoveRight } from 'lucide-react'; export default function Welcome({ data, }: { data: { carousel: [{ image_url: string; alt: string }]; testimonial: [ { name: string; location: string; image: string; description: string; }, ]; }; }) { const { t } = useTranslations(); return ( <>
{t('pages.home.sections.first.desc')}
{t('pages.home.sections.second.desc')}
{t('pages.home.sections.third.desc')}