Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9178353d53 | |||
| 11b6bf18c9 |
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user