diff --git a/src/app/page.tsx b/src/app/page.tsx index 7786cfe..56da6c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; +import HeroBillboardMetrics from "@/components/sections/hero/HeroBillboardMetrics"; import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import ParallaxAbout from "@/components/sections/about/ParallaxAbout"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; @@ -23,23 +23,35 @@ export default function StarWarsPage() { headingFontWeight="extrabold" >
-
@@ -149,4 +161,4 @@ export default function StarWarsPage() { ); -} +} \ No newline at end of file