import { Swiper, Testimonial } from '@/components/pages/Home'; import { Button } from '@/components/ui/button'; import Layout from '@/layouts/client/layout'; import { about } from '@/routes'; 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 }] }; }) { return ( <>
Soorya Carpet

Soorya Carpet

Discover the journey of Kaleen Carpets, a testament to enduring craftsmanship, innovative design, and a commitment to enriching lives through beautiful artistry.

The Kaleen Rebrand

In 2015, Kaleen embarked on a transformative journey, evolving from a traditional manufacturer to a dynamic, luxury lifestyle brand.

Kaleen Carpet
Art of Weaving

Art of Weaving

Since time immemorial, the art of carpet making has captured millions of carpet connoisseurs from around the world and still continues to do so.

); }