2 Commits

Author SHA1 Message Date
9178353d53 Update src/app/page.tsx 2026-05-08 20:57:32 +00:00
11b6bf18c9 Merge version_2 into main
Merge version_2 into main
2026-05-08 20:55:49 +00:00

View File

@@ -139,7 +139,7 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ 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: "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." }, { 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> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }