From b276e16d6d2836747363ead91a6589d7f15a7077 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 13:23:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba2a5f9..fdd30d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; @@ -57,10 +57,10 @@ export default function LandingPage() {
-
@@ -273,4 +279,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file