feat: use standard pricing cards on pricing page

This commit is contained in:
kudinDmitriyUp
2026-05-07 19:47:57 +00:00
parent 27cc7da658
commit 7404a157b2

View File

@@ -1,8 +1,8 @@
import PricingMediaCards from '@/components/sections/pricing/PricingMediaCards';
import PricingCenteredCards from '@/components/sections/pricing/PricingCenteredCards';
export default function PricingPage() {
return (
<PricingMediaCards
<PricingCenteredCards
tag="Flexible Pricing"
title="Plans Designed for Growth"
description="Choose the Finflow plan that best fits your business size and evolving financial demands."
@@ -21,8 +21,6 @@ export default function PricingPage() {
text: 'Start Free Trial',
href: '#',
},
imageSrc:
'https://storage.googleapis.com/webild/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/a-minimalist-graphic-representing-a-star-1778165800791-0c8ad310.png?_wi=2',
},
{
tag: 'For Growing Businesses',
@@ -39,8 +37,6 @@ export default function PricingPage() {
text: 'Get Pro Plan',
href: '#',
},
imageSrc:
'https://storage.googleapis.com/webild/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/an-abstract-image-symbolizing-a-growing--1778165802033-739245ed.png?_wi=2',
},
{
tag: 'For Enterprises',
@@ -57,8 +53,6 @@ export default function PricingPage() {
text: 'Contact Sales',
href: '#contact',
},
imageSrc:
'https://storage.googleapis.com/webild/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/a-powerful-abstract-representation-of-a--1778165802382-ab2df0f2.png?_wi=2',
},
]}
/>