From ab161d983b436a6b0d796da2fb3cbfb7547ab076 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 06:16:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 766af41..bf35080 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { Award, ShieldCheck, Users, Search, ShoppingCart } from "lucide-react"; @@ -36,25 +36,15 @@ export default function LandingPage() { >
-- 2.49.1