From 7134c7b053da60c5329dd45197e60868325be3cf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:16:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a866bd5..5f51dbe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,7 +98,7 @@ export default function LandingPage() { description: "Your unique designs" }, { - title: "Satisfaction", values: ["98%", "Happy", "Customers"], + title: "Satisfaction", values: ["98", "Happy", "Customers"], description: "Trusted by professionals" }, ], @@ -293,6 +293,7 @@ export default function LandingPage() { imageAlt="Customer support team" mediaPosition="right" faqsAnimation="slide-up" + animationType="smooth" faqs={[ { id: "1", title: "How long does it take to receive my custom embosser?", content: "Standard turnaround is 5-7 business days. Professional and Enterprise plans offer faster options including 2-3 day and 24-hour express service. Rush orders can be arranged—contact our sales team for details." -- 2.49.1