3 Commits

Author SHA1 Message Date
2414e628fe Update src/app/page.tsx 2026-03-29 12:46:21 +00:00
101b250afb Update src/app/page.tsx 2026-03-29 12:40:44 +00:00
a9b68faf71 Merge version_1 into main
Merge version_1 into main
2026-03-29 12:37:50 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
@@ -30,43 +30,23 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Inicio",
id: "hero",
},
{
name: "Historia",
id: "about",
},
{
name: "Productos",
id: "products",
},
{
name: "Cafetería",
id: "cafe",
},
{
name: "Contacto",
id: "contact",
},
{ name: "Inicio", id: "hero" },
{ name: "Historia", id: "about" },
{ name: "Productos", id: "products" },
{ name: "Cafetería", id: "cafe" },
{ name: "Contacto", id: "contact" },
]}
brandName="Bornachea"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="Pastelería Bornachea"
<HeroBillboard
title="Pastelería Bornachea"
description="Tradición y dulzura desde hace más de 100 años. Elaboración artesanal con ingredientes de la más alta calidad en el corazón de Miranda de Ebro."
buttons={[
{
text: "Descubre nuestros productos",
href: "#products",
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/freshly-baked-homemade-cakes-festive-table_169016-10785.jpg"
buttons={[{ text: "Descubre nuestros productos", href: "#products" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcUPFWapOveYbYrrOlCfQcg1G6/uploaded-1774788360316-gj0a8otf.jpg"
background={{ variant: 'sparkles-gradient' }}
/>
</div>
@@ -77,12 +57,7 @@ export default function LandingPage() {
title="Más de un siglo horneando sueños"
tagIcon={Award}
buttonAnimation="slide-up"
buttons={[
{
text: "Leer más",
href: "#",
},
]}
buttons={[{ text: "Leer más", href: "#" }]}
/>
</div>
@@ -93,36 +68,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Hojuelas",
price: "Artesanales",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dish-with-peanuts_23-2150408184.jpg",
},
{
id: "p2",
name: "Gosúas",
price: "Producto Estrella",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-roll_23-2150645390.jpg",
},
{
id: "p3",
name: "Pasteles Variados",
price: "Surtido",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-cupcake-concept_23-2148777788.jpg?_wi=1",
},
{
id: "p4",
name: "Chocolate a la Taza",
price: "Tradicional",
imageSrc: "http://img.b2bpic.net/free-photo/aroma-coffee-orange-slices-chocolate-burlap_114579-52748.jpg",
},
{
id: "p5",
name: "Tartas Personalizadas",
price: "Bajo encargo",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-cupcake-concept_23-2148777788.jpg?_wi=2",
},
{ id: "p1", name: "Hojuelas", price: "Artesanales", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dish-with-peanuts_23-2150408184.jpg" },
{ id: "p2", name: "Gosúas", price: "Producto Estrella", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-roll_23-2150645390.jpg" },
{ id: "p3", name: "Pasteles Variados", price: "Surtido", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-cupcake-concept_23-2148777788.jpg?_wi=1" },
]}
title="Nuestras Especialidades"
description="Delicias artesanas elaboradas diariamente con la receta centenaria que nos caracteriza."
@@ -135,30 +83,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
{
id: "f1",
title: "Ambiente acogedor",
tags: [
"Desayunos",
],
imageSrc: "http://img.b2bpic.net/free-photo/christmas-cafe-with-coffee-cake_53876-121568.jpg",
},
{
id: "f2",
title: "Chocolate artesano",
tags: [
"Meriendas",
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-latte-with-kettle_23-2148337135.jpg",
},
{
id: "f3",
title: "Trato familiar",
tags: [
"Servicio",
],
imageSrc: "http://img.b2bpic.net/free-photo/waitress-holding-cake_23-2147821280.jpg",
},
{ id: "f1", title: "Ambiente acogedor", tags: ["Desayunos"], imageSrc: "http://img.b2bpic.net/free-photo/christmas-cafe-with-coffee-cake_53876-121568.jpg" },
{ id: "f2", title: "Chocolate artesano", tags: ["Meriendas"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-latte-with-kettle_23-2148337135.jpg" },
]}
title="Un espacio para compartir"
description="Ven a disfrutar de un ambiente acogedor en nuestra cafetería. La combinación perfecta de café seleccionado y nuestros dulces tradicionales."
@@ -171,28 +97,7 @@ export default function LandingPage() {
testimonial="Trato excelente, materia prima estupenda y una calidad que se nota en cada bocado. ¡La atención de Teresa y Mari Paz es maravillosa!"
rating={5}
author="Cliente satisfecho"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-short-hair_23-2148262830.jpg",
alt: "Cliente 1",
},
{
src: "http://img.b2bpic.net/free-photo/blonde-woman-watching-something-her-phone-home_23-2148391973.jpg",
alt: "Cliente 2",
},
{
src: "http://img.b2bpic.net/free-photo/young-woman-smiling-isolated-yellow_23-2149088351.jpg",
alt: "Cliente 3",
},
{
src: "http://img.b2bpic.net/free-photo/young-laughing-woman-against-pink-wall-posing-isolated-pink-wall-wearing-striped-t-shirt-girl-expressing-positive-emotions_176532-10916.jpg",
alt: "Cliente 4",
},
{
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-short-hair_23-2148262830.jpg",
alt: "Cliente 5",
},
]}
avatars={[{ src: "http://img.b2bpic.net/free-photo/smiling-woman-with-short-hair_23-2148262830.jpg", alt: "Cliente" }]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
/>
@@ -203,23 +108,12 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={true}
faqs={[
{
id: "faq1",
title: "Horario de apertura",
content: "Lunes a Domingo: 08:00 - 20:00",
},
{
id: "faq2",
title: "Pedidos especiales",
content: "Disponibles bajo reserva con 48h de antelación.",
},
{ id: "faq1", title: "Horario de apertura", content: "Lunes a Domingo: 08:00 - 20:00" },
{ id: "faq2", title: "Pedidos especiales", content: "Disponibles bajo reserva con 48h de antelación." },
]}
ctaTitle="Visítanos en el corazón de Miranda"
ctaDescription="Calle La Estación, 29, Miranda de Ebro. Ven a disfrutar de la tradición."
ctaButton={{
text: "Llámanos ahora",
href: "tel:+34947000000",
}}
ctaButton={{ text: "Llámanos ahora", href: "tel:+34947000000" }}
ctaIcon={Phone}
/>
</div>
@@ -227,32 +121,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Pastelería Bornachea",
items: [
{
label: "Sobre nosotros",
href: "#about",
},
{
label: "Productos",
href: "#products",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacidad",
href: "#",
},
{
label: "Aviso legal",
href: "#",
},
],
},
{ title: "Pastelería Bornachea", items: [{ label: "Sobre nosotros", href: "#about" }, { label: "Productos", href: "#products" }] },
{ title: "Legal", items: [{ label: "Privacidad", href: "#" }, { label: "Aviso legal", href: "#" }] },
]}
bottomLeftText="© 2024 Pastelería Bornachea"
bottomRightText="Gracias por confiar en la tradición"
@@ -261,4 +131,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}