Merge version_1 into main #2
176
src/app/page.tsx
176
src/app/page.tsx
@@ -16,31 +16,23 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "La Nostra Storia",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Pasticceria",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Recensioni",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contatti",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "La Nostra Storia", id: "about" },
|
||||
{ name: "Pasticceria", id: "products" },
|
||||
{ name: "Recensioni", id: "testimonials" },
|
||||
{ name: "Contatti", id: "contact" },
|
||||
]}
|
||||
brandName="Caffetteria Novecento"
|
||||
/>
|
||||
@@ -51,10 +43,7 @@ export default function LandingPage() {
|
||||
logoText="Caffetteria Novecento"
|
||||
description="Eccellenza mugnanese. L'eleganza di una pasticceria artigianale di altissima qualità, dove ogni colazione diventa un'esperienza memorabile."
|
||||
buttons={[
|
||||
{
|
||||
text: "Scopri il Menù",
|
||||
href: "#products",
|
||||
},
|
||||
{ text: "Scopri il Menù", href: "#products" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg"
|
||||
imageAlt="Interno della Caffetteria Novecento"
|
||||
@@ -69,18 +58,9 @@ export default function LandingPage() {
|
||||
title="Comfort ed Eleganza"
|
||||
description="Il nostro nuovo look trasmette un senso di comfort ed eleganza senza tempo. I nostri dolci, esteticamente impeccabili e deliziosi, rappresentano il vertice della produzione artigianale del territorio."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Produzione Propria",
|
||||
description: "Dolci e pasticceria realizzati ogni giorno con ingredienti di prima qualità.",
|
||||
},
|
||||
{
|
||||
title: "Ambiente Ampio",
|
||||
description: "Uno spazio progettato per il vostro comfort, perfetto per colazioni o aperitivi.",
|
||||
},
|
||||
{
|
||||
title: "Servizio Cortese",
|
||||
description: "Un'accoglienza calorosa che ti farà sentire subito a casa, a ogni visita.",
|
||||
},
|
||||
{ title: "Produzione Propria", description: "Dolci e pasticceria realizzati ogni giorno con ingredienti di prima qualità." },
|
||||
{ title: "Ambiente Ampio", description: "Uno spazio progettato per il vostro comfort, perfetto per colazioni o aperitivi." },
|
||||
{ title: "Servizio Cortese", description: "Un'accoglienza calorosa che ti farà sentire subito a casa, a ogni visita." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-food-frame-with-copy-space_23-2148584860.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -95,34 +75,10 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Cornetti Artigianali",
|
||||
price: "Gusto Tradizionale",
|
||||
variant: "Freschi di Forno",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/croissant-flat-lay-wooden-kitchen-towel_176474-8123.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Caffetteria Premium",
|
||||
price: "Qualità Superiore",
|
||||
variant: "Miscele Selezionate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unroasted-coffee-beans-near-cup-coffee_23-2147711090.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Girella al Cioccolato",
|
||||
price: "Pasticceria Top",
|
||||
variant: "Ricetta Originale",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-chocolate-dessert-restaurant_23-2148001611.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Gelato Artigianale",
|
||||
price: "Produzione Propria",
|
||||
variant: "Gusti stagionali",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-chocolate-dessert-restaurant_23-2148001611.jpg?_wi=2",
|
||||
},
|
||||
{ id: "1", name: "Cornetti Artigianali", price: "Gusto Tradizionale", variant: "Freschi di Forno", imageSrc: "http://img.b2bpic.net/free-photo/croissant-flat-lay-wooden-kitchen-towel_176474-8123.jpg" },
|
||||
{ id: "2", name: "Caffetteria Premium", price: "Qualità Superiore", variant: "Miscele Selezionate", imageSrc: "http://img.b2bpic.net/free-photo/unroasted-coffee-beans-near-cup-coffee_23-2147711090.jpg" },
|
||||
{ id: "3", name: "Girella al Cioccolato", price: "Pasticceria Top", variant: "Ricetta Originale", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-chocolate-dessert-restaurant_23-2148001611.jpg" },
|
||||
{ id: "4", name: "Gelato Artigianale", price: "Produzione Propria", variant: "Gusti stagionali", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-chocolate-dessert-restaurant_23-2148001611.jpg" },
|
||||
]}
|
||||
title="Le Nostre Specialità"
|
||||
description="Una selezione curata dei migliori prodotti di pasticceria e caffetteria mugnanese."
|
||||
@@ -131,42 +87,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marco S.",
|
||||
role: "Cliente Fedele",
|
||||
company: "Mugnano",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman_1303-3880.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elena R.",
|
||||
role: "Appassionata di Dolci",
|
||||
company: "Mugnano",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6368.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Luca P.",
|
||||
role: "Esperto Colazioni",
|
||||
company: "Napoli",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-man-drinking-coffee_23-2148446297.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Giulia V.",
|
||||
role: "Abitué Aperitivi",
|
||||
company: "Mugnano",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-daughter-giving-gift-mom-breakfast_23-2147788218.jpg",
|
||||
},
|
||||
{ id: "1", name: "Marco S.", role: "Cliente Fedele", company: "Mugnano", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman_1303-3880.jpg" },
|
||||
{ id: "2", name: "Elena R.", role: "Appassionata di Dolci", company: "Mugnano", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6368.jpg" },
|
||||
{ id: "3", name: "Luca P.", role: "Esperto Colazioni", company: "Napoli", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-man-drinking-coffee_23-2148446297.jpg" },
|
||||
{ id: "4", name: "Giulia V.", role: "Abitué Aperitivi", company: "Mugnano", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/crop-daughter-giving-gift-mom-breakfast_23-2147788218.jpg" },
|
||||
]}
|
||||
title="Cosa Dicono di Noi"
|
||||
description="Il nostro orgoglio è la soddisfazione dei nostri clienti di Mugnano e oltre."
|
||||
@@ -176,15 +105,10 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Vieni a trovarci e lasciati conquistare dalla nostra pasticceria. Siamo pronti ad accoglierti per colazioni, aperitivi o momenti di puro piacere."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contattaci su WhatsApp",
|
||||
href: "#",
|
||||
},
|
||||
{ text: "Contattaci su WhatsApp", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -193,49 +117,9 @@ export default function LandingPage() {
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Informazioni",
|
||||
items: [
|
||||
{
|
||||
label: "Dove Siamo",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Orari",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Servizi",
|
||||
items: [
|
||||
{
|
||||
label: "Colazioni",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Aperitivi",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Pasticceria",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Informazioni", items: [{ label: "Dove Siamo", href: "#" }, { label: "Orari", href: "#" }] },
|
||||
{ title: "Servizi", items: [{ label: "Colazioni", href: "#products" }, { label: "Aperitivi", href: "#products" }, { label: "Pasticceria", href: "#products" }] },
|
||||
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
|
||||
]}
|
||||
logoText="Caffetteria Novecento"
|
||||
copyrightText="© 2025 Caffetteria Novecento | Tutti i diritti riservati"
|
||||
|
||||
Reference in New Issue
Block a user