Update src/app/page.tsx

This commit is contained in:
2026-05-08 20:57:32 +00:00
parent 11b6bf18c9
commit 9178353d53

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}