Deploy
This commit is contained in:
@@ -0,0 +1,35 @@
|
|||||||
|
import FeaturedProductsSection from "@/components/sections/FeaturedProductsSection"
|
||||||
|
import MostPopularSection from "@/components/sections/MostPopularSection"
|
||||||
|
import AdvertBannerSection from "@/components/sections/AdvertBannerSection"
|
||||||
|
import BrandCarouselSection from "@/components/sections/BrandCarouselSection"
|
||||||
|
import ProductCarouselSection from "@/components/sections/ProductCarouselSection"
|
||||||
|
import SowetoHeroSection from "@/components/sections/SowetoHeroSection"
|
||||||
|
import MzansiFeaturedSection from "@/components/sections/MzansiFeaturedSection"
|
||||||
|
import SowetoRootsSection from "@/components/sections/SowetoRootsSection"
|
||||||
|
import LimitedDropCampaignSection from "@/components/sections/LimitedDropCampaignSection"
|
||||||
|
import SowetoLookbookSection from "@/components/sections/SowetoLookbookSection"
|
||||||
|
import KasiLoveSection from "@/components/sections/KasiLoveSection"
|
||||||
|
import FreshThreadsSection from "@/components/sections/FreshThreadsSection"
|
||||||
|
import ShopTheVibeSection from "@/components/sections/ShopTheVibeSection"
|
||||||
|
import SowetoConnectSection from "@/components/sections/SowetoConnectSection"
|
||||||
|
|
||||||
|
export default function HomePage() {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<SowetoHeroSection />
|
||||||
|
<FeaturedProductsSection />
|
||||||
|
<AdvertBannerSection />
|
||||||
|
<LimitedDropCampaignSection />
|
||||||
|
<MzansiFeaturedSection />
|
||||||
|
<ProductCarouselSection />
|
||||||
|
<BrandCarouselSection />
|
||||||
|
<MostPopularSection />
|
||||||
|
<SowetoLookbookSection />
|
||||||
|
<FreshThreadsSection />
|
||||||
|
<KasiLoveSection />
|
||||||
|
<ShopTheVibeSection />
|
||||||
|
<SowetoRootsSection />
|
||||||
|
<SowetoConnectSection />
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user