Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 64f8765fef | |||
| 13c51afc80 | |||
| cdfd269bbd | |||
| 20ea229954 |
@@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
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 MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
@@ -41,19 +41,13 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroLogoBillboard
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="Soluzioni per Cucine Industriali di Eccellenza"
|
logoText="Mascheroni Mabe Snc"
|
||||||
description="Mascheroni Mabe Snc trasforma il tuo spazio professionale in un centro di efficienza, igiene e performance."
|
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" }]}
|
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"
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-recording-detailed-cooking-demonstration-vlog-tutorial_482257-121188.jpg?_wi=1", imageAlt: "Kitchen 1" },
|
mediaAnimation="slide-up"
|
||||||
{ 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" },
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user