import { Hero } from "@/components/home/Hero"; import { ServiceCategories } from "@/components/home/ServiceCategories"; import { WhyNearle } from "@/components/home/WhyNearle"; import { HowItWorks } from "@/components/home/HowItWorks"; import { HyperlocalFeatures } from "@/components/home/HyperlocalFeatures"; import { BusinessSection } from "@/components/home/BusinessSection"; import { StoreQRSection } from "@/components/home/StoreQRSection"; export default function HomePage() { return (
); }