We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5836ee commit a275330Copy full SHA for a275330
src/app/products/products-client.tsx
@@ -447,7 +447,7 @@ export default function ProductsPageClient({ products }: { products: ProductCont
447
448
<div className="mt-12 rounded-lg bg-emerald-50 dark:bg-emerald-900/30 p-6 max-w-3xl mx-auto text-center">
449
<p className="text-lg font-semibold text-emerald-800 dark:text-emerald-200">30-Day Risk-Free Trial</p>
450
- <p className="mt-2 text-sm text-emerald-700 dark:text-emerald-300">If you're not satisfied, get a full refund within 30 days.</p>
+ <p className="mt-2 text-sm text-emerald-700 dark:text-emerald-300">If you're not satisfied, get a full refund within 30 days.</p>
451
</div>
452
453
{/* Author Section */}
0 commit comments