/* Pricing + Contact sections for ZenTag */
// ============ PRICING ============
function Pricing() {
const cfg = (typeof window !== 'undefined' && window.ZENTAG) || { urls: { signup: '/login', order: '/login' } };
// Aligned with App\Models\CardOrder::TIERS — one-time card purchases.
const tiers = [
{
id: 'profile',
name: 'Digital Profile',
tagline: 'Your card lives here. Free forever.',
price: 0,
currency: 'GH₵',
priceNote: 'free',
cta: 'Create profile',
ctaHref: cfg.urls.signup,
featured: false,
includes: [
'Apple-style contact page',
'Photo, banner & custom links',
'Snapchat, X, Threads & custom socials',
'Downloadable vCard',
'Activated after card order',
],
},
{
id: 'essential',
name: 'ZenTag Essential',
tagline: 'The last business card you’ll ever need.',
price: 300,
currency: 'GH₵',
priceNote: 'one-time',
cta: 'Order Essential',
ctaHref: cfg.urls.order,
featured: false,
includes: [
'Pre-designed ZenTag card',
'Light or dark finish',
'Your URL encoded & ready to tap',
'Ships across Ghana',
'Lifetime card warranty',
],
},
{
id: 'infinite',
name: 'ZenTag Infinite',
tagline: 'Personalise it. Make an impression.',
price: 500,
currency: 'GH₵',
priceNote: 'one-time',
cta: 'Order Infinite',
ctaHref: cfg.urls.order,
featured: true,
includes: [
'Your name on the card',
'Optional logo placement',
'Premium feel',
'Light or dark finish',
'Most popular pick',
],
},
{
id: 'custom',
name: 'ZenTag Custom',
tagline: 'Your brand, no limits.',
price: 650,
currency: 'GH₵',
priceNote: 'one-time',
cta: 'Order Custom',
ctaHref: cfg.urls.order,
featured: false,
includes: [
'Fully bespoke design',
'Submit print-ready artwork',
'Premium finish options',
'Our team reviews & confirms',
'Volume orders for teams',
],
},
];
return (
Tell us about your team. We'll get back within one business day — usually faster. For urgent rollouts, ring the Accra office.
{t.includes.map(line => (
Let's build your network.