From 9178353d53e2b5505eeec0e518e7a09d72aa7c0f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 20:57:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d755d8..d952e38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,7 +139,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { id: "q1", title: "How fast is delivery?", content: "Most orders are delivered within 24-48 hours depending on complexity." }, + { id: "q1", title: "How fast is delivery?", content: "Most standard orders are delivered within 24 hours, while complex projects take up to 48 hours." }, { id: "q2", title: "Are unlimited revisions included?", content: "Yes, we work until you are satisfied with your design." }, { id: "q3", title: "Can I use designs commercially?", content: "Absolutely. Full commercial usage rights are included in all packages." }, ]} @@ -170,4 +170,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file