Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3dc46f8f2d | |||
| 3ff0a28bbf | |||
| 302b3318cb |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
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 FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
@@ -42,21 +42,18 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
title="<h2>The bridge between excellence and performance</h2>"
|
||||
<HeroSplit
|
||||
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."
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
avatars={[
|
||||
{
|
||||
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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-worker-hard-hat-large-metalworking-plant_146671-19562.jpg"
|
||||
imageAlt="industrial hydraulic systems machinery"
|
||||
buttons={[
|
||||
{ text: "Lets discuss your project →", href: "contact" },
|
||||
{ text: "Scopri di più", href: "about" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -210,4 +207,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user