|
|
|
|
@@ -83,6 +83,11 @@ export default function LandingPage() {
|
|
|
|
|
<div id="specialita" data-section="specialita">
|
|
|
|
|
<FeatureHoverPattern
|
|
|
|
|
title="Le Nostre Specialità Artigianali"
|
|
|
|
|
titleSegments={[
|
|
|
|
|
{ type: "text", content: "Le Nostre Specialità " },
|
|
|
|
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/delicious-strawberry-tart-wooden-backdrop_23-2147928900.jpg", alt: "Specialità artigianale torta di frutta" },
|
|
|
|
|
{ type: "text", content: "Artigianali" }
|
|
|
|
|
]}
|
|
|
|
|
description="Ogni creazione è frutto di anni di esperienza, materie prime selezionate e una dedizione che si tramanda di generazione in generazione. Scopri l'eccellenza che ci contraddistingue."
|
|
|
|
|
features={[
|
|
|
|
|
{ icon: Cake, title: "Pasticceria Fresca", description: "Dai classici della tradizione alle moderne creazioni, ogni dolce è un capolavoro di gusto e freschezza, preparato quotidianamente con ingredienti genuini." },
|
|
|
|
|
@@ -92,7 +97,7 @@ export default function LandingPage() {
|
|
|
|
|
{ icon: IceCream, title: "Gelateria Artigianale", description: "Durante le stagioni calde, deliziati con il nostro gelato artigianale, preparato con ingredienti freschi e naturali, per un'esplosione di sapore ad ogni cucchiaiata." }
|
|
|
|
|
]}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
textboxLayout="inline-image"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
tagAnimation="blur-reveal"
|
|
|
|
|
/>
|
|
|
|
|
@@ -184,6 +189,8 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterBaseReveal
|
|
|
|
|
logoSrc="http://img.b2bpic.net/free-photo/pastry-shop-logo-template_23-2149596001.jpg"
|
|
|
|
|
logoAlt="Costè Pasticceria Logo"
|
|
|
|
|
logoText="Costè Pasticceria"
|
|
|
|
|
columns={[
|
|
|
|
|
{ title: "Navigazione", items: [{ label: "Home", href: "#hero" }, { label: "Chi Siamo", href: "#chi-siamo" }, { label: "Specialità", href: "#specialita" }, { label: "Prodotti", href: "#prodotti" }] },
|
|
|
|
|
@@ -195,4 +202,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|