diff --git a/src/app/page.tsx b/src/app/page.tsx
index 30a16af..cb29324 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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() {
-
@@ -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: "#" }]}
/>
@@ -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}
/>
@@ -227,32 +121,8 @@ export default function LandingPage() {