Update src/app/page.tsx

This commit is contained in:
2026-05-11 12:36:51 +00:00
parent 9326ecf881
commit c4c080430c

View File

@@ -48,6 +48,10 @@ export default function LandingPage() {
variant: "gradient-bars"}} variant: "gradient-bars"}}
title="Seamless Digital Experiences" title="Seamless Digital Experiences"
description="Connecting your ideas to the world through robust, scalable, and secure digital infrastructure designed for tomorrow." 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={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/global-communication-background-business-network-design_53876-153358.jpg", imageAlt: "Abstract Tech"}, 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> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }