Merge version_1 into main #2
166
src/app/page.tsx
166
src/app/page.tsx
@@ -6,6 +6,7 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin
|
||||
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
|
||||
import MediaAbout from "@/components/sections/about/MediaAbout";
|
||||
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
|
||||
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
@@ -36,8 +37,7 @@ export default function HomePage() {
|
||||
{ name: "Ubicación", id: "#location" }
|
||||
]}
|
||||
button={{
|
||||
text: "Contacto",
|
||||
href: "#contact"
|
||||
text: "Contacto", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -46,17 +46,16 @@ export default function HomePage() {
|
||||
<HeroSplitTestimonial
|
||||
title="Los auténticos tejeringos de toda la vida"
|
||||
description="Tradición y sabor en cada bocado. Descubre la experiencia de degustar auténticos tejeringos acompañados de chocolate caliente, elaborados con ingredientes de calidad."
|
||||
background={{ variant: "plain" }}
|
||||
tag="Cafetería Tradicional"
|
||||
tagIcon={Coffee}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Menú",
|
||||
href: "/menu"
|
||||
text: "Ver Menú", href: "/menu"
|
||||
},
|
||||
{
|
||||
text: "Reservar",
|
||||
href: "#contact"
|
||||
text: "Reservar", href: "#contact"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -66,31 +65,19 @@ export default function HomePage() {
|
||||
imagePosition="right"
|
||||
testimonials={[
|
||||
{
|
||||
name: "María González",
|
||||
handle: "Cliente desde 1985",
|
||||
testimonial: "Los mejores tejeringos de la ciudad. Una tradición que vale la pena mantener.",
|
||||
rating: 5,
|
||||
name: "María González", handle: "Cliente desde 1985", testimonial: "Los mejores tejeringos de la ciudad. Una tradición que vale la pena mantener.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-happy-young-woman-with-messy-braid-beautiful-charming-smile_273609-9329.jpg"
|
||||
},
|
||||
{
|
||||
name: "Carlos Ruiz",
|
||||
handle: "Vecino Local",
|
||||
testimonial: "Cada mañana, la familia desayuna aquí. ¡Es un ritual!",
|
||||
rating: 5,
|
||||
name: "Carlos Ruiz", handle: "Vecino Local", testimonial: "Cada mañana, la familia desayuna aquí. ¡Es un ritual!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-happy-young-guy-with-glasses-posing_176420-30005.jpg"
|
||||
},
|
||||
{
|
||||
name: "Ana Martínez",
|
||||
handle: "Turista",
|
||||
testimonial: "Una joya oculta con sabor auténtico. Imprescindible si visitas la ciudad.",
|
||||
rating: 5,
|
||||
name: "Ana Martínez", handle: "Turista", testimonial: "Una joya oculta con sabor auténtico. Imprescindible si visitas la ciudad.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-human-facial-expressions-emotions-reaction_343059-3355.jpg"
|
||||
},
|
||||
{
|
||||
name: "Luis Fernández",
|
||||
handle: "Empresario Local",
|
||||
testimonial: "Calidad y tradición. Eso es lo que hace especial a Tejeringos.",
|
||||
rating: 5,
|
||||
name: "Luis Fernández", handle: "Empresario Local", testimonial: "Calidad y tradición. Eso es lo que hace especial a Tejeringos.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-mature-man-showing-phone-call-gesture-isolated-olive-green-background_141793-62949.jpg"
|
||||
}
|
||||
]}
|
||||
@@ -108,12 +95,11 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Conoce más",
|
||||
href: "/menu"
|
||||
text: "Conoce más", href: "/menu"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/small-business-items-serving-coffee_23-2149458027.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/small-business-items-serving-coffee_23-2149458027.jpg"
|
||||
imageAlt="Interior acogedor del local de Tejeringos"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -129,31 +115,19 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Tejeringos Clásicos",
|
||||
description: "Los auténticos tejeringos de toda la vida, crujientes por fuera y tiernos por dentro, perfectos para acompañar con chocolate caliente.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-person-s-hand-slicing-bread-with-knife_23-2147860572.jpg?_wi=1",
|
||||
imageAlt: "Tejeringos fritos recién hechos"
|
||||
title: "Tejeringos Clásicos", description: "Los auténticos tejeringos de toda la vida, crujientes por fuera y tiernos por dentro, perfectos para acompañar con chocolate caliente.", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-person-s-hand-slicing-bread-with-knife_23-2147860572.jpg", imageAlt: "Tejeringos fritos recién hechos"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Tejeringos con Chocolate",
|
||||
description: "Nuestros tejeringos rellenos de chocolate derretido, para los amantes del sabor intenso y la indulgencia.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-cake-concept_23-2148769259.jpg?_wi=1",
|
||||
imageAlt: "Tejeringos chocolate relleno"
|
||||
title: "Tejeringos con Chocolate", description: "Nuestros tejeringos rellenos de chocolate derretido, para los amantes del sabor intenso y la indulgencia.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-cake-concept_23-2148769259.jpg", imageAlt: "Tejeringos chocolate relleno"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Churros Tradicionales",
|
||||
description: "Churros esponjosos y alargados, ideales para acompañar con café o chocolate caliente en cualquier hora del día.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-spoon-with-delicious-fried-churros_23-2148379618.jpg?_wi=1",
|
||||
imageAlt: "Churros españoles recién fritos"
|
||||
title: "Churros Tradicionales", description: "Churros esponjosos y alargados, ideales para acompañar con café o chocolate caliente en cualquier hora del día.", imageSrc: "http://img.b2bpic.net/free-photo/hand-spoon-with-delicious-fried-churros_23-2148379618.jpg", imageAlt: "Churros españoles recién fritos"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Bebidas Artesanales",
|
||||
description: "Chocolate caliente casero, café recién hecho y zumos naturales que complementan perfectamente nuestros productos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-with-coffee-cup_23-2150244119.jpg?_wi=1",
|
||||
imageAlt: "Chocolate caliente artesanal"
|
||||
title: "Bebidas Artesanales", description: "Chocolate caliente casero, café recién hecho y zumos naturales que complementan perfectamente nuestros productos.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-with-coffee-cup_23-2150244119.jpg", imageAlt: "Chocolate caliente artesanal"
|
||||
}
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
@@ -162,6 +136,39 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
title="Productos Destacados"
|
||||
description="Descubre nuestras especialidades y elige tus favoritas para llevar o disfrutar en el local."
|
||||
tag="Para Llevar"
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Tejeringos Clásicos (Media Ración)", price: "4,50€", imageSrc: "http://img.b2bpic.net/free-photo/still-life-mexican-sweetness_23-2149666284.jpg", imageAlt: "Media ración de tejeringos clásicos", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "2", name: "Tejeringos Clásicos (Ración Completa)", price: "7,50€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-corn-dish_23-2148725028.jpg", imageAlt: "Ración completa de tejeringos clásicos", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "3", name: "Churros Tradicionales (6 unidades)", price: "6,00€", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fried-churros-with-sugar-copy-space_23-2148379614.jpg", imageAlt: "6 churros tradicionales recién hechos", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "4", name: "Chocolate Caliente Artesanal", price: "3,00€", imageSrc: "http://img.b2bpic.net/free-photo/hot-chocolate-with-nuts_23-2148019573.jpg", imageAlt: "Taza de chocolate caliente artesanal", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "5", name: "Café con Leche", price: "2,50€", imageSrc: "http://img.b2bpic.net/free-photo/hand-hooding-hot-coffee-cup-with-boiled-eggs-with-fresh-cucumber-potato-onion-salad-breakfast-set-with-green-forest-breakfast-food-concept_1150-13519.jpg", imageAlt: "Café con leche recién preparado", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "6", name: "Zumo Natural Recién Exprimido", price: "3,50€", imageSrc: "http://img.b2bpic.net/free-photo/drinks-food-breakfast_23-2147693849.jpg", imageAlt: "Zumo natural recién exprimido", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="Tejeringos no es solo un lugar para desayunar, es parte de nuestras tradiciones familiares. La calidad de sus productos y la calidez de su atención hacen que volvamos una y otra vez."
|
||||
@@ -169,28 +176,22 @@ export default function HomePage() {
|
||||
author="Familia García López"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/outdoors-portrait-smiley-woman_23-2148486217.jpg",
|
||||
alt: "Cliente García"
|
||||
src: "http://img.b2bpic.net/free-photo/outdoors-portrait-smiley-woman_23-2148486217.jpg", alt: "Cliente García"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-stylish-young-pretty-woman-smiling-grey-t-shirt-isolated-natural-look-long-brown-hair-sincere-smile_285396-875.jpg",
|
||||
alt: "Cliente López"
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-stylish-young-pretty-woman-smiling-grey-t-shirt-isolated-natural-look-long-brown-hair-sincere-smile_285396-875.jpg", alt: "Cliente López"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-smiling-camera_23-2148238839.jpg",
|
||||
alt: "Cliente García López"
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-smiling-camera_23-2148238839.jpg", alt: "Cliente García López"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/little-girl-sportswear-listening-music_23-2148503198.jpg",
|
||||
alt: "Cliente Familia"
|
||||
src: "http://img.b2bpic.net/free-photo/little-girl-sportswear-listening-music_23-2148503198.jpg", alt: "Cliente Familia"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-with-curly-blonde-hair-smiling_23-2148911874.jpg",
|
||||
alt: "Cliente Tejeringos"
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-with-curly-blonde-hair-smiling_23-2148911874.jpg", alt: "Cliente Tejeringos"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-adult-woman-posing_23-2148729645.jpg",
|
||||
alt: "Cliente Visitante"
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-adult-woman-posing_23-2148729645.jpg", alt: "Cliente Visitante"
|
||||
}
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
@@ -205,32 +206,21 @@ export default function HomePage() {
|
||||
description="¿Preguntas sobre nuestros productos? ¿Quieres hacer un pedido para eventos? Nos encantaría escucharte. Contáctanos por cualquier medio y te responderemos lo antes posible."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Tu nombre",
|
||||
required: true
|
||||
name: "name", type: "text", placeholder: "Tu nombre", required: true
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Tu email",
|
||||
required: true
|
||||
name: "email", type: "email", placeholder: "Tu email", required: true
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Tu teléfono",
|
||||
required: false
|
||||
name: "phone", type: "tel", placeholder: "Tu teléfono", required: false
|
||||
}
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Cuéntanos qué necesitas...",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Cuéntanos qué necesitas...", rows: 5,
|
||||
required: true
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-standing-bar_23-2147680675.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-standing-bar_23-2147680675.jpg"
|
||||
imageAlt="Local acogedor de Tejeringos"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
@@ -241,57 +231,45 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-mug-beer-with-hard-chuck-bowl-right-with-copy-space-wooden-table_141793-8198.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-mug-beer-with-hard-chuck-bowl-right-with-copy-space-wooden-table_141793-8198.jpg"
|
||||
imageAlt="Tejeringos y chocolate - Imagen inspiradora"
|
||||
columns={[
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "/"
|
||||
label: "Inicio", href: "/"
|
||||
},
|
||||
{
|
||||
label: "Sobre Nosotros",
|
||||
href: "#about"
|
||||
label: "Sobre Nosotros", href: "#about"
|
||||
},
|
||||
{
|
||||
label: "Menú",
|
||||
href: "/menu"
|
||||
label: "Menú", href: "/menu"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "Teléfono: +34 XXX XXX XXX",
|
||||
href: "#"
|
||||
label: "Teléfono: +34 XXX XXX XXX", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Email: info@tejeringos.es",
|
||||
href: "#"
|
||||
label: "Email: info@tejeringos.es", href: "#"
|
||||
},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "#"
|
||||
label: "WhatsApp", href: "#"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Síguenos",
|
||||
items: [
|
||||
title: "Síguenos", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com"
|
||||
label: "Instagram", href: "https://instagram.com"
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com"
|
||||
label: "Facebook", href: "https://facebook.com"
|
||||
},
|
||||
{
|
||||
label: "Google Maps",
|
||||
href: "https://maps.google.com"
|
||||
label: "Google Maps", href: "https://maps.google.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user