Merge version_1 into main #1
217
src/app/page.tsx
217
src/app/page.tsx
@@ -19,33 +19,25 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "La Bottega",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "I Prodotti",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Territorio",
|
||||
id: "#info",
|
||||
},
|
||||
{
|
||||
name: "Contatti",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "La Bottega", id: "#about" },
|
||||
{ name: "I Prodotti", id: "#products" },
|
||||
{ name: "Territorio", id: "#info" },
|
||||
{ name: "Contatti", id: "#contact" }
|
||||
]}
|
||||
brandName="Bottega Pascucci"
|
||||
button={{
|
||||
text: "Vieni a trovarci",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Vieni a trovarci", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,26 +49,11 @@ export default function LandingPage() {
|
||||
showDimOverlay={true}
|
||||
textPosition="bottom"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/christmas-wreath-fir-tree-branches-vases-cups-all-around-modern-kitchen-modern-kitchen-with-black-fridge-decorated-christmas-new-year_132075-11268.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-pot-near-leaves-snacks_23-2147885862.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-assortment_23-2149617129.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-pretzels-with-beer-sausages_23-2148754967.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-food-near-basket_23-2147930082.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/christmas-wreath-fir-tree-branches-vases-cups-all-around-modern-kitchen-modern-kitchen-with-black-fridge-decorated-christmas-new-year_132075-11268.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/coffee-pot-near-leaves-snacks_23-2147885862.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-assortment_23-2149617129.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-pretzels-with-beer-sausages_23-2148754967.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/delicious-food-near-basket_23-2147930082.jpg", alt: "Customer 5" }
|
||||
]}
|
||||
avatarText="Unisciti ai nostri clienti affezionati"
|
||||
/>
|
||||
@@ -89,22 +66,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
bentoComponent: "marquee",
|
||||
centerIcon: Star,
|
||||
variant: "text",
|
||||
texts: [
|
||||
"Salumi Artigianali",
|
||||
"Formaggi",
|
||||
"Tartufo delle Marche",
|
||||
"Vini",
|
||||
"Olio Extravergine",
|
||||
"Consegna a Domicilio",
|
||||
],
|
||||
title: "Prodotti",
|
||||
description: "Qualità",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jug-eggs-near-basket-with-food_23-2147930081.jpg",
|
||||
imageAlt: "Jug and eggs near basket with food",
|
||||
},
|
||||
bentoComponent: "marquee", centerIcon: Star,
|
||||
variant: "text", texts: [
|
||||
"Salumi Artigianali", "Formaggi", "Tartufo delle Marche", "Vini", "Olio Extravergine", "Consegna a Domicilio"],
|
||||
title: "Prodotti", description: "Qualità"
|
||||
}
|
||||
]}
|
||||
title="La nostra selezione"
|
||||
description="Il meglio dal territorio"
|
||||
@@ -115,15 +81,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Tradizione e Qualità dal 2025",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/various-food-near-blackboard-marble-table_23-2147930020.jpg",
|
||||
alt: "Bottega Pascucci",
|
||||
},
|
||||
{ type: "text", content: "Tradizione e Qualità dal 2025" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/various-food-near-blackboard-marble-table_23-2147930020.jpg", alt: "Bottega Pascucci" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -135,48 +94,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Caffè Artigianale",
|
||||
price: "Selezioni",
|
||||
variant: "Grani, polvere, capsule",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bag-with-coffee-spoon-near-beans_23-2148180190.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Vini & Liquori",
|
||||
price: "Cantina",
|
||||
variant: "Eccellenze italiane",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-with-champagne-reflecting-window_23-2148339539.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Conserve",
|
||||
price: "Artigianali",
|
||||
variant: "Sapori del territorio",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-preserved-food-jars_23-2148626066.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Dolci & Cioccolate",
|
||||
price: "Golosità",
|
||||
variant: "Cioccolate e caramelle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolates-with-white-red-coating-black-board-seastones-side-view_141793-15476.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Salumi DOP",
|
||||
price: "Selezione",
|
||||
variant: "Stagionati",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-coffee-beans-burlap-sack_23-2148255074.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Olio Extravergine",
|
||||
price: "Pregiato",
|
||||
variant: "Marche",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-charming-black-grapes-overturned-wine-glass-wine-bottle-wine-opener-walnut-dark-table_140725-145864.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Caffè Artigianale", price: "Selezioni", variant: "Grani, polvere, capsule", imageSrc: "http://img.b2bpic.net/free-photo/bag-with-coffee-spoon-near-beans_23-2148180190.jpg" },
|
||||
{ id: "p2", name: "Vini & Liquori", price: "Cantina", variant: "Eccellenze italiane", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-champagne-reflecting-window_23-2148339539.jpg" },
|
||||
{ id: "p3", name: "Conserve", price: "Artigianali", variant: "Sapori del territorio", imageSrc: "http://img.b2bpic.net/free-photo/delicious-preserved-food-jars_23-2148626066.jpg" },
|
||||
{ id: "p4", name: "Dolci & Cioccolate", price: "Golosità", variant: "Cioccolate e caramelle", imageSrc: "http://img.b2bpic.net/free-photo/chocolates-with-white-red-coating-black-board-seastones-side-view_141793-15476.jpg" },
|
||||
{ id: "p5", name: "Salumi DOP", price: "Selezione", variant: "Stagionati", imageSrc: "http://img.b2bpic.net/free-photo/high-view-coffee-beans-burlap-sack_23-2148255074.jpg" },
|
||||
{ id: "p6", name: "Olio Extravergine", price: "Pregiato", variant: "Marche", imageSrc: "http://img.b2bpic.net/free-photo/top-view-charming-black-grapes-overturned-wine-glass-wine-bottle-wine-opener-walnut-dark-table_140725-145864.jpg" }
|
||||
]}
|
||||
title="Le Nostre Eccellenze"
|
||||
description="Specialità accuratamente selezionate"
|
||||
@@ -189,41 +112,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marco Rossi",
|
||||
role: "Cliente abituale",
|
||||
testimonial: "Una vera chicca! Prodotti di qualità eccezionale e cortesia incredibile.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scattered-beans-from-sack-near-coffee-maker-box-sugar_23-2148180188.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elena Bianchi",
|
||||
role: "Turista",
|
||||
testimonial: "Il miglior caffè di Cagli, un posto magico nel centro storico.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/geyser-coffee-maker-sackcloth_23-2148180228.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Giulia Verdi",
|
||||
role: "Foodie",
|
||||
testimonial: "I salumi sono spaziali. Un must per chiunque passi per le Marche.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-cookies-roasted-coffee-beans-with-sack-rustic-backdrop_23-2147890272.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Luca Neri",
|
||||
role: "Locali",
|
||||
testimonial: "La mia bottega di fiducia per i regali gourmet.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-composition-with-bag-board_23-2147671449.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna Bruno",
|
||||
role: "Conoscitrice",
|
||||
testimonial: "Qualità DOP certificata e profumo di tradizione ad ogni angolo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-hands-getting-bottle-red-wine_53876-163300.jpg",
|
||||
},
|
||||
{ id: "1", name: "Marco Rossi", role: "Cliente abituale", testimonial: "Una vera chicca! Prodotti di qualità eccezionale e cortesia incredibile.", imageSrc: "http://img.b2bpic.net/free-photo/scattered-beans-from-sack-near-coffee-maker-box-sugar_23-2148180188.jpg" },
|
||||
{ id: "2", name: "Elena Bianchi", role: "Turista", testimonial: "Il miglior caffè di Cagli, un posto magico nel centro storico.", imageSrc: "http://img.b2bpic.net/free-photo/geyser-coffee-maker-sackcloth_23-2148180228.jpg" },
|
||||
{ id: "3", name: "Giulia Verdi", role: "Foodie", testimonial: "I salumi sono spaziali. Un must per chiunque passi per le Marche.", imageSrc: "http://img.b2bpic.net/free-photo/baked-cookies-roasted-coffee-beans-with-sack-rustic-backdrop_23-2147890272.jpg" },
|
||||
{ id: "4", name: "Luca Neri", role: "Locali", testimonial: "La mia bottega di fiducia per i regali gourmet.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-composition-with-bag-board_23-2147671449.jpg" },
|
||||
{ id: "5", name: "Anna Bruno", role: "Conoscitrice", testimonial: "Qualità DOP certificata e profumo di tradizione ad ogni angolo.", imageSrc: "http://img.b2bpic.net/free-photo/people-hands-getting-bottle-red-wine_53876-163300.jpg" }
|
||||
]}
|
||||
title="Cosa dicono di noi"
|
||||
description="La soddisfazione dei nostri clienti"
|
||||
@@ -236,33 +129,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "Via Mameli 70",
|
||||
title: "Indirizzo",
|
||||
items: [
|
||||
"61043 Cagli PU",
|
||||
"Marche, Italy",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "09:00 - 19:30",
|
||||
title: "Orari",
|
||||
items: [
|
||||
"Lun-Sab",
|
||||
"Chiuso Domenica",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "+353 417 8470",
|
||||
title: "Contatti",
|
||||
items: [
|
||||
"Chiamaci per info",
|
||||
"Consegna a domicilio",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "Via Mameli 70", title: "Indirizzo", items: ["61043 Cagli PU", "Marche, Italy"] },
|
||||
{ id: "m2", value: "09:00 - 19:30", title: "Orari", items: ["Lun-Sab", "Chiuso Domenica"] },
|
||||
{ id: "m3", value: "+353 417 8470", title: "Contatti", items: ["Chiamaci per info", "Consegna a domicilio"] }
|
||||
]}
|
||||
title="Visita Bottega Pascucci"
|
||||
description="Siamo pronti ad accogliervi nel cuore di Cagli"
|
||||
@@ -272,9 +141,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Contatti"
|
||||
title="Rimani aggiornato"
|
||||
description="Iscriviti alla nostra newsletter per scoprire le novità della bottega."
|
||||
@@ -286,11 +153,7 @@ export default function LandingPage() {
|
||||
logoText="Bottega Pascucci"
|
||||
copyrightText="© 2025 Bottega Pascucci. La qualità dal cuore di Cagli."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user