From 261c2c3e4c40fdaf4dce1f8aaa21e5d98038f3bc Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 18:08:18 +0200 Subject: [PATCH] Bob AI: Make the pricing section have 3 tiers: Free, Pro, ... --- src/app/page.tsx | 56 +++++++++++++++++++++++++++++++++++++----------- 1 file changed, 44 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b023da7..0752767 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; @@ -140,36 +140,68 @@ export default function SaaSLandingPage() {
-