update content
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
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";
|
||||
import { AppPromo } from "@/components/home/AppPromo";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -9,8 +12,11 @@ export default function HomePage() {
|
||||
<>
|
||||
<Hero />
|
||||
<ServiceCategories />
|
||||
<WhyNearle />
|
||||
<HowItWorks />
|
||||
<HyperlocalFeatures />
|
||||
<BusinessSection />
|
||||
<StoreQRSection />
|
||||
<AppPromo />
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user