8 Commits

Author SHA1 Message Date
6601b7b413 Merge version_4 into main
Merge version_4 into main
2026-04-20 19:49:55 +00:00
1ddcbc754b Update src/app/page.tsx 2026-04-20 19:49:52 +00:00
c1d50c09eb Merge version_3 into main
Merge version_3 into main
2026-04-20 19:48:05 +00:00
0a8bd36b5b Update src/app/page.tsx 2026-04-20 19:48:02 +00:00
c9d3f7dae6 Merge version_2 into main
Merge version_2 into main
2026-04-20 19:46:32 +00:00
5ca25a1153 Update src/app/page.tsx 2026-04-20 19:46:26 +00:00
f178fbcacd Merge version_1 into main
Merge version_1 into main
2026-04-20 19:45:41 +00:00
1654f79d1a Merge version_1 into main
Merge version_1 into main
2026-04-20 19:45:12 +00:00

View File

@@ -54,7 +54,9 @@ export default function LandingPage() {
description="Digitrek Solutions empowers you to create premium digital products using cutting-edge AI systems and scale them across social media markets effortlessly."
buttons={[
{
text: "Get Started", href: "#contact"},
text: "Book Free Strategy Call", href: "#contact"},
{
text: "View Our Services", href: "#features"},
]}
imageSrc="http://img.b2bpic.net/free-photo/abstract-background-with-flowing-particle-dots-against-bright-blurred-background_1048-10710.jpg"
avatars={[
@@ -240,6 +242,8 @@ export default function LandingPage() {
id: "q2", title: "Do I need technical skills?", content: "No, our systems are built for creators and entrepreneurs, not developers."},
{
id: "q3", title: "Is my data secure?", content: "We prioritize enterprise-grade security for all our automation workflows."},
{
id: "q4", title: "What are the ROI expectations and implementation timeline?", content: "Most clients see initial workflow efficiencies within 2-4 weeks, with full ROI realization typically achieved within 3 months of implementation."},
]}
title="Frequently Asked Questions"
description="Common questions about our AI automation solutions."
@@ -302,4 +306,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}