Merge version_1 into main #2
189
src/app/page.tsx
189
src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Prodotti",
|
||||
id: "prodotti",
|
||||
},
|
||||
{
|
||||
name: "Chi Siamo",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Settori",
|
||||
id: "settori",
|
||||
},
|
||||
{
|
||||
name: "Contatti",
|
||||
id: "contatti",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Prodotti", id: "prodotti" },
|
||||
{ name: "Chi Siamo", id: "about" },
|
||||
{ name: "Settori", id: "settori" },
|
||||
{ name: "Contatti", id: "contatti" },
|
||||
]}
|
||||
brandName="White S.r.l."
|
||||
/>
|
||||
@@ -60,16 +45,10 @@ export default function LandingPage() {
|
||||
logoText="WHITE S.R.L."
|
||||
description="CILINDRI IDRAULICI DI ALTO STANDARD. Progettazione e produzione di precisione made in Italy per il settore industriale, agricolo e delle costruzioni."
|
||||
buttons={[
|
||||
{
|
||||
text: "Vedi i Prodotti",
|
||||
href: "#prodotti",
|
||||
},
|
||||
{
|
||||
text: "Richiedi un Preventivo",
|
||||
href: "#contatti",
|
||||
},
|
||||
{ text: "Vedi i Prodotti", href: "#prodotti" },
|
||||
{ text: "Richiedi un Preventivo", href: "#contatti" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=le0xv5&_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=le0xv5"
|
||||
imageAlt="hydraulic cylinder industrial precision"
|
||||
/>
|
||||
</div>
|
||||
@@ -78,21 +57,11 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Esperienza e Innovazione",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rzxa82",
|
||||
alt: "engineers working in modern factory",
|
||||
},
|
||||
{ type: "text", content: "Esperienza e Innovazione" },
|
||||
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rzxa82", alt: "engineers working in modern factory" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Scopri la nostra storia",
|
||||
href: "#",
|
||||
},
|
||||
{ text: "Scopri la nostra storia", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,66 +73,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "White",
|
||||
name: "Serie X Standard",
|
||||
price: "Contattaci",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dx1f7k",
|
||||
imageAlt: "hydraulic cylinder product photo",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "White",
|
||||
name: "Serie Y Heavy Duty",
|
||||
price: "Contattaci",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xmecdx",
|
||||
imageAlt: "mechanical cylinder hardware",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "White",
|
||||
name: "Cilindri Custom",
|
||||
price: "Personalizzato",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ackhfv",
|
||||
imageAlt: "high pressure hydraulic cylinder",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "White",
|
||||
name: "Attuatori Lineari",
|
||||
price: "Contattaci",
|
||||
rating: 5,
|
||||
reviewCount: "60",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=72tm6x",
|
||||
imageAlt: "hydraulic piston manufacturing",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "White",
|
||||
name: "Serie Z Agricoltura",
|
||||
price: "Contattaci",
|
||||
rating: 5,
|
||||
reviewCount: "200",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dqnwl4",
|
||||
imageAlt: "hydraulic actuator part photo",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "White",
|
||||
name: "Sistemi Integrati",
|
||||
price: "Preventivo",
|
||||
rating: 5,
|
||||
reviewCount: "30",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yb82r5",
|
||||
imageAlt: "industrial hydraulic hardware component",
|
||||
},
|
||||
{ id: "1", brand: "White", name: "Serie X Standard", price: "Contattaci", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dx1f7k", imageAlt: "hydraulic cylinder product photo" },
|
||||
{ id: "2", brand: "White", name: "Serie Y Heavy Duty", price: "Contattaci", rating: 5, reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xmecdx", imageAlt: "mechanical cylinder hardware" },
|
||||
{ id: "3", brand: "White", name: "Cilindri Custom", price: "Personalizzato", rating: 5, reviewCount: "45", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ackhfv", imageAlt: "high pressure hydraulic cylinder" },
|
||||
{ id: "4", brand: "White", name: "Attuatori Lineari", price: "Contattaci", rating: 5, reviewCount: "60", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=72tm6x", imageAlt: "hydraulic piston manufacturing" },
|
||||
{ id: "5", brand: "White", name: "Serie Z Agricoltura", price: "Contattaci", rating: 5, reviewCount: "200", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dqnwl4", imageAlt: "hydraulic actuator part photo" },
|
||||
{ id: "6", brand: "White", name: "Sistemi Integrati", price: "Preventivo", rating: 5, reviewCount: "30", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yb82r5", imageAlt: "industrial hydraulic hardware component" },
|
||||
]}
|
||||
title="I Nostri Prodotti"
|
||||
description="Soluzioni idrauliche avanzate per ogni applicazione industriale."
|
||||
@@ -172,27 +87,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="settori" data-section="settori">
|
||||
<FeatureCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Agricoltura",
|
||||
description: "Soluzioni robuste per macchine agricole di ogni tipo.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z4mwx7",
|
||||
imageAlt: "hydraulic system agriculture machinery",
|
||||
},
|
||||
{
|
||||
title: "Costruzioni",
|
||||
description: "Cilindri per macchinari edili ad alte prestazioni.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=s0id3y",
|
||||
imageAlt: "construction hydraulic excavator machine",
|
||||
},
|
||||
{
|
||||
title: "Industria",
|
||||
description: "Precisione assoluta per impianti di automazione industriale.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qtsn6k",
|
||||
imageAlt: "industrial factory floor engineering",
|
||||
},
|
||||
{ title: "Agricoltura", description: "Soluzioni robuste per macchine agricole di ogni tipo.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z4mwx7", imageAlt: "hydraulic system agriculture machinery" },
|
||||
{ title: "Costruzioni", description: "Cilindri per macchinari edili ad alte prestazioni.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=s0id3y", imageAlt: "construction hydraulic excavator machine" },
|
||||
{ title: "Industria", description: "Precisione assoluta per impianti di automazione industriale.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qtsn6k", imageAlt: "industrial factory floor engineering" },
|
||||
]}
|
||||
title="Settori di Applicazione"
|
||||
description="La nostra tecnologia al servizio dei settori più esigenti."
|
||||
@@ -204,14 +105,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"AgriTech Group",
|
||||
"BuildCorp",
|
||||
"InduSystem",
|
||||
"GlobalHydraulics",
|
||||
"PrecisionTools",
|
||||
"Constructa SpA",
|
||||
"PowerDrive",
|
||||
]}
|
||||
"AgriTech Group", "BuildCorp", "InduSystem", "GlobalHydraulics", "PrecisionTools", "Constructa SpA", "PowerDrive"]}
|
||||
title="Partner e Clienti"
|
||||
description="Collaboriamo con aziende leader a livello internazionale."
|
||||
/>
|
||||
@@ -222,44 +116,27 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Tempi di consegna?",
|
||||
content: "I tempi variano in base alla complessità dell'ordine.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Supporto tecnico?",
|
||||
content: "Il nostro team è a completa disposizione.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Certificazioni?",
|
||||
content: "Tutti i nostri prodotti rispettano gli standard europei.",
|
||||
},
|
||||
{ id: "1", title: "Tempi di consegna?", content: "I tempi variano in base alla complessità dell'ordine." },
|
||||
{ id: "2", title: "Supporto tecnico?", content: "Il nostro team è a completa disposizione." },
|
||||
{ id: "3", title: "Certificazioni?", content: "Tutti i nostri prodotti rispettano gli standard europei." },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
title="Domande Frequenti"
|
||||
description="Tutto quello che c'è da sapere sulla nostra produzione."
|
||||
faqsAnimation="opacity"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=le0xv5&_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=le0xv5"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contatti" data-section="contatti">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contatti"
|
||||
title="Parliamo del tuo progetto"
|
||||
description="Sede: Marano sul Panaro (MO). Contattaci per un preventivo personalizzato oggi stesso."
|
||||
buttons={[
|
||||
{
|
||||
text: "Invia Email",
|
||||
href: "mailto:info@whitesrl.it",
|
||||
},
|
||||
{ text: "Invia Email", href: "mailto:info@whitesrl.it" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -267,14 +144,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="White S.r.l."
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "© 2023 White S.r.l.",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "© 2023 White S.r.l.", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user