Merge version_1 into main #1
290
src/app/page.tsx
290
src/app/page.tsx
@@ -31,30 +31,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Chi Siamo",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Drink & Food",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Eventi",
|
||||
id: "events",
|
||||
},
|
||||
{
|
||||
name: "Recensioni",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contatti",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Chi Siamo", id: "about" },
|
||||
{ name: "Drink & Food", id: "menu" },
|
||||
{ name: "Eventi", id: "events" },
|
||||
{ name: "Recensioni", id: "testimonials" },
|
||||
{ name: "Contatti", id: "contact" }
|
||||
]}
|
||||
brandName="Il Clan"
|
||||
/>
|
||||
@@ -65,40 +47,16 @@ export default function LandingPage() {
|
||||
logoText="Il Clan"
|
||||
description="Il cuore pulsante della nightlife a Pavia. Cocktail d'autore, aperitivi ricchi e l'atmosfera unica di Piazza della Vittoria."
|
||||
buttons={[
|
||||
{
|
||||
text: "Prenota il tuo tavolo",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Scopri il Menù",
|
||||
href: "#menu",
|
||||
},
|
||||
{ text: "Prenota il tuo tavolo", href: "#contact" },
|
||||
{ text: "Scopri il Menù", href: "#menu" }
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bartender-making-refreshing-cocktail_23-2149093632.jpg",
|
||||
imageAlt: "Cocktail al tramonto a Pavia",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-bar-drink-with-neon-style-generative-ai_188544-12377.jpg",
|
||||
imageAlt: "Atmosfera notturna al Clan",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-curly-woman-enjoying-her-wine-bar_627829-6909.jpg",
|
||||
imageAlt: "Il nostro aperitivo",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892961.jpg",
|
||||
imageAlt: "Drink esclusivi",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-decoration-inside-building-with-escalators-brussels-belgium_181624-43247.jpg",
|
||||
imageAlt: "Festa al locale",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg",
|
||||
imageAlt: "Piazza della Vittoria",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/bartender-making-refreshing-cocktail_23-2149093632.jpg", imageAlt: "Cocktail al tramonto a Pavia" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cocktail-bar-drink-with-neon-style-generative-ai_188544-12377.jpg", imageAlt: "Atmosfera notturna al Clan" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-curly-woman-enjoying-her-wine-bar_627829-6909.jpg", imageAlt: "Il nostro aperitivo" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892961.jpg", imageAlt: "Drink esclusivi" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-decoration-inside-building-with-escalators-brussels-belgium_181624-43247.jpg", imageAlt: "Festa al locale" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg", imageAlt: "Piazza della Vittoria" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -108,8 +66,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Benvenuti a Il Clan"
|
||||
description={[
|
||||
"Situato al numero 12 di Piazza della Vittoria, Il Clan è molto più di un bar: è il punto di ritrovo preferito dagli studenti pavesi e dai cittadini che cercano qualità e movida.",
|
||||
"Dall'aperitivo al cocktail notturno, curiamo ogni dettaglio per renderti protagonista di ogni serata.",
|
||||
"Situato al numero 12 di Piazza della Vittoria, Il Clan è molto più di un bar: è il punto di ritrovo preferito dagli studenti pavesi e dai cittadini che cercano qualità e movida.", "Dall'aperitivo al cocktail notturno, curiamo ogni dettaglio per renderti protagonista di ogni serata."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,27 +78,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Aperitivi Ricchi",
|
||||
description: "Buffet curato con specialità locali e cocktail in abbinamento.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mini-sandwiches-with-cheese-blocks-tomatoes-wooden-desk_23-2148162033.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/meat-appetizer-plate_2829-14121.jpg",
|
||||
buttonText: "Scopri di più",
|
||||
},
|
||||
{
|
||||
title: "Cocktail Premium",
|
||||
description: "Solo i migliori distillati per creazioni originali.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-glasses-cocktail_23-2148371222.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151018020.jpg",
|
||||
buttonText: "Vedi drink",
|
||||
},
|
||||
{
|
||||
title: "Eventi Esclusivi",
|
||||
description: "Organizziamo feste di laurea, compleanni e serate tematiche.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-watching-magic-night_23-2148281577.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/friend-celebrating-with-confetti_23-2147640639.jpg",
|
||||
buttonText: "Prenota evento",
|
||||
},
|
||||
{ title: "Aperitivi Ricchi", description: "Buffet curato con specialità locali e cocktail in abbinamento.", imageSrc: "http://img.b2bpic.net/free-photo/mini-sandwiches-with-cheese-blocks-tomatoes-wooden-desk_23-2148162033.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/meat-appetizer-plate_2829-14121.jpg", buttonText: "Scopri di più" },
|
||||
{ title: "Cocktail Premium", description: "Solo i migliori distillati per creazioni originali.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-glasses-cocktail_23-2148371222.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151018020.jpg", buttonText: "Vedi drink" },
|
||||
{ title: "Eventi Esclusivi", description: "Organizziamo feste di laurea, compleanni e serate tematiche.", imageSrc: "http://img.b2bpic.net/free-photo/friends-watching-magic-night_23-2148281577.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/friend-celebrating-with-confetti_23-2147640639.jpg", buttonText: "Prenota evento" }
|
||||
]}
|
||||
title="Perché sceglierci"
|
||||
description="Ogni dettaglio è pensato per rendere unica la tua esperienza."
|
||||
@@ -155,54 +94,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "d1",
|
||||
brand: "Clan Signature",
|
||||
name: "Clan Mojito",
|
||||
price: "9.00€",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/deliciuous-daiquiri-cocktail-with-grapefruit_23-2149412385.jpg",
|
||||
},
|
||||
{
|
||||
id: "d2",
|
||||
brand: "Classic",
|
||||
name: "Negroni Royal",
|
||||
price: "8.50€",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-daiquiri-drink-plate_23-2149418310.jpg",
|
||||
},
|
||||
{
|
||||
id: "d3",
|
||||
brand: "Bubbles",
|
||||
name: "Prosecco Doc",
|
||||
price: "6.00€",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-glass-with-champagne_23-2148339609.jpg",
|
||||
},
|
||||
{
|
||||
id: "d4",
|
||||
brand: "Classic",
|
||||
name: "Moscow Mule",
|
||||
price: "9.00€",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-drinks-tropical-plant_23-2148229305.jpg",
|
||||
},
|
||||
{
|
||||
id: "d5",
|
||||
brand: "Clan Signature",
|
||||
name: "Spritz Clan",
|
||||
price: "7.00€",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bartender-preparing-drink_52683-117519.jpg",
|
||||
},
|
||||
{
|
||||
id: "d6",
|
||||
brand: "Craft",
|
||||
name: "Birra Artigianale",
|
||||
price: "7.00€",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beer-oktoberfest-celebration-still-life_23-2151639969.jpg",
|
||||
},
|
||||
{ id: "d1", brand: "Clan Signature", name: "Clan Mojito", price: "9.00€", rating: 5, reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/deliciuous-daiquiri-cocktail-with-grapefruit_23-2149412385.jpg" },
|
||||
{ id: "d2", brand: "Classic", name: "Negroni Royal", price: "8.50€", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-daiquiri-drink-plate_23-2149418310.jpg" },
|
||||
{ id: "d3", brand: "Bubbles", name: "Prosecco Doc", price: "6.00€", rating: 4, reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/close-up-glass-with-champagne_23-2148339609.jpg" },
|
||||
{ id: "d4", brand: "Classic", name: "Moscow Mule", price: "9.00€", rating: 5, reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/pink-drinks-tropical-plant_23-2148229305.jpg" },
|
||||
{ id: "d5", brand: "Clan Signature", name: "Spritz Clan", price: "7.00€", rating: 5, reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bartender-preparing-drink_52683-117519.jpg" },
|
||||
{ id: "d6", brand: "Craft", name: "Birra Artigianale", price: "7.00€", rating: 4, reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/beer-oktoberfest-celebration-still-life_23-2151639969.jpg" }
|
||||
]}
|
||||
title="Il Nostro Menu"
|
||||
description="Una selezione curata per ogni momento della giornata."
|
||||
@@ -215,33 +112,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1000+",
|
||||
title: "Cocktail al Mese",
|
||||
items: [
|
||||
"Serviti con passione",
|
||||
"Ricette originali",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Feste Organizzate",
|
||||
items: [
|
||||
"Lauree e Compleanni",
|
||||
"Esperienza garantita",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Vibe Pavese",
|
||||
items: [
|
||||
"Cuore di Pavia",
|
||||
"Piazza della Vittoria",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "1000+", title: "Cocktail al Mese", items: ["Serviti con passione", "Ricette originali"] },
|
||||
{ id: "m2", value: "500+", title: "Feste Organizzate", items: ["Lauree e Compleanni", "Esperienza garantita"] },
|
||||
{ id: "m3", value: "24/7", title: "Vibe Pavese", items: ["Cuore di Pavia", "Piazza della Vittoria"] }
|
||||
]}
|
||||
title="Il Clan in numeri"
|
||||
description="La nostra passione per la movida pavese."
|
||||
@@ -250,49 +123,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="depth-3d"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Giulia R.",
|
||||
handle: "@giuliar",
|
||||
testimonial: "Il miglior posto dove fare aperitivo a Pavia. Personale fantastico!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cheerful-girl-with-tattooes-dreadlocks-is-sitting-food-court-while-drinking-coffee_613910-17170.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marco L.",
|
||||
handle: "@marcol",
|
||||
testimonial: "Ottima musica e cocktail ben fatti. Perfetto per il pre-serata.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-pointing-his-empty-glass-restaurant_23-2149316805.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sara B.",
|
||||
handle: "@sarab",
|
||||
testimonial: "Ho organizzato qui la mia laurea, tutto perfetto!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-portrait-young-man-with-long-hair_23-2149122923.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Luca F.",
|
||||
handle: "@lucaf",
|
||||
testimonial: "Atmosfera universitaria top. Prezzi giusti per il centro.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-glass-beer-with-her-friend_23-2147859632.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena V.",
|
||||
handle: "@elenav",
|
||||
testimonial: "Cocktail spaziali, il mojito Clan è una garanzia.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-having-fun-party_23-2150188405.jpg",
|
||||
},
|
||||
{ id: "1", name: "Giulia R.", handle: "@giuliar", testimonial: "Il miglior posto dove fare aperitivo a Pavia. Personale fantastico!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cheerful-girl-with-tattooes-dreadlocks-is-sitting-food-court-while-drinking-coffee_613910-17170.jpg" },
|
||||
{ id: "2", name: "Marco L.", handle: "@marcol", testimonial: "Ottima musica e cocktail ben fatti. Perfetto per il pre-serata.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-man-pointing-his-empty-glass-restaurant_23-2149316805.jpg" },
|
||||
{ id: "3", name: "Sara B.", handle: "@sarab", testimonial: "Ho organizzato qui la mia laurea, tutto perfetto!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/urban-portrait-young-man-with-long-hair_23-2149122923.jpg" },
|
||||
{ id: "4", name: "Luca F.", handle: "@lucaf", testimonial: "Atmosfera universitaria top. Prezzi giusti per il centro.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-glass-beer-with-her-friend_23-2147859632.jpg" },
|
||||
{ id: "5", name: "Elena V.", handle: "@elenav", testimonial: "Cocktail spaziali, il mojito Clan è una garanzia.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-having-fun-party_23-2150188405.jpg" }
|
||||
]}
|
||||
showRating={true}
|
||||
title="Cosa dicono di noi"
|
||||
@@ -305,21 +144,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Dove si trova Il Clan?",
|
||||
content: "Siamo in Piazza della Vittoria, 12, proprio nel centro storico di Pavia.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "È possibile prenotare per feste?",
|
||||
content: "Assolutamente sì! Contattaci per lauree, compleanni o eventi aziendali.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Avete opzioni per chi non beve alcolici?",
|
||||
content: "Certamente, il nostro menu include mocktail preparati con cura.",
|
||||
},
|
||||
{ id: "f1", title: "Dove si trova Il Clan?", content: "Siamo in Piazza della Vittoria, 12, proprio nel centro storico di Pavia." },
|
||||
{ id: "f2", title: "È possibile prenotare per feste?", content: "Assolutamente sì! Contattaci per lauree, compleanni o eventi aziendali." },
|
||||
{ id: "f3", title: "Avete opzioni per chi non beve alcolici?", content: "Certamente, il nostro menu include mocktail preparati con cura." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-image-wine-glasses-hanging-bar-bar-counter_613910-18609.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -332,9 +159,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Contattaci"
|
||||
title="Prenota ora o richiedi info"
|
||||
description="Vuoi organizzare una festa o prenotare un tavolo? Compila il modulo e ti risponderemo subito."
|
||||
@@ -344,42 +169,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Piazza della Vittoria, 12",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Pavia, Italia",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Chi Siamo",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contatti",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Piazza della Vittoria, 12", href: "#" }, { label: "Pavia, Italia", href: "#" }] },
|
||||
{ items: [{ label: "Facebook", href: "#" }, { label: "Instagram", href: "#" }] },
|
||||
{ items: [{ label: "Chi Siamo", href: "#about" }, { label: "Contatti", href: "#contact" }] }
|
||||
]}
|
||||
logoText="Il Clan"
|
||||
/>
|
||||
@@ -387,4 +179,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user