diff --git a/src/app/page.tsx b/src/app/page.tsx index 43f62f5..91db21e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -163,6 +163,7 @@ export default function LandingPage() { { id: "q1", title: "What is KodeCraft engineering?", content: "We bridge the gap between creative design and raw, high-performance logic." }, { id: "q2", title: "How do you handle scalability?", content: "Our modular infrastructure design scales automatically with your usage requirements." }, { id: "q3", title: "Do you use AI?", content: "Yes, we integrate bespoke neural AI cores into every complex platform we build." }, + { id: "q4", title: "What is your standard project timeline?", content: "Most enterprise-grade deployments are engineered and delivered within a 6 to 12-week lifecycle depending on complexity." } ]} sideTitle="Tech Lab Queries" sideDescription="Get answers on our engineering process." @@ -210,4 +211,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file