Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-06 18:55:54 +00:00

View File

@@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
@@ -41,19 +41,13 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
<HeroLogoBillboard
background={{ variant: "gradient-bars" }}
title="Soluzioni per Cucine Industriali di Eccellenza"
description="Mascheroni Mabe Snc trasforma il tuo spazio professionale in un centro di efficienza, igiene e performance."
logoText="Mascheroni Mabe Snc"
description="Mascheroni Mabe Snc trasforma il tuo spazio professionale in un centro di efficienza, igiene e performance con cucine industriali di eccellenza."
buttons={[{ text: "Scopri i Prodotti", href: "#products" }, { text: "Contattaci", href: "#contact" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-recording-detailed-cooking-demonstration-vlog-tutorial_482257-121188.jpg?_wi=1", imageAlt: "Kitchen 1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/female-chef-uniform-garnishes-dish-with-herbs-leaves-spices_482257-124611.jpg?_wi=1", imageAlt: "Kitchen 2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-stainless-steel-kitchen-design-photo-was-made-restouraunt_613910-12332.jpg", imageAlt: "Kitchen 3" },
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-with-uniform-utensil-kitchen_23-2148145551.jpg", imageAlt: "Kitchen 4" },
{ imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-washing-frying-pan_23-2149646223.jpg", imageAlt: "Kitchen 5" },
{ imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821269.jpg", imageAlt: "Kitchen 6" },
]}
imageSrc="http://img.b2bpic.net/free-photo/chef-recording-detailed-cooking-demonstration-vlog-tutorial_482257-121188.jpg?_wi=1"
mediaAnimation="slide-up"
/>
</div>