1 Commits

Author SHA1 Message Date
c4c080430c Update src/app/page.tsx 2026-05-11 12:36:51 +00:00

View File

@@ -48,6 +48,10 @@ export default function LandingPage() {
variant: "gradient-bars"}}
title="Seamless Digital Experiences"
description="Connecting your ideas to the world through robust, scalable, and secure digital infrastructure designed for tomorrow."
buttons={[
{ text: "Get Started", href: "#contact" },
{ text: "Explore Features", href: "#features" }
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/global-communication-background-business-network-design_53876-153358.jpg", imageAlt: "Abstract Tech"},
@@ -202,4 +206,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}