import { Hero } from '../components/Hero'; import { PackagesSection } from '../components/PackagesSection'; import { ProcessSection } from '../components/ProcessSection'; import { AboutSection } from '../components/AboutSection'; import { ContactSection } from '../components/ContactSection'; export function LandingPage() { return ( <> ); }