Deploy
This commit is contained in:
@@ -0,0 +1,27 @@
|
|||||||
|
import HeroSection from '@/components/sections/HeroSection'
|
||||||
|
import FeaturedProductsSection from "@/components/sections/FeaturedProductsSection"
|
||||||
|
import MostPopularSection from "@/components/sections/MostPopularSection"
|
||||||
|
import CampaignSection from "@/components/sections/CampaignSection"
|
||||||
|
import GallerySection from "@/components/sections/GallerySection"
|
||||||
|
import OurStorySection from "@/components/sections/OurStorySection"
|
||||||
|
import TestimonialsSection from "@/components/sections/TestimonialsSection"
|
||||||
|
import AdvertBannerSection from "@/components/sections/AdvertBannerSection"
|
||||||
|
import BrandCarouselSection from "@/components/sections/BrandCarouselSection"
|
||||||
|
import ProductCarouselSection from "@/components/sections/ProductCarouselSection"
|
||||||
|
|
||||||
|
export default function HomePage() {
|
||||||
|
return (
|
||||||
|
<main className="min-h-screen bg-[#f7f9f4] text-[#1b210d]">
|
||||||
|
<HeroSection />
|
||||||
|
<FeaturedProductsSection />
|
||||||
|
<MostPopularSection />
|
||||||
|
<CampaignSection />
|
||||||
|
<GallerySection />
|
||||||
|
<OurStorySection />
|
||||||
|
<TestimonialsSection />
|
||||||
|
<AdvertBannerSection />
|
||||||
|
<BrandCarouselSection />
|
||||||
|
<ProductCarouselSection />
|
||||||
|
</main>
|
||||||
|
)
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user