diff --git a/src/app/page.tsx b/src/app/page.tsx index aa4da3c..a880449 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll"; +import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; @@ -65,15 +65,15 @@ export default function HomePage() {
-