From b6b16d7cd286eb37f2045b8997291e4973140a05 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 28 Jan 2026 23:11:29 +0200 Subject: [PATCH] Bob AI: [Block: pricing-card-one|Pricing Card One|/blocks/... --- src/app/page.tsx | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d47085..31bdfa6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Award, Code, Briefcase, Clock, Lightbulb, Mail } from 'lucide-react'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; export default function HomePage() { return ( @@ -274,7 +275,20 @@ export default function HomePage() { background={{ variant: "plain" }} /> - + +