import { ContactSection } from "@/components/landing/contact-section";
import { DeliverablesSection } from "@/components/landing/deliverables-section";
import { PackagesSection } from "@/components/landing/packages-section";
import { ServicesSection } from "@/components/landing/services-section";
const LandingPageSections = () => {
return (
<>
>
);
};
export { LandingPageSections };