Update src/app/page.tsx
This commit is contained in:
227
src/app/page.tsx
227
src/app/page.tsx
@@ -32,74 +32,37 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Eventi",
|
||||
id: "events",
|
||||
},
|
||||
name: "Eventi", id: "events"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Food & Drink",
|
||||
id: "food",
|
||||
},
|
||||
name: "Food & Drink", id: "food"},
|
||||
{
|
||||
name: "Contatti",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contatti", id: "contact"},
|
||||
]}
|
||||
brandName="Backstage Binasco"
|
||||
button={{
|
||||
text: "Prenota ora",
|
||||
href: "https://wa.me/393331234567",
|
||||
}}
|
||||
text: "Prenota ora", href: "https://wa.me/393331234567"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Backstage Binasco"
|
||||
description="Eventi, musica live e serate indimenticabili. Vivi il cuore della nightlife a Binasco."
|
||||
buttons={[
|
||||
{
|
||||
text: "Prenota su WhatsApp",
|
||||
href: "https://wa.me/393331234567",
|
||||
},
|
||||
text: "Prenota su WhatsApp", href: "https://wa.me/393331234567"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-lights-comosition_23-2147798854.jpg?_wi=1",
|
||||
imageAlt: "Party night crowd",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-throwing-up-champagne-confetti_23-2147651888.jpg?_wi=1",
|
||||
imageAlt: "DJ set performance",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-clubbing-with-people-bar_482257-84185.jpg?_wi=1",
|
||||
imageAlt: "Live music stage",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-people-enjoying-disco-music-home-while-celebrating-friendship-anniversary-event-multiethnic-group-closed-friends-dancing-together-living-room-wine-party-while-having-fun_482257-47323.jpg",
|
||||
imageAlt: "Nightclub atmosphere",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-night-outdoor_23-2148281579.jpg",
|
||||
imageAlt: "Friends at cocktail bar",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiracial-couple-dancing-together-while-partying-crowded-nightclub-man-woman-clubbing-having-fun-dancefloor-illuminated-with-spotlights-club-discotheque_482257-67278.jpg",
|
||||
imageAlt: "Crowd dancing",
|
||||
},
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/abstract-lights-comosition_23-2147798854.jpg", imageAlt: "Party night crowd" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/friends-throwing-up-champagne-confetti_23-2147651888.jpg", imageAlt: "DJ set performance" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/young-man-clubbing-with-people-bar_482257-84185.jpg", imageAlt: "Live music stage" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-people-enjoying-disco-music-home-while-celebrating-friendship-anniversary-event-multiethnic-group-closed-friends-dancing-together-living-room-wine-party-while-having-fun_482257-47323.jpg", imageAlt: "Nightclub atmosphere" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-night-outdoor_23-2148281579.jpg", imageAlt: "Friends at cocktail bar" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/multiracial-couple-dancing-together-while-partying-crowded-nightclub-man-woman-clubbing-having-fun-dancefloor-illuminated-with-spotlights-club-discotheque_482257-67278.jpg", imageAlt: "Crowd dancing" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -111,40 +74,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Live Music",
|
||||
description: "Cover band, tributi e jam session ogni settimana.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-audience-with-arms-raised-front-stage-music-concert_637285-640.jpg",
|
||||
imageAlt: "Live music concert",
|
||||
},
|
||||
title: "Live Music", description: "Cover band, tributi e jam session ogni settimana.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-audience-with-arms-raised-front-stage-music-concert_637285-640.jpg", imageAlt: "Live music concert"},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-lights-comosition_23-2147798854.jpg?_wi=2",
|
||||
imageAlt: "nightlife music event",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "DJ Sets",
|
||||
description: "Ritmi dance e hit del momento per ballare fino a tardi.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-imitating-each-other_23-2148281578.jpg",
|
||||
imageAlt: "DJ mixing music",
|
||||
},
|
||||
title: "DJ Sets", description: "Ritmi dance e hit del momento per ballare fino a tardi.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-imitating-each-other_23-2148281578.jpg", imageAlt: "DJ mixing music"},
|
||||
items: [],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-throwing-up-champagne-confetti_23-2147651888.jpg?_wi=2",
|
||||
imageAlt: "nightlife music event",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Karaoke Night",
|
||||
description: "Prendi il microfono e diventa la star della serata.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-fun-vibrant-techno-music-party_23-2150551542.jpg",
|
||||
imageAlt: "People singing karaoke",
|
||||
},
|
||||
title: "Karaoke Night", description: "Prendi il microfono e diventa la star della serata.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-fun-vibrant-techno-music-party_23-2150551542.jpg", imageAlt: "People singing karaoke"},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-clubbing-with-people-bar_482257-84185.jpg?_wi=2",
|
||||
imageAlt: "nightlife music event",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Calendario Eventi"
|
||||
@@ -174,41 +119,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Backstage Burger XXL",
|
||||
price: "14€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-tasty-with-vegetables-meat-inside-round-plate_140725-11602.jpg",
|
||||
},
|
||||
id: "p1", name: "Backstage Burger XXL", price: "14€", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-tasty-with-vegetables-meat-inside-round-plate_140725-11602.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Signature Spritz",
|
||||
price: "7€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-hand-holding-glass-drinks_23-2147859628.jpg",
|
||||
},
|
||||
id: "p2", name: "Signature Spritz", price: "7€", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-hand-holding-glass-drinks_23-2147859628.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Artigianale alla spina",
|
||||
price: "6€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-friend-s-hand-holding-glass-alcoholic-drinks_23-2147919247.jpg",
|
||||
},
|
||||
id: "p3", name: "Artigianale alla spina", price: "6€", imageSrc: "http://img.b2bpic.net/free-photo/two-friend-s-hand-holding-glass-alcoholic-drinks_23-2147919247.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Polpette della Nonna",
|
||||
price: "9€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-platter-with-crepes-fried-egg-side-ingredients_114579-71901.jpg",
|
||||
},
|
||||
id: "p4", name: "Polpette della Nonna", price: "9€", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-platter-with-crepes-fried-egg-side-ingredients_114579-71901.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Mojito Esotico",
|
||||
price: "8€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/citrus-lemonade-lemon-sparkling-water-lime-ice-side-view_141793-12164.jpg",
|
||||
},
|
||||
id: "p5", name: "Mojito Esotico", price: "8€", imageSrc: "http://img.b2bpic.net/free-photo/citrus-lemonade-lemon-sparkling-water-lime-ice-side-view_141793-12164.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Tagliere Misto",
|
||||
price: "12€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-french-fries-with-seasonings-chicken-meal-brown-table_140725-104474.jpg",
|
||||
},
|
||||
id: "p6", name: "Tagliere Misto", price: "12€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-french-fries-with-seasonings-chicken-meal-brown-table_140725-104474.jpg"},
|
||||
]}
|
||||
title="Food & Drink Menu"
|
||||
description="Sapori intensi e cocktail artigianali. Dalle nostre polpette leggendarie ai panini XXL."
|
||||
@@ -222,26 +143,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Divertimento",
|
||||
description: "Ogni weekend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/magenta-flash-near-lights_23-2147798893.jpg",
|
||||
},
|
||||
id: "m1", value: "100%", title: "Divertimento", description: "Ogni weekend.", imageSrc: "http://img.b2bpic.net/free-photo/magenta-flash-near-lights_23-2147798893.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
title: "Eventi Live",
|
||||
description: "Ogni anno.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/usbc-cable-neon-bokeh-digital-life-futuristic-connector_169016-71461.jpg",
|
||||
},
|
||||
id: "m2", value: "50+", title: "Eventi Live", description: "Ogni anno.", imageSrc: "http://img.b2bpic.net/free-photo/usbc-cable-neon-bokeh-digital-life-futuristic-connector_169016-71461.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "1000+",
|
||||
title: "Clienti Felici",
|
||||
description: "La nostra forza.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-glass-champagne-blue-lamps_23-2148330460.jpg",
|
||||
},
|
||||
id: "m3", value: "1000+", title: "Clienti Felici", description: "La nostra forza.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-glass-champagne-blue-lamps_23-2148330460.jpg"},
|
||||
]}
|
||||
title="I Momenti Migliori"
|
||||
description="Guarda come ci divertiamo! Un assaggio delle nostre serate al Backstage."
|
||||
@@ -255,59 +161,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Salvatore S.",
|
||||
role: "Cliente",
|
||||
company: "Binasco",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232865.jpg",
|
||||
},
|
||||
id: "1", name: "Salvatore S.", role: "Cliente", company: "Binasco", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232865.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Daniel I.",
|
||||
role: "Cliente",
|
||||
company: "Binasco",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-smoke-electronic-cigarette-vape-shop-vape-bar-guy-is-looking-camera_639032-347.jpg",
|
||||
},
|
||||
id: "2", name: "Daniel I.", role: "Cliente", company: "Binasco", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-smoke-electronic-cigarette-vape-shop-vape-bar-guy-is-looking-camera_639032-347.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rita B.",
|
||||
role: "Cliente",
|
||||
company: "Milano",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-sitting-with-beer_23-2148872464.jpg",
|
||||
},
|
||||
id: "3", name: "Rita B.", role: "Cliente", company: "Milano", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-sitting-with-beer_23-2148872464.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Walter M.",
|
||||
role: "Cliente",
|
||||
company: "Binasco",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sisters-enjoying-new-year-party_23-2149173297.jpg",
|
||||
},
|
||||
id: "4", name: "Walter M.", role: "Cliente", company: "Binasco", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sisters-enjoying-new-year-party_23-2149173297.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Katia G.",
|
||||
role: "Cliente",
|
||||
company: "Binasco",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-red-dress-with-glowing-lamps_23-2148330461.jpg",
|
||||
},
|
||||
id: "5", name: "Katia G.", role: "Cliente", company: "Binasco", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-red-dress-with-glowing-lamps_23-2148330461.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Rating Google",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Recensioni",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Divertimento",
|
||||
},
|
||||
{ value: "4.9", label: "Rating Google" },
|
||||
{ value: "500+", label: "Recensioni" },
|
||||
{ value: "100%", label: "Divertimento" },
|
||||
]}
|
||||
title="Cosa dicono di noi"
|
||||
description="La nostra community è la nostra forza. Grazie per il calore!"
|
||||
@@ -318,8 +190,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contattaci"
|
||||
title="Prenota il tuo tavolo ora"
|
||||
description="Siamo a Binasco (MI). Prenota un tavolo per la prossima serata live via WhatsApp."
|
||||
@@ -335,14 +206,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user