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 HeroSection from "@/components/sections/HeroSection";
|
||||
import IngredientStorySection from "@/components/sections/IngredientStorySection";
|
||||
import BestsellersGridSection from "@/components/sections/BestsellersGridSection";
|
||||
import CampaignSection from "@/components/sections/CampaignSection";
|
||||
import GallerySection from "@/components/sections/GallerySection";
|
||||
import BotanicalWisdomSection from "@/components/sections/BotanicalWisdomSection";
|
||||
import CTAShopSection from "@/components/sections/CTAShopSection";
|
||||
import NewsletterSection from "@/components/sections/NewsletterSection";
|
||||
import ContactSection from "@/components/sections/ContactSection";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<HeroSection />
|
||||
<AdvertBannerSection />
|
||||
<FeaturedProductsSection />
|
||||
<BestsellersGridSection />
|
||||
<IngredientStorySection />
|
||||
<BotanicalWisdomSection />
|
||||
<CampaignSection />
|
||||
<GallerySection />
|
||||
<MostPopularSection />
|
||||
<BrandCarouselSection />
|
||||
<ProductCarouselSection />
|
||||
<CTAShopSection />
|
||||
<NewsletterSection />
|
||||
<ContactSection />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user