Update src/app/pricing/page.tsx

This commit is contained in:
2026-05-07 14:11:57 +00:00
parent 26bff0d5fe
commit 93100accc4

View File

@@ -39,6 +39,7 @@ export default function PricingPage() {
description="Transparent pricing for elite grooming services. Select the plan that fits your needs."
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
plans={[
{
id: "basic", badge: "Popular", price: "$45", subtitle: "/ session", buttons: [{ text: "Get Started", href: "/#booking" }],