Deploy
This commit is contained in:
@@ -0,0 +1,27 @@
|
|||||||
|
import HeroSection from "@/components/sections/HeroSection";
|
||||||
|
import DropBannerHypeSection from "@/components/sections/DropBannerHypeSection";
|
||||||
|
import FeaturedProductsSection from "@/components/sections/FeaturedProductsSection";
|
||||||
|
import MostPopularSection from "@/components/sections/MostPopularSection";
|
||||||
|
import CampaignLookbookSection from "@/components/sections/CampaignLookbookSection";
|
||||||
|
import GallerySection from "@/components/sections/GallerySection";
|
||||||
|
import CommunityHighlightsSection from "@/components/sections/CommunityHighlightsSection";
|
||||||
|
import AboutKasiDripSection from "@/components/sections/AboutKasiDripSection";
|
||||||
|
import CTAShopDropsSection from "@/components/sections/CTAShopDropsSection";
|
||||||
|
import CollabEnquirySection from "@/components/sections/CollabEnquirySection";
|
||||||
|
|
||||||
|
export default function HomePage() {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<HeroSection />
|
||||||
|
<DropBannerHypeSection />
|
||||||
|
<FeaturedProductsSection />
|
||||||
|
<MostPopularSection />
|
||||||
|
<CampaignLookbookSection />
|
||||||
|
<GallerySection />
|
||||||
|
<CommunityHighlightsSection />
|
||||||
|
<AboutKasiDripSection />
|
||||||
|
<CTAShopDropsSection />
|
||||||
|
<CollabEnquirySection />
|
||||||
|
</>
|
||||||
|
);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user