diff --git a/src/app/page.tsx b/src/app/page.tsx index 86dd655..f7e7240 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 HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; +import HeroOverlay from "@/components/sections/hero/HeroOverlay"; import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; import MetricCardTen from "@/components/sections/metrics/MetricCardTen"; @@ -41,19 +41,18 @@ export default function LandingPage() {