diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e0648d..acd6e24 100644 --- a/src/app/page.tsx +++ b/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" }} /> @@ -46,17 +46,16 @@ export default function HomePage() { @@ -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() { /> +
+ +
+