Deploy
This commit is contained in:
@@ -0,0 +1,35 @@
|
|||||||
|
import HeroSection from '@/components/sections/HeroSection'
|
||||||
|
import JustDroppedSection from "@/components/sections/JustDroppedSection"
|
||||||
|
import FeaturedProductsSection from "@/components/sections/FeaturedProductsSection"
|
||||||
|
import MostPopularSection from "@/components/sections/MostPopularSection"
|
||||||
|
import UrbanAmbitionSection from "@/components/sections/UrbanAmbitionSection"
|
||||||
|
import StyleObsessionsCampaignSection from "@/components/sections/StyleObsessionsCampaignSection"
|
||||||
|
import DivaLookbookSection from "@/components/sections/DivaLookbookSection"
|
||||||
|
import StyleDiariesSection from "@/components/sections/StyleDiariesSection"
|
||||||
|
import BrandCarouselSection from "@/components/sections/BrandCarouselSection"
|
||||||
|
import ProductCarouselSection from "@/components/sections/ProductCarouselSection"
|
||||||
|
import AdvertBannerSection from "@/components/sections/AdvertBannerSection"
|
||||||
|
import ShopNowCtaSection from "@/components/sections/ShopNowCtaSection"
|
||||||
|
import ShippingAndReturnsSection from "@/components/sections/ShippingAndReturnsSection"
|
||||||
|
import ConnectWithDivaSection from "@/components/sections/ConnectWithDivaSection"
|
||||||
|
|
||||||
|
export default function HomePage() {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<HeroSection />
|
||||||
|
<JustDroppedSection />
|
||||||
|
<FeaturedProductsSection />
|
||||||
|
<MostPopularSection />
|
||||||
|
<UrbanAmbitionSection />
|
||||||
|
<StyleObsessionsCampaignSection />
|
||||||
|
<DivaLookbookSection />
|
||||||
|
<StyleDiariesSection />
|
||||||
|
<BrandCarouselSection />
|
||||||
|
<ProductCarouselSection />
|
||||||
|
<AdvertBannerSection />
|
||||||
|
<ShopNowCtaSection />
|
||||||
|
<ShippingAndReturnsSection />
|
||||||
|
<ConnectWithDivaSection />
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user