Update src/app/storia/page.tsx
This commit is contained in:
@@ -25,7 +25,7 @@ export default function StoriaPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSmall"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -36,9 +36,7 @@ export default function StoriaPage() {
|
||||
brandName="Calabro"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "📞 Chiama Ora",
|
||||
href: "tel:+393389058446",
|
||||
}}
|
||||
text: "📞 Chiama Ora", href: "tel:+393389058446"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,10 +45,7 @@ export default function StoriaPage() {
|
||||
heading={[
|
||||
{ type: "text", content: "Dal Cuore della" },
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/flat-song-contest-heart-flags-collection_23-2149348799.jpg",
|
||||
alt: "Calabria simbolo",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/flat-song-contest-heart-flags-collection_23-2149348799.jpg", alt: "Calabria simbolo"},
|
||||
{ type: "text", content: "una famiglia dedita all'arte della liquoristica." },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
@@ -66,22 +61,13 @@ export default function StoriaPage() {
|
||||
tagIcon={Award}
|
||||
metrics={[
|
||||
{
|
||||
id: "gen1",
|
||||
value: "1970s",
|
||||
title: "La Prima Generazione",
|
||||
items: ["Fondazione della tradizione", "Ricette tramandate dalla famiglia", "Ingredienti locali autentici"],
|
||||
id: "gen1", value: "1970s", title: "La Prima Generazione", items: ["Fondazione della tradizione", "Ricette tramandate dalla famiglia", "Ingredienti locali autentici"],
|
||||
},
|
||||
{
|
||||
id: "gen2",
|
||||
value: "1990s",
|
||||
title: "La Seconda Generazione",
|
||||
items: ["Perfezionamento delle tecniche", "Espansione della produzione", "Riconoscimenti regionali"],
|
||||
id: "gen2", value: "1990s", title: "La Seconda Generazione", items: ["Perfezionamento delle tecniche", "Espansione della produzione", "Riconoscimenti regionali"],
|
||||
},
|
||||
{
|
||||
id: "gen3",
|
||||
value: "2020s",
|
||||
title: "La Terza Generazione",
|
||||
items: ["Innovazione sostenibile", "Mercato nazionale e internazionale", "Eccellenza riconosciuta"],
|
||||
id: "gen3", value: "2020s", title: "La Terza Generazione", items: ["Innovazione sostenibile", "Mercato nazionale e internazionale", "Eccellenza riconosciuta"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -108,30 +94,27 @@ export default function StoriaPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mesmerizing-sunset-reflecting-ocean-san-sebastian-resort-town-spain_181624-14965.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mesmerizing-sunset-reflecting-ocean-san-sebastian-resort-town-spain_181624-14965.jpg"
|
||||
imageAlt="Calabria paesaggio tradizionale"
|
||||
logoText="Calabro Azienda Liquoristica"
|
||||
copyrightText="© 2025 Calabro Azienda Liquoristica | Via Corrado Alvaro, 87062 Cariati (CS) | 338 905 8446"
|
||||
columns={[
|
||||
{
|
||||
title: "Prodotti",
|
||||
items: [
|
||||
title: "Prodotti", items: [
|
||||
{ label: "I Nostri Liquori", href: "/prodotti" },
|
||||
{ label: "Specialità Stagionali", href: "/prodotti" },
|
||||
{ label: "Bomboniere Personalizzate", href: "/bomboniere" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Azienda",
|
||||
items: [
|
||||
title: "Azienda", items: [
|
||||
{ label: "La Nostra Storia", href: "/storia" },
|
||||
{ label: "Visita in Azienda", href: "/contatti" },
|
||||
{ label: "Contatti", href: "/contatti" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contatti",
|
||||
items: [
|
||||
title: "Contatti", items: [
|
||||
{ label: "📞 338 905 8446", href: "tel:+393389058446" },
|
||||
{ label: "📧 info@calabroliqueur.com", href: "mailto:info@calabroliqueur.com" },
|
||||
{ label: "🗺️ Cariati, Calabria", href: "https://maps.google.com" },
|
||||
|
||||
Reference in New Issue
Block a user