6 Commits

Author SHA1 Message Date
80b5c72292 Merge version_5 into main
Merge version_5 into main
2026-01-21 17:38:30 +00:00
4427c7494f Update src/app/page.tsx 2026-01-21 17:38:25 +00:00
74a290ccfa Merge version_4 into main
Merge version_4 into main
2026-01-21 17:34:52 +00:00
ac2e11c39c Update src/app/page.tsx 2026-01-21 17:34:47 +00:00
412309b08e Merge version_3 into main
Merge version_3 into main
2026-01-21 17:28:35 +00:00
e10abe0ae5 Merge version_2 into main
Merge version_2 into main
2026-01-21 17:23:36 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
@@ -41,17 +41,23 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardScroll <HeroSplitKpi
title="Building the future, one innovation at a time" title="Building the future, one innovation at a time"
description="Our tech startup delivers elegant, powerful solutions designed for tomorrow's digital world. Experience the perfect blend of simplicity and sophistication." description="Our tech startup delivers elegant, powerful solutions designed for tomorrow's digital world. Experience the perfect blend of simplicity and sophistication."
tag="Next Generation" tag="Next Generation"
tagIcon={Zap} tagIcon={Zap}
imageSrc="https://img.b2bpic.net/free-photo/multiethnic-specialists-engineers-doing-teamwork-modern-production-line_482257-125956.jpg"
imageAlt="Revolutionary tech product showcase"
buttons={[ buttons={[
{ text: "Explore the future", href: "contact" }, { text: "Explore the future", href: "contact" },
{ text: "View Demo", href: "#process" } { text: "View Demo", href: "#process" }
]} ]}
kpis={[
{ value: "500K+", label: "Active Users" },
{ value: "98%", label: "Satisfaction Rate" },
{ value: "150+", label: "Enterprise Clients" }
]}
imageSrc="https://img.b2bpic.net/free-vector/high-tech-futuristic-lines-technology-banner_1017-23966.jpg"
imageAlt="Innovation and technology"
enableKpiAnimation={true}
/> />
</div> </div>
@@ -90,7 +96,7 @@ export default function LandingPage() {
}, },
{ {
id: 3, id: 3,
tag: "Launch", title: "Seamless Deployment", subtitle: "From beta to production excellence", description: "We ensure flawless launches with rigorous testing and strategic rollout. Our deployment process minimizes risk while maximizing impact, getting your innovation to market quickly.", imageSrc: "https://img.b2bpic.net/free-vector/creative-flat-business-concept_23-2147800499.jpg", imageAlt: "Product launch and deployment", buttons: [ tag: "Launch", title: "Seamless Deployment", subtitle: "From beta to production excellence", description: "We ensure flawless launches with rigorous testing and strategic rollout. Our deployment process minimizes risk while maximizing impact, getting your innovation to market quickly.", imageSrc: "https://img.b2bpic.net/free-photo/creative-flat-business-concept_23-2147800499.jpg", imageAlt: "Product launch and deployment", buttons: [
{ text: "Start Project", href: "#contact" } { text: "Start Project", href: "#contact" }
] ]
} }