From 3b117dee5615a00b81fad1abc317a7b686606c4d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 02:14:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ae19743..0d00e18 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; @@ -47,7 +47,7 @@ export default function LandingPage() {
-
-- 2.49.1