diff --git a/src/app/page.tsx b/src/app/page.tsx index acc47e3..7994eb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Award, ChefHat, Users, Sparkles } from "lucide-react"; import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog'; import SplitAbout from '@/components/sections/about/SplitAbout'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; export default function LandingPage() { return ( @@ -336,6 +337,25 @@ export default function LandingPage() { /> +
+ +
+