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" > - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); 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() {