Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-20 19:48:06 +00:00

View File

@@ -54,9 +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: "DM", href: "#contact"},
text: "Book Free Strategy Call", href: "#contact"},
{
text: "DM or email me", 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={[
@@ -304,4 +304,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}