Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-03-11 13:19:55 +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"
mediaPosition="right"
/>
</div>
@@ -210,4 +207,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}