Deploy
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
import HeroSection from "@/components/sections/HeroSection"
|
||||
import BrandStorySection from "@/components/sections/BrandStorySection"
|
||||
import FeaturedProductsSection from "@/components/sections/FeaturedProductsSection"
|
||||
import LimitedEditionDropsSection from "@/components/sections/LimitedEditionDropsSection"
|
||||
import NewArrivalsSection from "@/components/sections/NewArrivalsSection"
|
||||
import MostPopularSection from "@/components/sections/MostPopularSection"
|
||||
import ProductCarouselSection from "@/components/sections/ProductCarouselSection"
|
||||
import BrandCarouselSection from "@/components/sections/BrandCarouselSection"
|
||||
import StreetStyleLookbookSection from "@/components/sections/StreetStyleLookbookSection"
|
||||
import AdvertBannerSection from "@/components/sections/AdvertBannerSection"
|
||||
import ShopTheLookCTASection from "@/components/sections/ShopTheLookCTASection"
|
||||
import FamShoutoutsSection from "@/components/sections/FamShoutoutsSection"
|
||||
import NewsletterSection from "@/components/sections/NewsletterSection"
|
||||
import ContactSection from "@/components/sections/ContactSection"
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<main className="min-h-screen">
|
||||
<HeroSection />
|
||||
<BrandStorySection />
|
||||
<FeaturedProductsSection />
|
||||
<LimitedEditionDropsSection />
|
||||
<NewArrivalsSection />
|
||||
<MostPopularSection />
|
||||
<ProductCarouselSection />
|
||||
<BrandCarouselSection />
|
||||
<StreetStyleLookbookSection />
|
||||
<AdvertBannerSection />
|
||||
<ShopTheLookCTASection />
|
||||
<FamShoutoutsSection />
|
||||
<NewsletterSection />
|
||||
<ContactSection />
|
||||
</main>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user