Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2414e628fe | |||
| 101b250afb | |||
| a9b68faf71 |
178
src/app/page.tsx
178
src/app/page.tsx
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
|||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
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 NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
@@ -30,43 +30,23 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Inicio", id: "hero" },
|
||||||
name: "Inicio",
|
{ name: "Historia", id: "about" },
|
||||||
id: "hero",
|
{ name: "Productos", id: "products" },
|
||||||
},
|
{ name: "Cafetería", id: "cafe" },
|
||||||
{
|
{ name: "Contacto", id: "contact" },
|
||||||
name: "Historia",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Productos",
|
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Cafetería",
|
|
||||||
id: "cafe",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contacto",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Bornachea"
|
brandName="Bornachea"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroBillboard
|
||||||
logoText="Pastelería Bornachea"
|
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."
|
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={[
|
buttons={[{ text: "Descubre nuestros productos", href: "#products" }]}
|
||||||
{
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcUPFWapOveYbYrrOlCfQcg1G6/uploaded-1774788360316-gj0a8otf.jpg"
|
||||||
text: "Descubre nuestros productos",
|
background={{ variant: 'sparkles-gradient' }}
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
buttonAnimation="slide-up"
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/freshly-baked-homemade-cakes-festive-table_169016-10785.jpg"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -77,12 +57,7 @@ export default function LandingPage() {
|
|||||||
title="Más de un siglo horneando sueños"
|
title="Más de un siglo horneando sueños"
|
||||||
tagIcon={Award}
|
tagIcon={Award}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[{ text: "Leer más", href: "#" }]}
|
||||||
{
|
|
||||||
text: "Leer más",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -93,36 +68,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "p1", name: "Hojuelas", price: "Artesanales", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dish-with-peanuts_23-2150408184.jpg" },
|
||||||
id: "p1",
|
{ id: "p2", name: "Gosúas", price: "Producto Estrella", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-roll_23-2150645390.jpg" },
|
||||||
name: "Hojuelas",
|
{ id: "p3", name: "Pasteles Variados", price: "Surtido", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-cupcake-concept_23-2148777788.jpg?_wi=1" },
|
||||||
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",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Nuestras Especialidades"
|
title="Nuestras Especialidades"
|
||||||
description="Delicias artesanas elaboradas diariamente con la receta centenaria que nos caracteriza."
|
description="Delicias artesanas elaboradas diariamente con la receta centenaria que nos caracteriza."
|
||||||
@@ -135,30 +83,8 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ id: "f1", title: "Ambiente acogedor", tags: ["Desayunos"], imageSrc: "http://img.b2bpic.net/free-photo/christmas-cafe-with-coffee-cake_53876-121568.jpg" },
|
||||||
id: "f1",
|
{ 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: "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",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Un espacio para compartir"
|
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."
|
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!"
|
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}
|
rating={5}
|
||||||
author="Cliente satisfecho"
|
author="Cliente satisfecho"
|
||||||
avatars={[
|
avatars={[{ src: "http://img.b2bpic.net/free-photo/smiling-woman-with-short-hair_23-2148262830.jpg", alt: "Cliente" }]}
|
||||||
{
|
|
||||||
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",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="blur-reveal"
|
avatarsAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
@@ -203,23 +108,12 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "faq1", title: "Horario de apertura", content: "Lunes a Domingo: 08:00 - 20:00" },
|
||||||
id: "faq1",
|
{ id: "faq2", title: "Pedidos especiales", content: "Disponibles bajo reserva con 48h de antelación." },
|
||||||
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"
|
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."
|
ctaDescription="Calle La Estación, 29, Miranda de Ebro. Ven a disfrutar de la tradición."
|
||||||
ctaButton={{
|
ctaButton={{ text: "Llámanos ahora", href: "tel:+34947000000" }}
|
||||||
text: "Llámanos ahora",
|
|
||||||
href: "tel:+34947000000",
|
|
||||||
}}
|
|
||||||
ctaIcon={Phone}
|
ctaIcon={Phone}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -227,32 +121,8 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Pastelería Bornachea", items: [{ label: "Sobre nosotros", href: "#about" }, { label: "Productos", href: "#products" }] },
|
||||||
title: "Pastelería Bornachea",
|
{ title: "Legal", items: [{ label: "Privacidad", href: "#" }, { label: "Aviso legal", href: "#" }] },
|
||||||
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"
|
bottomLeftText="© 2024 Pastelería Bornachea"
|
||||||
bottomRightText="Gracias por confiar en la tradición"
|
bottomRightText="Gracias por confiar en la tradición"
|
||||||
@@ -261,4 +131,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user