diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1e3caf7..048f3d1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -166,7 +166,6 @@ export default function AboutPage() { cardTitleClassName="text-xl font-bold mb-4" cardDescriptionClassName="text-gray-600 space-y-2" tagClassName="" - tagAnimation="" buttons={undefined} buttonAnimation="" textboxLayout="default" diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 8b7ce1c..c2763d8 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -132,7 +132,6 @@ export default function FeaturesPage() { cardTitleClassName="text-xl font-bold mb-4" cardDescriptionClassName="text-gray-600 space-y-3 list-disc list-inside" tagClassName="" - tagAnimation="" buttons={undefined} buttonAnimation="" textboxLayout="default" @@ -205,7 +204,6 @@ export default function FeaturesPage() { categoryClassName="text-xs font-semibold text-gray-500 uppercase tracking-wide" tag="" tagIcon={undefined} - tagAnimation="" buttons={undefined} buttonAnimation="" carouselMode="buttons" @@ -275,7 +273,6 @@ export default function FeaturesPage() { accordionContentClassName="text-gray-600 mt-4 leading-relaxed" tag="" tagIcon={undefined} - tagAnimation="" buttons={undefined} buttonAnimation="" animationType="smooth" diff --git a/src/app/page.tsx b/src/app/page.tsx index af6e584..2bdddd4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -234,7 +234,6 @@ export default function HomePage() { cardTitleClassName="text-xl font-bold mb-4" cardDescriptionClassName="text-gray-600 space-y-2" tagClassName="" - tagAnimation="" buttons={undefined} buttonAnimation="" textboxLayout="default" @@ -304,7 +303,6 @@ export default function HomePage() { cardVariantClassName="text-sm text-gray-500 mb-4" tag="" tagIcon={undefined} - tagAnimation="" buttons={undefined} buttonAnimation="" carouselMode="buttons" @@ -378,7 +376,6 @@ export default function HomePage() { categoryClassName="text-xs font-semibold text-gray-500 uppercase tracking-wide" tag="" tagIcon={undefined} - tagAnimation="" buttons={undefined} buttonAnimation="" carouselMode="buttons" @@ -479,7 +476,6 @@ export default function HomePage() { accordionContentClassName="text-gray-600 mt-4 leading-relaxed" tag="" tagIcon={undefined} - tagAnimation="" buttons={undefined} buttonAnimation="" animationType="smooth" diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 06a3a33..21e019f 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -123,7 +123,6 @@ export default function PricingPage() { cardVariantClassName="text-sm text-gray-500 mb-4" tag="" tagIcon={undefined} - tagAnimation="" buttons={undefined} buttonAnimation="" carouselMode="buttons" @@ -196,7 +195,6 @@ export default function PricingPage() { categoryClassName="text-xs font-semibold text-gray-500 uppercase tracking-wide" tag="" tagIcon={undefined} - tagAnimation="" buttons={undefined} buttonAnimation="" carouselMode="buttons" @@ -275,7 +273,6 @@ export default function PricingPage() { accordionContentClassName="text-gray-600 mt-4 leading-relaxed" tag="" tagIcon={undefined} - tagAnimation="" buttons={undefined} buttonAnimation="" animationType="smooth"