From 9c62d2a58d99c4fcc9c06e229e68dd913495c484 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 03:29:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 40 ++++------------------------------------ 1 file changed, 4 insertions(+), 36 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ac6455..6e66316 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,11 +6,11 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import { Facebook, Globe, Instagram, Palette, ShieldCheck, X } from "lucide-react"; export default function LandingPage() { @@ -50,11 +50,10 @@ export default function LandingPage() {
-
@@ -244,4 +212,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file