From 673db52e518425391e3e1466f591b226781a0076 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 00:46:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 96c9869..b7b86f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,6 +6,8 @@ import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; @@ -39,6 +41,27 @@ export default function LandingPage() { /> + + +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1