"use client"; import Footer from "@/components/Footer"; import Header from "@/components/landing/Header"; import HeroSection from "@/components/landing/HeroSection"; import HowItWorksSection from "@/components/landing/HowItWorksSection"; import CTASection from "@/components/landing/CTASection"; export default function HomePage() { return (
); }