From 6f84a6d836d2660bf75580a9503475fda8927ca1 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 4 Jan 2026 19:11:25 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d9747c..6cf7107 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroSplit from '@/components/sections/hero/HeroSplit'; -import TagAbout from '@/components/sections/about/TagAbout'; +import MediaSplitAbout from '@/components/sections/about/MediaSplitAbout'; import FeatureCardThirteen from '@/components/sections/feature/FeatureCardThirteen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCardFive from '@/components/sections/product/ProductCardFive'; @@ -59,10 +59,16 @@ export default function LandingPage() {
-
From dec7ed256dc852c8283a5bc31bfee09bb42da6b3 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 4 Jan 2026 19:17:48 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6cf7107..6aa87ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,8 @@ export default function LandingPage() { imagePosition="right" useInvertedBackground="noInvert" buttons={[ - { text: "Learn More", href: "features" } + { text: "Learn More", href: "features" }, + { text: "Schedule Demo", href: "contact" } ]} /> @@ -99,7 +100,7 @@ export default function LandingPage() { title: "Unified Control Plane", description: "One API. One mental model. Connect software, infrastructure, and intelligent systems without translation layers. Complete orchestration. Radical simplicity." } - ]} + ] textboxLayout="default" gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -204,7 +205,7 @@ export default function LandingPage() { title: "Enterprise Operations Centers", description: "Problem: Monitoring hundreds of systems across hybrid infrastructure is a monitoring nightmare. Solution: Unified observability with AI-driven root cause analysis. Outcome: 75% reduction in MTTR, full compliance audit trail." } - ]} + ] textboxLayout="default" gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -269,7 +270,7 @@ export default function LandingPage() { title: "Continuous Optimization", description: "Real-time observability shows where you're winning. Our system continuously finds new improvements. You focus on building." } - ]} + ] textboxLayout="default" gridVariant="uniform-all-items-equal" animationType="slide-up"