From 76b124761ae7096c2208776b7e4c291d1f16a34f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 10:09:55 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 176ae5a..383a3fa 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1408,4 +1408,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 36fa2bf46adc751b0bd7193fbe94dd2fe5c9448d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 10:09:56 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 42 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c83627..1d4d9ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,13 +3,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import FeatureProcessSteps from '@/components/sections/feature/FeatureProcessSteps'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Package } from 'lucide-react'; +import { Package, TrendingUp, Users, CheckCircle } from 'lucide-react'; export default function SitePage() { return ( @@ -29,10 +31,12 @@ export default function SitePage() { +
+ +
+
+
+ +
+