Merge version_1 into main #2
190
src/app/page.tsx
190
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Nuestra Historia",
|
||||
id: "about",
|
||||
},
|
||||
name: "Nuestra Historia", id: "about"},
|
||||
{
|
||||
name: "Carta",
|
||||
id: "products",
|
||||
},
|
||||
name: "Carta", id: "products"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="Granja Born 15"
|
||||
/>
|
||||
@@ -52,63 +44,38 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="La xocolateria de siempre en Manresa."
|
||||
description="Más de 40 años creando desayunos, meriendas y momentos especiales. Tradición, calidad y el mejor chocolate artesano de la ciudad."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bakery-shop-open-post-covid-pandemic-new-normal-staff-face-masks_53876-101925.jpg",
|
||||
alt: "Cliente habitual",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/bakery-shop-open-post-covid-pandemic-new-normal-staff-face-masks_53876-101925.jpg", alt: "Cliente habitual"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-fresh-apple-donuts_23-2147860326.jpg",
|
||||
alt: "Cliente frecuente",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-fresh-apple-donuts_23-2147860326.jpg", alt: "Cliente frecuente"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-young-beautiful-smiling-hipster-female-trendy-summer-clothescarefree-women-posing-veranda-cafe-streetpositive-models-drinking-white-wineeating-croissanttaking-selfie-photos_158538-24281.jpg",
|
||||
alt: "Cliente familiar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/two-young-beautiful-smiling-hipster-female-trendy-summer-clothescarefree-women-posing-veranda-cafe-streetpositive-models-drinking-white-wineeating-croissanttaking-selfie-photos_158538-24281.jpg", alt: "Cliente familiar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-phone_23-2149250128.jpg",
|
||||
alt: "Cliente tradición",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-phone_23-2149250128.jpg", alt: "Cliente tradición"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/pattern-with-cups-tea_1015-171.jpg",
|
||||
alt: "Cliente joven",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/pattern-with-cups-tea_1015-171.jpg", alt: "Cliente joven"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Carta",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Ver Carta", href: "#products"},
|
||||
{
|
||||
text: "Cómo llegar",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Cómo llegar", href: "#contact"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Chocolate Artesano",
|
||||
},
|
||||
type: "text", text: "Chocolate Artesano"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Bollería Recién Horneada",
|
||||
},
|
||||
type: "text", text: "Bollería Recién Horneada"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Café de Especialidad",
|
||||
},
|
||||
type: "text", text: "Café de Especialidad"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ambiente Familiar",
|
||||
},
|
||||
type: "text", text: "Ambiente Familiar"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tradición desde 1980",
|
||||
},
|
||||
type: "text", text: "Tradición desde 1980"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,9 +86,7 @@ export default function LandingPage() {
|
||||
title="Un rincón de historia en Manresa"
|
||||
buttons={[
|
||||
{
|
||||
text: "Visítanos",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visítanos", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -134,47 +99,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Chocolate Caliente",
|
||||
price: "4.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-cheese-mascarpone-chocolate-pearls-plate_140725-11022.jpg?_wi=1",
|
||||
imageAlt: "Chocolate caliente artesano",
|
||||
},
|
||||
id: "p1", name: "Chocolate Caliente", price: "4.50€", imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-cheese-mascarpone-chocolate-pearls-plate_140725-11022.jpg", imageAlt: "Chocolate caliente artesano"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Café Premium",
|
||||
price: "2.00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-morning-coffee-breakfast-croissant_23-2148337119.jpg?_wi=1",
|
||||
imageAlt: "Café de calidad",
|
||||
},
|
||||
id: "p2", name: "Café Premium", price: "2.00€", imageSrc: "http://img.b2bpic.net/free-photo/high-view-morning-coffee-breakfast-croissant_23-2148337119.jpg", imageAlt: "Café de calidad"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Bocadillos Variados",
|
||||
price: "5.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-herbs_2829-8623.jpg?_wi=1",
|
||||
imageAlt: "Bocadillo tradicional",
|
||||
},
|
||||
id: "p3", name: "Bocadillos Variados", price: "5.50€", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-herbs_2829-8623.jpg", imageAlt: "Bocadillo tradicional"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Bollería Artesana",
|
||||
price: "2.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-herbs_2829-8623.jpg?_wi=2",
|
||||
imageAlt: "Bollería variada",
|
||||
},
|
||||
id: "p4", name: "Bollería Artesana", price: "2.50€", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-herbs_2829-8623.jpg", imageAlt: "Bollería variada"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Suizo con Nata",
|
||||
price: "5.00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-cheese-mascarpone-chocolate-pearls-plate_140725-11022.jpg?_wi=2",
|
||||
imageAlt: "Suizo con nata",
|
||||
},
|
||||
id: "p5", name: "Suizo con Nata", price: "5.00€", imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-cheese-mascarpone-chocolate-pearls-plate_140725-11022.jpg", imageAlt: "Suizo con nata"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Zumos Naturales",
|
||||
price: "3.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-morning-coffee-breakfast-croissant_23-2148337119.jpg?_wi=2",
|
||||
imageAlt: "Zumo recién exprimido",
|
||||
},
|
||||
id: "p6", name: "Zumos Naturales", price: "3.50€", imageSrc: "http://img.b2bpic.net/free-photo/high-view-morning-coffee-breakfast-croissant_23-2148337119.jpg", imageAlt: "Zumo recién exprimido"},
|
||||
]}
|
||||
title="Nuestros Productos"
|
||||
description="Recetas tradicionales elaboradas cada día con mimo."
|
||||
@@ -185,48 +120,24 @@ export default function LandingPage() {
|
||||
<TestimonialCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marta R.",
|
||||
role: "Cliente",
|
||||
company: "Manresa",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bakery-shop-open-post-covid-pandemic-new-normal-staff-face-masks_53876-101925.jpg",
|
||||
},
|
||||
id: "1", name: "Marta R.", role: "Cliente", company: "Manresa", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bakery-shop-open-post-covid-pandemic-new-normal-staff-face-masks_53876-101925.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jordi P.",
|
||||
role: "Cliente",
|
||||
company: "Manresa",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-apple-donuts_23-2147860326.jpg",
|
||||
},
|
||||
id: "2", name: "Jordi P.", role: "Cliente", company: "Manresa", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-apple-donuts_23-2147860326.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Familia G.",
|
||||
role: "Cliente",
|
||||
company: "Manresa",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-smiling-hipster-female-trendy-summer-clothescarefree-women-posing-veranda-cafe-streetpositive-models-drinking-white-wineeating-croissanttaking-selfie-photos_158538-24281.jpg",
|
||||
},
|
||||
id: "3", name: "Familia G.", role: "Cliente", company: "Manresa", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-smiling-hipster-female-trendy-summer-clothescarefree-women-posing-veranda-cafe-streetpositive-models-drinking-white-wineeating-croissanttaking-selfie-photos_158538-24281.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena M.",
|
||||
role: "Cliente",
|
||||
company: "Manresa",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-phone_23-2149250128.jpg",
|
||||
},
|
||||
id: "4", name: "Elena M.", role: "Cliente", company: "Manresa", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-phone_23-2149250128.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Carlos S.",
|
||||
role: "Cliente",
|
||||
company: "Manresa",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/pattern-with-cups-tea_1015-171.jpg",
|
||||
},
|
||||
id: "5", name: "Carlos S.", role: "Cliente", company: "Manresa", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/pattern-with-cups-tea_1015-171.jpg"},
|
||||
]}
|
||||
title="Lo que dicen nuestros clientes"
|
||||
description="La satisfacción de quienes nos visitan cada día es nuestra mejor recompensa."
|
||||
@@ -237,8 +148,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contacto"
|
||||
title="Encuéntranos en Carrer del Born 15"
|
||||
description="Estamos abiertos para servirte los mejores desayunos y meriendas tradicionales. Ven a saludarnos."
|
||||
@@ -251,41 +161,27 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Lunes-Viernes: 8:30-13:00 / 16:00-21:00",
|
||||
href: "#",
|
||||
},
|
||||
label: "Lunes-Viernes: 8:30-13:00 / 16:00-21:00", href: "#"},
|
||||
{
|
||||
label: "Sábado: 8:30-13:00 / 16:00-22:00",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sábado: 8:30-13:00 / 16:00-22:00", href: "#"},
|
||||
{
|
||||
label: "Domingo: Cerrado",
|
||||
href: "#",
|
||||
},
|
||||
label: "Domingo: Cerrado", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Tel: 938 72 61 76",
|
||||
href: "tel:938726176",
|
||||
},
|
||||
label: "Tel: 938 72 61 76", href: "tel:938726176"},
|
||||
{
|
||||
label: "Email: granjaborn15scp@gmail.com",
|
||||
href: "mailto:granjaborn15scp@gmail.com",
|
||||
},
|
||||
label: "Email: granjaborn15scp@gmail.com", href: "mailto:granjaborn15scp@gmail.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user