Initial commit
This commit is contained in:
17
src/app/page.tsx
Normal file
17
src/app/page.tsx
Normal file
@@ -0,0 +1,17 @@
|
||||
import { Hero } from "@/components/home/Hero";
|
||||
import { ServiceCategories } from "@/components/home/ServiceCategories";
|
||||
import { HyperlocalFeatures } from "@/components/home/HyperlocalFeatures";
|
||||
import { BusinessSection } from "@/components/home/BusinessSection";
|
||||
import { AppPromo } from "@/components/home/AppPromo";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<Hero />
|
||||
<ServiceCategories />
|
||||
<HyperlocalFeatures />
|
||||
<BusinessSection />
|
||||
<AppPromo />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user