diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b65571..233d236 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; @@ -41,17 +41,25 @@ export default function LandingPage() {
-
@@ -90,7 +98,7 @@ export default function LandingPage() { }, { 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" } ] }