diff --git a/src/App.tsx b/src/App.tsx index ab99062..ddcd1be 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,6 +7,7 @@ import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid'; import NavbarCentered from '@/components/ui/NavbarCentered'; import ProductMediaCards from '@/components/sections/product/ProductMediaCards'; import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; export default function App() { return ( @@ -290,6 +291,11 @@ export default function App() { ]} /> - > + + +