2 Commits

Author SHA1 Message Date
36419b01c9 Merge version_2 into main
Merge version_2 into main
2026-04-10 12:29:14 +00:00
224b3ea525 Update src/app/page.tsx 2026-04-10 12:29:11 +00:00

View File

@@ -29,23 +29,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Storia",
id: "about",
},
name: "Storia", id: "about"},
{
name: "Dove Siamo",
id: "contact",
},
name: "Dove Siamo", id: "contact"},
]}
brandName="Il Rituale"
brandName="Paneria Tre Torri"
/>
</div>
@@ -53,98 +45,55 @@ export default function LandingPage() {
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
title="Il profumo ti ha portato qui"
description="Cornetti croccanti, caffè perfetto, e uno spazio dove il tempo si ferma."
testimonials={[
{
name: "Giulia R.",
handle: "@giulir",
testimonial: "La colazione migliore di Brescia. Il cornetto è pazzesco.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/working-people-public-space-concept-young-handsome-man-ux-ui-designer-sitting-with-laptop-cafe-drinking-cappuccino-looking-screen-with-serious-face_1258-314556.jpg",
},
name: "Giulia R.", handle: "@giulir", testimonial: "La colazione migliore di Brescia. Il cornetto è pazzesco.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/working-people-public-space-concept-young-handsome-man-ux-ui-designer-sitting-with-laptop-cafe-drinking-cappuccino-looking-screen-with-serious-face_1258-314556.jpg"},
{
name: "Marco S.",
handle: "@marco_s",
testimonial: "Entri per un caffè, finisci per restare un'ora. Atmosfera magica.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg",
},
name: "Marco S.", handle: "@marco_s", testimonial: "Entri per un caffè, finisci per restare un'ora. Atmosfera magica.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg"},
{
name: "Elena M.",
handle: "@elenam",
testimonial: "Un posto accogliente dove mi sento sempre a casa.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/reddish-young-entrepreneur-drinking-coffee-while-reading_158595-3726.jpg",
},
name: "Elena M.", handle: "@elenam", testimonial: "Un posto accogliente dove mi sento sempre a casa.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/reddish-young-entrepreneur-drinking-coffee-while-reading_158595-3726.jpg"},
{
name: "Luca B.",
handle: "@lucab",
testimonial: "Caffè di altissima qualità, personale gentilissimo.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-teen-sitting-latop-making-notes-drinking-tea_1098-20795.jpg",
},
name: "Luca B.", handle: "@lucab", testimonial: "Caffè di altissima qualità, personale gentilissimo.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-teen-sitting-latop-making-notes-drinking-tea_1098-20795.jpg"},
{
name: "Sofia V.",
handle: "@sofiav",
testimonial: "Non posso iniziare la giornata senza il loro cappuccino.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg",
},
name: "Sofia V.", handle: "@sofiav", testimonial: "Non posso iniziare la giornata senza il loro cappuccino.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg"},
]}
buttons={[
{
text: "Scopri il menu",
href: "#menu",
},
text: "Scopri il menu", href: "#menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-sits-table-with-cocktail-lit-candle_140725-9075.jpg"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/working-people-public-space-concept-young-handsome-man-ux-ui-designer-sitting-with-laptop-cafe-drinking-cappuccino-looking-screen-with-serious-face_1258-314556.jpg",
alt: "Giulia R.",
},
src: "http://img.b2bpic.net/free-photo/working-people-public-space-concept-young-handsome-man-ux-ui-designer-sitting-with-laptop-cafe-drinking-cappuccino-looking-screen-with-serious-face_1258-314556.jpg", alt: "Giulia R."},
{
src: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg",
alt: "Marco S.",
},
src: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg", alt: "Marco S."},
{
src: "http://img.b2bpic.net/free-photo/reddish-young-entrepreneur-drinking-coffee-while-reading_158595-3726.jpg",
alt: "Elena M.",
},
src: "http://img.b2bpic.net/free-photo/reddish-young-entrepreneur-drinking-coffee-while-reading_158595-3726.jpg", alt: "Elena M."},
{
src: "http://img.b2bpic.net/free-photo/unrecognizable-teen-sitting-latop-making-notes-drinking-tea_1098-20795.jpg",
alt: "Luca B.",
},
src: "http://img.b2bpic.net/free-photo/unrecognizable-teen-sitting-latop-making-notes-drinking-tea_1098-20795.jpg", alt: "Luca B."},
{
src: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg",
alt: "Sofia V.",
},
src: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg", alt: "Sofia V."},
]}
marqueeItems={[
{
type: "text",
text: "Artigianale",
},
type: "text", text: "Artigianale"},
{
type: "text",
text: "Brescia",
},
type: "text", text: "Brescia"},
{
type: "text",
text: "Colazione",
},
type: "text", text: "Colazione"},
{
type: "text",
text: "Rituale",
},
type: "text", text: "Rituale"},
{
type: "text",
text: "Tradizione",
},
type: "text", text: "Tradizione"},
]}
/>
</div>
@@ -166,59 +115,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Cornetto Classico",
brand: "Forno",
price: "1.50€",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-croissant-plate-trivet-with-lemon-tangerine-kumquat-flour-ginger-with-spoon-honey-dipper-rolling-pin-black-background_141793-130598.jpg",
},
id: "p1", name: "Cornetto Classico", brand: "Forno", price: "1.50€", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/side-view-croissant-plate-trivet-with-lemon-tangerine-kumquat-flour-ginger-with-spoon-honey-dipper-rolling-pin-black-background_141793-130598.jpg"},
{
id: "p2",
name: "Cappuccino",
brand: "Caffè",
price: "1.80€",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/hot-mocha-coffee_1339-2388.jpg",
},
id: "p2", name: "Cappuccino", brand: "Caffè", price: "1.80€", rating: 5,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/hot-mocha-coffee_1339-2388.jpg"},
{
id: "p3",
name: "Focaccia Artigianale",
brand: "Salato",
price: "3.50€",
rating: 4,
reviewCount: "42",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-frame-with-baked-bread_23-2148234237.jpg",
},
id: "p3", name: "Focaccia Artigianale", brand: "Salato", price: "3.50€", rating: 4,
reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-frame-with-baked-bread_23-2148234237.jpg"},
{
id: "p4",
name: "Spremuta Fresca",
brand: "Bevande",
price: "3.00€",
rating: 5,
reviewCount: "30",
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-glass-orange-juice_84443-83875.jpg",
},
id: "p4", name: "Spremuta Fresca", brand: "Bevande", price: "3.00€", rating: 5,
reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-glass-orange-juice_84443-83875.jpg"},
{
id: "p5",
name: "Torta al Cioccolato",
brand: "Dolci",
price: "2.50€",
rating: 5,
reviewCount: "55",
imageSrc: "http://img.b2bpic.net/free-photo/sweet-vanilla-pie-with-cup-coffee-hot-chocolate_114579-45052.jpg",
},
id: "p5", name: "Torta al Cioccolato", brand: "Dolci", price: "2.50€", rating: 5,
reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/sweet-vanilla-pie-with-cup-coffee-hot-chocolate_114579-45052.jpg"},
{
id: "p6",
name: "Espresso",
brand: "Caffè",
price: "1.20€",
rating: 5,
reviewCount: "200",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-indoors_23-2150708084.jpg",
},
id: "p6", name: "Espresso", brand: "Caffè", price: "1.20€", rating: 5,
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-indoors_23-2150708084.jpg"},
]}
title="Le nostre delizie"
description="Ogni mattina, dal forno alla tua tazza."
@@ -231,25 +144,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Avete opzioni senza glutine?",
content: "Sì, offriamo quotidianamente una selezione di prodotti senza glutine.",
},
id: "q1", title: "Avete opzioni senza glutine?", content: "Sì, offriamo quotidianamente una selezione di prodotti senza glutine."},
{
id: "q2",
title: "Fate servizio al tavolo?",
content: "Sì, ti serviamo con piacere al tavolo.",
},
id: "q2", title: "Fate servizio al tavolo?", content: "Sì, ti serviamo con piacere al tavolo."},
{
id: "q3",
title: "Accettate prenotazioni?",
content: "Accettiamo prenotazioni per gruppi numerosi o eventi speciali.",
},
id: "q3", title: "Accettate prenotazioni?", content: "Accettiamo prenotazioni per gruppi numerosi o eventi speciali."},
{
id: "q4",
title: "Avete Wi-Fi per lavorare?",
content: "Certamente, la nostra connessione è a tua disposizione.",
},
id: "q4", title: "Avete Wi-Fi per lavorare?", content: "Certamente, la nostra connessione è a tua disposizione."},
]}
imageSrc="http://img.b2bpic.net/free-photo/cute-korean-barista-girl-pouring-coffee-prepare-filter-batch-brew-pour-working-cafe_1258-131786.jpg"
mediaAnimation="slide-up"
@@ -263,32 +164,25 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
text="Ti aspettiamo per una colazione che cambia la giornata. Passa a trovarci a Brescia!"
buttons={[
{
text: "Chiamaci",
href: "tel:+39030000000",
},
text: "Chiamaci", href: "tel:+39030000000"},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Il Rituale"
logoText="Paneria Tre Torri"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Instagram",
href: "https://instagram.com",
}}
text: "Instagram", href: "https://instagram.com"}}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}