Merge version_1 into main #2
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmall"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="Good Times"
|
||||
description="Cerveza artesanal para disfrutar los buenos tiempos. Desde La Serena / Coquimbo, llevamos el sabor artesanal y la vibra costera a cada momento."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Ver cervezas", href: "#beers" },
|
||||
{ text: "Pedir por WhatsApp", href: "https://wa.me/56XXXXXXXXX?text=Hola%20Good%20Times%2C%20quiero%20consultar%20sobre%20vuestras%20cervezas%20artesanales." }
|
||||
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/nature-retro-beautiful-beach-leaf_1203-5005.jpg"
|
||||
imageAlt="Atardecer en la playa con cerveza artesanal Good Times"
|
||||
frameStyle="card"
|
||||
mediaAnimation="fade-in"
|
||||
mediaAnimation="opacity"
|
||||
ariaLabel="Hero section - Cervecería Good Times"
|
||||
/>
|
||||
</div>
|
||||
@@ -69,16 +69,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Cerveza Artesanal Local", description: "Elaboradas con ingredientes premium y pasión en La Serena, cada lote cuenta una historia de calidad y dedicación artesanal.", tag: "Artesanal", imageSrc: "http://img.b2bpic.net/free-photo/beer-bottle-opener-arrangement_23-2148726848.jpg?_wi=1", imageAlt: "Cerveza artesanal botella mango"
|
||||
id: "1", title: "Cerveza Artesanal Local", description: "Elaboradas con ingredientes premium y pasión en La Serena, cada lote cuenta una historia de calidad y dedicación artesanal.", tag: "Artesanal", imageSrc: "http://img.b2bpic.net/free-photo/beer-bottle-opener-arrangement_23-2148726848.jpg", imageAlt: "Cerveza artesanal botella mango"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Identidad Costera", description: "Inspiradas en los atardeceres, la brisa marina y el espíritu relajado de la costa chilena que trasciende en cada sabor.", tag: "Coastal Vibes", imageSrc: "http://img.b2bpic.net/free-photo/girl-sportswear-fitness-by-sea-listening_169016-3610.jpg?_wi=1", imageAlt: "playa relax lifestyle verano"
|
||||
id: "2", title: "Identidad Costera", description: "Inspiradas en los atardeceres, la brisa marina y el espíritu relajado de la costa chilena que trasciende en cada sabor.", tag: "Coastal Vibes", imageSrc: "http://img.b2bpic.net/free-photo/girl-sportswear-fitness-by-sea-listening_169016-3610.jpg", imageAlt: "playa relax lifestyle verano"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Experiencia Lifestyle", description: "No solo vendemos cerveza, creamos momentos: sunsets, eventos, música, amigos y buenos tiempos compartidos.", tag: "Lifestyle", imageSrc: "http://img.b2bpic.net/free-photo/couple-with-friends-beach_23-2147645534.jpg?_wi=1", imageAlt: "amigos playa atardecer cerveza"
|
||||
id: "3", title: "Experiencia Lifestyle", description: "No solo vendemos cerveza, creamos momentos: sunsets, eventos, música, amigos y buenos tiempos compartidos.", tag: "Lifestyle", imageSrc: "http://img.b2bpic.net/free-photo/couple-with-friends-beach_23-2147645534.jpg", imageAlt: "amigos playa atardecer cerveza"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Para Compartir", description: "Perfecta para llevar a eventos, ferias, terrazas o simplemente para disfrutar con quienes más importan.", tag: "Compartible", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-souvenirs-shop-side-view_23-2149726228.jpg?_wi=1", imageAlt: "feria gastronómica mercado artesanal"
|
||||
id: "4", title: "Para Compartir", description: "Perfecta para llevar a eventos, ferias, terrazas o simplemente para disfrutar con quienes más importan.", tag: "Compartible", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-souvenirs-shop-side-view_23-2149726228.jpg", imageAlt: "feria gastronómica mercado artesanal"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -95,7 +95,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "blondie-mango", name: "Blondie Mango", price: "Consultar", variant: "Refrescante, Frutal, Veraniega", imageSrc: "http://img.b2bpic.net/free-photo/beer-bottle-opener-arrangement_23-2148726848.jpg?_wi=2", imageAlt: "Cerveza Blondie Mango - Good Times"
|
||||
id: "blondie-mango", name: "Blondie Mango", price: "Consultar", variant: "Refrescante, Frutal, Veraniega", imageSrc: "http://img.b2bpic.net/free-photo/beer-bottle-opener-arrangement_23-2148726848.jpg", imageAlt: "Cerveza Blondie Mango - Good Times"
|
||||
},
|
||||
{
|
||||
id: "stout-calafate", name: "Stout Calafate", price: "Consultar", variant: "Oscura, Intensa, Distinta", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-bottles-white-background-with-copy-space_23-2148356743.jpg", imageAlt: "Cerveza Stout Calafate - Good Times"
|
||||
@@ -125,16 +125,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "vasos-premium", name: "Vasos y Chops Premium", price: "Desde $5.000", variant: "Vidrio, Diseño Good Times", imageSrc: "http://img.b2bpic.net/free-photo/cocktail-maya-picture-cup-table_140725-6588.jpg?_wi=1", imageAlt: "Vasos y Chops Premium Good Times"
|
||||
id: "vasos-premium", name: "Vasos y Chops Premium", price: "Desde $5.000", variant: "Vidrio, Diseño Good Times", imageSrc: "http://img.b2bpic.net/free-photo/cocktail-maya-picture-cup-table_140725-6588.jpg", imageAlt: "Vasos y Chops Premium Good Times"
|
||||
},
|
||||
{
|
||||
id: "pack-6-cervezas", name: "Pack Variado 6 Cervezas", price: "Desde $25.000", variant: "Mix Variedades, Estuche Premium", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-tasty-american-beer_23-2148907628.jpg", imageAlt: "Pack 6 Cervezas Good Times"
|
||||
},
|
||||
{
|
||||
id: "pack-5-chops", name: "Pack 5 Chops + Vaso Regalo", price: "Desde $18.000", variant: "Combo Ideal, Promoción", imageSrc: "http://img.b2bpic.net/free-photo/cocktail-maya-picture-cup-table_140725-6588.jpg?_wi=2", imageAlt: "Pack 5 Chops + Vaso Good Times"
|
||||
id: "pack-5-chops", name: "Pack 5 Chops + Vaso Regalo", price: "Desde $18.000", variant: "Combo Ideal, Promoción", imageSrc: "http://img.b2bpic.net/free-photo/cocktail-maya-picture-cup-table_140725-6588.jpg", imageAlt: "Pack 5 Chops + Vaso Good Times"
|
||||
},
|
||||
{
|
||||
id: "pulseras-promo", name: "Pulseras Promocionales", price: "Desde $1.000", variant: "Colores Marca, Tela Resistente", imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-with-iced-coffee_23-2149910904.jpg?_wi=1", imageAlt: "Pulseras Promocionales Good Times"
|
||||
id: "pulseras-promo", name: "Pulseras Promocionales", price: "Desde $1.000", variant: "Colores Marca, Tela Resistente", imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-with-iced-coffee_23-2149910904.jpg", imageAlt: "Pulseras Promocionales Good Times"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -155,16 +155,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "sunset-sessions", title: "Sunset Sessions", description: "Tardes doradas con vistas al mar, cerveza artesanal y buena vibra. El lugar perfecto para disfrutar el atardecer.", tag: "Golden Hour", imageSrc: "http://img.b2bpic.net/free-photo/friends-cooking-together-barbecue_23-2149071391.jpg?_wi=1", imageAlt: "evento sunset terraza dj"
|
||||
id: "sunset-sessions", title: "Sunset Sessions", description: "Tardes doradas con vistas al mar, cerveza artesanal y buena vibra. El lugar perfecto para disfrutar el atardecer.", tag: "Golden Hour", imageSrc: "http://img.b2bpic.net/free-photo/friends-cooking-together-barbecue_23-2149071391.jpg", imageAlt: "evento sunset terraza dj"
|
||||
},
|
||||
{
|
||||
id: "dj-sets", title: "DJ Sets en Vivo", description: "Música, ritmo y cerveza artesanal. Actualizamos constantemente nuestra agenda de eventos musicales.", tag: "Música", imageSrc: "http://img.b2bpic.net/free-photo/friends-cooking-together-barbecue_23-2149071391.jpg?_wi=2", imageAlt: "evento sunset terraza dj"
|
||||
id: "dj-sets", title: "DJ Sets en Vivo", description: "Música, ritmo y cerveza artesanal. Actualizamos constantemente nuestra agenda de eventos musicales.", tag: "Música", imageSrc: "http://img.b2bpic.net/free-photo/friends-cooking-together-barbecue_23-2149071391.jpg", imageAlt: "evento sunset terraza dj"
|
||||
},
|
||||
{
|
||||
id: "ferias-gastronomicas", title: "Ferias Gastronómicas", description: "Presencia constante en las ferias artesanales y eventos gastronómicos de La Serena y Coquimbo.", tag: "Ferias", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-souvenirs-shop-side-view_23-2149726228.jpg?_wi=2", imageAlt: "feria gastronómica mercado artesanal"
|
||||
id: "ferias-gastronomicas", title: "Ferias Gastronómicas", description: "Presencia constante en las ferias artesanales y eventos gastronómicos de La Serena y Coquimbo.", tag: "Ferias", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-souvenirs-shop-side-view_23-2149726228.jpg", imageAlt: "feria gastronómica mercado artesanal"
|
||||
},
|
||||
{
|
||||
id: "degustaciones", title: "Degustaciones Privadas", description: "Experiencias personalizadas para empresas, grupos y eventos especiales. Conoce en profundidad cada cerveza.", tag: "Privado", imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-kombucha-gathering_23-2150168530.jpg?_wi=1", imageAlt: "degustación cerveza artesanal evento"
|
||||
id: "degustaciones", title: "Degustaciones Privadas", description: "Experiencias personalizadas para empresas, grupos y eventos especiales. Conoce en profundidad cada cerveza.", tag: "Privado", imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-kombucha-gathering_23-2150168530.jpg", imageAlt: "degustación cerveza artesanal evento"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -181,19 +181,19 @@ export default function LandingPage() {
|
||||
blogs={[
|
||||
{
|
||||
id: "1", category: ["Lifestyle", "Beach"],
|
||||
title: "Atardecer en la costa", excerpt: "Momento perfecto para disfrutar Good Times con vistas al mar", imageSrc: "http://img.b2bpic.net/free-photo/girl-sportswear-fitness-by-sea-listening_169016-3610.jpg?_wi=2", imageAlt: "Playa atardecer lifestyle", authorName: "Good Times", authorAvatar: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468572.jpg", date: "Todos los días"
|
||||
title: "Atardecer en la costa", excerpt: "Momento perfecto para disfrutar Good Times con vistas al mar", imageSrc: "http://img.b2bpic.net/free-photo/girl-sportswear-fitness-by-sea-listening_169016-3610.jpg", imageAlt: "Playa atardecer lifestyle", authorName: "Good Times", authorAvatar: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468572.jpg", date: "Todos los días"
|
||||
},
|
||||
{
|
||||
id: "2", category: ["Amigos", "Eventos"],
|
||||
title: "Buenos momentos compartidos", excerpt: "La cerveza artesanal es mejor en compañía", imageSrc: "http://img.b2bpic.net/free-photo/couple-with-friends-beach_23-2147645534.jpg?_wi=2", imageAlt: "Amigos disfrutando cerveza", authorName: "Good Times", authorAvatar: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468572.jpg", date: "Fin de semana"
|
||||
title: "Buenos momentos compartidos", excerpt: "La cerveza artesanal es mejor en compañía", imageSrc: "http://img.b2bpic.net/free-photo/couple-with-friends-beach_23-2147645534.jpg", imageAlt: "Amigos disfrutando cerveza", authorName: "Good Times", authorAvatar: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468572.jpg", date: "Fin de semana"
|
||||
},
|
||||
{
|
||||
id: "3", category: ["Eventos", "Ferias"],
|
||||
title: "Presencia en mercados artesanales", excerpt: "Encontramos en las ferias gastronómicas más importantes de la región", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-souvenirs-shop-side-view_23-2149726228.jpg?_wi=3", imageAlt: "Feria artesanal evento", authorName: "Good Times", authorAvatar: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468572.jpg", date: "Tempadas"
|
||||
title: "Presencia en mercados artesanales", excerpt: "Encontramos en las ferias gastronómicas más importantes de la región", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-souvenirs-shop-side-view_23-2149726228.jpg", imageAlt: "Feria artesanal evento", authorName: "Good Times", authorAvatar: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468572.jpg", date: "Tempadas"
|
||||
},
|
||||
{
|
||||
id: "4", category: ["Branding", "Premium"],
|
||||
title: "Identidad visual Good Times", excerpt: "Cada detalle refleja nuestra dedicación a la calidad artesanal", imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-with-iced-coffee_23-2149910904.jpg?_wi=2", imageAlt: "Branding vasos diseño", authorName: "Good Times", authorAvatar: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468572.jpg", date: "Constantemente"
|
||||
title: "Identidad visual Good Times", excerpt: "Cada detalle refleja nuestra dedicación a la calidad artesanal", imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-with-iced-coffee_23-2149910904.jpg", imageAlt: "Branding vasos diseño", authorName: "Good Times", authorAvatar: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468572.jpg", date: "Constantemente"
|
||||
},
|
||||
{
|
||||
id: "5", category: ["Activación", "Experiencia"],
|
||||
@@ -201,7 +201,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "6", category: ["Degustación", "Experiencia"],
|
||||
title: "Degustaciones exclusivas", excerpt: "Aprende sobre el proceso artesanal y los sabores únicos de cada variedad", imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-kombucha-gathering_23-2150168530.jpg?_wi=2", imageAlt: "Degustación grupo personas", authorName: "Good Times", authorAvatar: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468572.jpg", date: "Bajo demanda"
|
||||
title: "Degustaciones exclusivas", excerpt: "Aprende sobre el proceso artesanal y los sabores únicos de cada variedad", imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-kombucha-gathering_23-2150168530.jpg", imageAlt: "Degustación grupo personas", authorName: "Good Times", authorAvatar: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468572.jpg", date: "Bajo demanda"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -236,9 +236,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Cuéntanos qué necesitas: pedidos, eventos, colaboraciones...", rows: 5, required: true }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/friends-cooking-together-barbecue_23-2149071391.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/friends-cooking-together-barbecue_23-2149071391.jpg"
|
||||
imageAlt="Evento Good Times sunset"
|
||||
mediaAnimation="fade-in"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
buttonText="Enviar consulta por WhatsApp"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user