diff --git a/src/app/page.tsx b/src/app/page.tsx index c8e7ee1..aef9474 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; @@ -42,15 +42,19 @@ export default function LandingPage() {