3 Commits

Author SHA1 Message Date
77e025d9b5 Update src/app/page.tsx 2026-04-28 06:34:34 +00:00
c57581e23b Merge version_1 into main
Merge version_1 into main
2026-04-28 06:31:17 +00:00
e82e3eb718 Merge version_1 into main
Merge version_1 into main
2026-04-28 06:30:50 +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>
);
}
}