From 87c3213805f76bcb769bf2b9c91caa1018aa0c36 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 15:05:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4bb8ab1..ed112e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,6 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; @@ -104,6 +105,19 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1