|
|
|
|
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
|
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
|
|
|
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
|
|
|
|
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
|
|
|
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
|
|
|
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
|
|
|
@@ -25,7 +25,7 @@ export default function LandingPage() {
|
|
|
|
|
cardStyle="gradient-bordered"
|
|
|
|
|
primaryButtonStyle="flat"
|
|
|
|
|
secondaryButtonStyle="solid"
|
|
|
|
|
headingFontWeight="light"
|
|
|
|
|
headingFontWeight="semibold"
|
|
|
|
|
>
|
|
|
|
|
<ReactLenis root>
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
@@ -41,14 +41,14 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroLogo
|
|
|
|
|
<HeroLogoBillboard
|
|
|
|
|
logoText="NEXOWOKS"
|
|
|
|
|
description="Crafting world-class 3D experiences. We turn imagination into high-performance visual reality with 4k precision animation."
|
|
|
|
|
description="We are a premium website development agency. We drive massive conversion growth through 4k visual storytelling and immersive 3D animation experiences."
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "View Projects", href: "#work" },
|
|
|
|
|
{ text: "Contact Us", href: "#contact" },
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
background={{ variant: "glowing-orb" }}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/3d-abstract-digital-background-with-flowing-cyber-dots_1048-12641.jpg"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|