From ab67f4715cf3e3ace436a876c2ecb9ae951fae6f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 14:48:55 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 312 +++++++++++++++++++---------------------------- 1 file changed, 123 insertions(+), 189 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d5a07e..e74c635 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,195 +28,129 @@ export default function LandingPage() { headingFontWeight="medium" > - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); -- 2.49.1 From f23665975cb8e9debea2d17088e455b3aa58530a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 14:48:55 +0000 Subject: [PATCH 2/2] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index a818226..22423e8 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -2,10 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Sparkles } from "lucide-react"; +import { CheckCircle } from "lucide-react"; export default function PricingPage() { return ( @@ -26,28 +26,33 @@ export default function PricingPage() {
- @@ -56,8 +61,8 @@ export default function PricingPage() {