From a1c5940977944b1da1cd78721844c8f83c627d67 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Thu, 25 Dec 2025 08:00:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 696c1e8..e09c895 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import TagMediaSplitAbout from '@/components/sections/about/TagMediaSplitAbout'; -import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; +import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; import TeamCardSeven from '@/components/sections/team/TeamCardSeven'; @@ -76,35 +76,39 @@ export default function LandingPage() {
-