diff --git a/src/app/page.tsx b/src/app/page.tsx index ef4bd22..6994ce0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import FaqBase from '@/components/sections/faq/FaqBase'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import { Mail, Sparkles, Star } from 'lucide-react'; export default function LandingPage() { @@ -61,6 +62,24 @@ export default function LandingPage() { /> +