From 7e95ff6b9074862338c90161afce61ec605e7cea Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 08:47:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ab7a7e1..3625066 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; @@ -45,32 +45,17 @@ export default function LandingPage() {
-
@@ -177,8 +162,7 @@ export default function LandingPage() {
); -} \ No newline at end of file +} -- 2.49.1