From 5881a07395f172850d9045e0be1658931872f08a Mon Sep 17 00:00:00 2001 From: mulika-local Date: Wed, 24 Dec 2025 14:32:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f94bb33..7786cfe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import HeroBillboardMetrics from "@/components/sections/hero/HeroBillboardMetrics"; +import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import ParallaxAbout from "@/components/sections/about/ParallaxAbout"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; @@ -23,17 +23,18 @@ export default function StarWarsPage() { headingFontWeight="extrabold" >
- @@ -145,4 +149,4 @@ export default function StarWarsPage() {
); -} \ No newline at end of file +}