Update src/app/page.tsx

This commit is contained in:
2026-01-04 19:11:25 +00:00
parent 050edb6f2a
commit 6f84a6d836

View File

@@ -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() {
</div>
<div id="system-architecture" data-section="system-architecture">
<TagAbout
tag="How It Works"
<MediaSplitAbout
title="How It Works"
description="Our platform bridges software, infrastructure, and intelligent automation into a unified system. Each layer solves specific problems and amplifies the next. No fragmentation. No manual bridges. Pure orchestration."
imageSrc="https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=600&h=400&fit=crop"
imageAlt="infrastructure architecture technology system"
imagePosition="right"
useInvertedBackground="noInvert"
buttons={[
{ text: "Learn More", href: "features" }
]}
/>
</div>