@extends('layouts.guest') @section('title', config('app.name').' | Soluciones para Cooperativas.') @section('meta_description', 'En ' . config('app.name') . ', brindamos soluciones tecnológicas personalizadas para cooperativas de ahorro y crédito en todo el Perú.') @section('meta_keywords', 'soluciones tecnológicas, software financiero, cooperativas, aplicaciones móviles') @section('dc_title', config('app.name') . ' | Soluciones para Cooperativas.') @section('dc_description', 'Soluciones tecnológicas para cooperativas de ahorro y crédito.') @section('og_title', config('app.name').' | Soluciones para Cooperativas.') @section('og_description', 'Ofrecemos desarrollo de software y aplicaciones móviles personalizadas para cooperativas de ahorro y crédito.') @section('og_image', asset('images/siscperu.png')) @vite('resources/css/home.css') @section('content') @include('pages.landingpage.home.partials.hero') @include('pages.landingpage.home.partials.clients') @include('pages.landingpage.home.partials.statistics') @include('pages.landingpage.home.partials.services') @include('pages.landingpage.home.partials.technologies') @include('pages.landingpage.home.partials.testimonials') @endsection @vite('resources/js/global.js') @vite('resources/js/home.js')