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