import { Head } from '@inertiajs/react'; import NavGuestLayout from '@/layouts/nav-guest-layout'; import { HeroSection } from '@/components/features/home/HeroSection'; import { ServicesSection } from '@/components/features/home/ServicesSection'; import { AboutSection } from '@/components/features/home/AboutSection'; import { AlternativeSection } from '@/components/features/home/AlternativeSection'; import { Footer } from '@/components/footer'; import { ScrollToTop } from '@/components/common/ScrollToTop'; import { PawsScrollAnimation } from '@/components/features/home/PawsScrollAnimation'; export default function Welcome() { return ( <>
); }