3 Commits

Author SHA1 Message Date
3dc46f8f2d Update src/app/page.tsx 2026-03-11 13:20:44 +00:00
3ff0a28bbf Update src/app/page.tsx 2026-03-11 13:19:44 +00:00
302b3318cb Merge version_2 into main
Merge version_2 into main
2026-03-11 13:16:58 +00:00

View File

@@ -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>
);
}
}