Update src/app/page.tsx
This commit is contained in:
@@ -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 HeroSplit from '@/components/sections/hero/HeroSplit';
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||||
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,14 +41,13 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroBillboardScroll
|
||||||
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"
|
imageSrc="https://img.b2bpic.net/free-photo/multiethnic-specialists-engineers-doing-teamwork-modern-production-line_482257-125956.jpg"
|
||||||
imageAlt="Revolutionary tech product showcase"
|
imageAlt="Revolutionary tech product showcase"
|
||||||
imagePosition="right"
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore the future", href: "contact" },
|
{ text: "Explore the future", href: "contact" },
|
||||||
{ text: "View Demo", href: "#process" }
|
{ text: "View Demo", href: "#process" }
|
||||||
|
|||||||
Reference in New Issue
Block a user