Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-28 06:34:37 +00:00

View File

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