Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3dc46f8f2d | |||
| 3ff0a28bbf | |||
| 302b3318cb |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
@@ -42,21 +42,18 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroSplit
|
||||||
title="<h2>The bridge between excellence and performance</h2>"
|
title="The bridge between excellence and performance"
|
||||||
description="For 25 years, Nalin represents Italy's finest hydraulic innovations in the Northeast. Technical expertise, rapid response, lasting partnerships."
|
description="For 25 years, Nalin represents Italy's finest hydraulic innovations in the Northeast. Technical expertise, rapid response, lasting partnerships."
|
||||||
background={{ variant: "downward-rays-static" }}
|
background={{ variant: "downward-rays-static" }}
|
||||||
avatars={[
|
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-worker-hard-hat-large-metalworking-plant_146671-19562.jpg"
|
||||||
{
|
imageAlt="industrial hydraulic systems machinery"
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-young-worker-hard-hat-large-metalworking-plant_146671-19562.jpg", alt: "industrial hydraulic systems machinery"
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
avatarText="Trusted across Triveneto, Romagna, Brescia, Mantova, Cremona"
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Lets discuss your project →", href: "contact" },
|
{ text: "Lets discuss your project →", href: "contact" },
|
||||||
{ text: "Scopri di più", href: "about" }
|
{ text: "Scopri di più", href: "about" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user