diff --git a/src/app/page.tsx b/src/app/page.tsx index d5d3dc9..74d00b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,6 +13,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Coffee, Star, Sparkles, MessageCircle, Heart } from "lucide-react"; import { NavbarStyleApple } from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import { HeroSplit } from "@/components/sections/hero/HeroSplit"; +import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; export default function CoffeePage() { return ( @@ -45,20 +46,52 @@ export default function CoffeePage() {