diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cc2d32..f231534 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Cake, Coffee, Croissant, Heart, Sandwich } from "lucide-react"; +import { Cake, Coffee, Croissant, Heart, Sandwich, HeartHandshake } from "lucide-react"; export default function LandingPage() { return ( @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -54,102 +46,59 @@ export default function LandingPage() { @@ -163,26 +112,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Café de Especialidad", - description: "Sabores intensos, granos seleccionados y presentación cuidada.", - imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-31515.jpg", - titleIconSrc: "Coffee", - buttonText: "Saber más", - }, + title: "Café de Especialidad", description: "Sabores intensos, granos seleccionados y presentación cuidada.", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-31515.jpg", titleIconSrc: "Coffee", buttonText: "Saber más"}, { - title: "Sandwiches de Autor", - description: "Combinaciones generosas, ingredientes frescos y tentadores.", - imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-xmas-tree-cookies-cup-tea-grey-surface-with-copy-space_140725-102945.jpg", - titleIconSrc: "Sandwich", - buttonText: "Ver carta", - }, + title: "Sandwiches de Autor", description: "Combinaciones generosas, ingredientes frescos y tentadores.", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-xmas-tree-cookies-cup-tea-grey-surface-with-copy-space_140725-102945.jpg", titleIconSrc: "Sandwich", buttonText: "Ver carta"}, { - title: "Atención Cálida", - description: "Un servicio cercano que transforma tu visita en un ritual.", - imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-female-barista-hands-holding-cup-coffee-giving-you-drink-serving-cafe-wearing_1258-199293.jpg", - titleIconSrc: "HeartHandshake", - buttonText: "Conocenos", - }, + title: "Atención Cálida", description: "Un servicio cercano que transforma tu visita en un ritual.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-female-barista-hands-holding-cup-coffee-giving-you-drink-serving-cafe-wearing_1258-199293.jpg", titleIconSrc: "HeartHandshake", buttonText: "Conocenos"}, ]} title="Lo que nos hace especiales" description="Atención cálida, calidad premium y un ambiente donde siempre sos bienvenido." @@ -191,64 +125,29 @@ export default function LandingPage() {