From 7c48b023c1b86f724cbcbe7cb026bb9001b81719 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Wed, 24 Dec 2025 14:33:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) 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