Deploy
This commit is contained in:
@@ -0,0 +1,31 @@
|
|||||||
|
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 HeroSection from "@/components/sections/HeroSection"
|
||||||
|
import BrandStorySection from "@/components/sections/BrandStorySection"
|
||||||
|
import CampaignsSection from "@/components/sections/CampaignsSection"
|
||||||
|
import GallerySection from "@/components/sections/GallerySection"
|
||||||
|
import NewArrivalsSection from "@/components/sections/NewArrivalsSection"
|
||||||
|
import JoinMovementSection from "@/components/sections/JoinMovementSection"
|
||||||
|
import ContactSection from "@/components/sections/ContactSection"
|
||||||
|
|
||||||
|
export default function HomePage() {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<HeroSection />
|
||||||
|
<BrandStorySection />
|
||||||
|
<FeaturedProductsSection />
|
||||||
|
<NewArrivalsSection />
|
||||||
|
<MostPopularSection />
|
||||||
|
<AdvertBannerSection />
|
||||||
|
<CampaignsSection />
|
||||||
|
<GallerySection />
|
||||||
|
<BrandCarouselSection />
|
||||||
|
<ProductCarouselSection />
|
||||||
|
<JoinMovementSection />
|
||||||
|
<ContactSection />
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user