import Layout from '@/layouts/client/layout'; import { useTranslations } from '@/utils/i18n'; import kaleen from '@asset/img/about/kaleen.jpg'; import ns from '@asset/img/about/ns.gif'; import oko from '@asset/img/about/oko.gif'; import ourStory from '@asset/img/products/sci trad 8.jpg'; import { Head } from '@inertiajs/react'; import { HeartHandshake, Lightbulb, Target } from 'lucide-react'; export default function About() { const { t } = useTranslations(); return ( <>

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

{t('pages.about.sections.first.desc.first')}

{t( 'pages.about.sections.first.desc.second', )}

{t('pages.about.sections.first.desc.third')}

Our Story
{' '}
Kaleen Story

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

{t( 'pages.about.sections.second.desc.first', )}

{t( 'pages.about.sections.second.desc.second', )}

{t( 'pages.about.sections.second.desc.third', )}

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

{t( 'pages.about.sections.third.cards.first.title', )}

{t( 'pages.about.sections.third.cards.first.desc', )}

{' '}

{t( 'pages.about.sections.third.cards.second.title', )}

{t( 'pages.about.sections.third.cards.second.desc', )}

{' '}

{t( 'pages.about.sections.third.cards.third.title', )}

{t( 'pages.about.sections.third.cards.third.desc', )}

{t('pages.about.sections.fourth.title')}

NS Standard OKO Standard
); }