feat: use standard pricing cards on pricing page
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
import PricingMediaCards from '@/components/sections/pricing/PricingMediaCards';
|
import PricingCenteredCards from '@/components/sections/pricing/PricingCenteredCards';
|
||||||
|
|
||||||
export default function PricingPage() {
|
export default function PricingPage() {
|
||||||
return (
|
return (
|
||||||
<PricingMediaCards
|
<PricingCenteredCards
|
||||||
tag="Flexible Pricing"
|
tag="Flexible Pricing"
|
||||||
title="Plans Designed for Growth"
|
title="Plans Designed for Growth"
|
||||||
description="Choose the Finflow plan that best fits your business size and evolving financial demands."
|
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',
|
text: 'Start Free Trial',
|
||||||
href: '#',
|
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',
|
tag: 'For Growing Businesses',
|
||||||
@@ -39,8 +37,6 @@ export default function PricingPage() {
|
|||||||
text: 'Get Pro Plan',
|
text: 'Get Pro Plan',
|
||||||
href: '#',
|
href: '#',
|
||||||
},
|
},
|
||||||
imageSrc:
|
|
||||||
'https://storage.googleapis.com/webild/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/an-abstract-image-symbolizing-a-growing--1778165802033-739245ed.png?_wi=2',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
tag: 'For Enterprises',
|
tag: 'For Enterprises',
|
||||||
@@ -57,8 +53,6 @@ export default function PricingPage() {
|
|||||||
text: 'Contact Sales',
|
text: 'Contact Sales',
|
||||||
href: '#contact',
|
href: '#contact',
|
||||||
},
|
},
|
||||||
imageSrc:
|
|
||||||
'https://storage.googleapis.com/webild/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/a-powerful-abstract-representation-of-a--1778165802382-ab2df0f2.png?_wi=2',
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user