From e54c8a510057933ad3b7b6b3f0aad8740058b3fa Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 11:38:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 46995cf..79c5e73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,6 +5,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import ParallaxAbout from '@/components/sections/about/ParallaxAbout'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; +import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; @@ -120,6 +121,31 @@ export default function LandingPage() { /> +
+ +
+