diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index cc6b0b4..cf7eb8a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroOverlay from "@/components/sections/hero/HeroOverlay"; +import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import FooterMedia from "@/components/sections/footer/FooterMedia"; import { Sparkles } from "lucide-react"; @@ -35,7 +35,7 @@ export default function AboutPage() {
-