6 Commits

Author SHA1 Message Date
cc329ad330 Merge version_4 into main
Merge version_4 into main
2026-05-10 19:10:31 +00:00
759ffe7f08 Update src/app/page.tsx 2026-05-10 19:10:28 +00:00
2f2b727e7a Merge version_3 into main
Merge version_3 into main
2026-05-10 19:09:45 +00:00
40c8f84ce7 Update src/app/page.tsx 2026-05-10 19:09:42 +00:00
c2a7000619 Merge version_2 into main
Merge version_2 into main
2026-05-10 19:05:04 +00:00
f7f93c5d6d Merge version_2 into main
Merge version_2 into main
2026-05-10 19:04:31 +00:00

View File

@@ -150,7 +150,7 @@ export default function LandingPage() {
faqs={[
{ id: "q1", title: "How long does a project take?", content: "Depending on scope, 4-12 weeks." },
{ id: "q2", title: "Do you offer maintenance?", content: "Yes, we have ongoing support packages." },
{ id: "q3", title: "What is your pricing model?", content: "Fixed project fee or retainer based." }
{ id: "q3", title: "What is your pricing model?", content: "Every project is custom-tailored for maximum fairness and value. Reach out for a bespoke consultation." }
]}
title="Frequently Asked Questions"
description="Get quick answers about our processes and collaboration methods."
@@ -182,4 +182,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}