Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 80b5c72292 | |||
| 4427c7494f | |||
| 74a290ccfa | |||
| 412309b08e | |||
| e10abe0ae5 |
@@ -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 HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
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,7 +41,7 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardRotatedCarousel
|
<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"
|
||||||
@@ -50,16 +50,14 @@ export default function LandingPage() {
|
|||||||
{ text: "Explore the future", href: "contact" },
|
{ text: "Explore the future", href: "contact" },
|
||||||
{ text: "View Demo", href: "#process" }
|
{ text: "View Demo", href: "#process" }
|
||||||
]}
|
]}
|
||||||
carouselItems={[
|
kpis={[
|
||||||
{ id: "1", imageSrc: "https://img.b2bpic.net/free-photo/multiethnic-specialists-engineers-doing-teamwork-modern-production-line_482257-125956.jpg", imageAlt: "Team collaboration 1" },
|
{ value: "500K+", label: "Active Users" },
|
||||||
{ id: "2", imageSrc: "https://img.b2bpic.net/free-photo/html-css-collage-concept-with-person_23-2150062004.jpg", imageAlt: "Tech development 1" },
|
{ value: "98%", label: "Satisfaction Rate" },
|
||||||
{ id: "3", imageSrc: "https://img.b2bpic.net/free-photo/creative-flat-business-concept_23-2147800499.jpg", imageAlt: "Business concept 1" },
|
{ value: "150+", label: "Enterprise Clients" }
|
||||||
{ id: "4", imageSrc: "https://img.b2bpic.net/free-vector/professional-infographic-with-photo_23-2148331611.jpg", imageAlt: "Strategic planning" },
|
|
||||||
{ id: "5", imageSrc: "https://img.b2bpic.net/free-photo/multiethnic-coworkers-looking-revenue-figures-tablet-diverse-office_482257-126319.jpg", imageAlt: "Team success" },
|
|
||||||
{ id: "6", imageSrc: "https://img.b2bpic.net/free-photo/office-workers-glass_1170-81.jpg", imageAlt: "Office workspace" }
|
|
||||||
]}
|
]}
|
||||||
autoPlay={true}
|
imageSrc="https://img.b2bpic.net/free-vector/high-tech-futuristic-lines-technology-banner_1017-23966.jpg"
|
||||||
autoPlayInterval={4000}
|
imageAlt="Innovation and technology"
|
||||||
|
enableKpiAnimation={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user