diff --git a/src/app/page.tsx b/src/app/page.tsx index a205e8b..df2a879 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -31,14 +31,10 @@ export default function LandingPage() {
@@ -141,28 +80,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} - plans={[ - { - id: "p1", title: "2x1 en Sushi", price: "Martes", period: "de 1pm a 6pm", features: [ - "Sushi variado", "Ingredientes frescos"], - button: { - text: "Reservar"}, - imageSrc: "http://img.b2bpic.net/free-photo/man-ignoring-woman-while-talking-phone_107420-65720.jpg", imageAlt: "japanese restaurant interior dark lighting"}, - { - id: "p2", title: "Combo Ramen", price: "$220", period: "Todo el día", features: [ - "Ramen grande", "Bebida a elegir"], - button: { - text: "Ordenar"}, - imageSrc: "http://img.b2bpic.net/free-photo/composition-hawaiian-poke-bowl_23-2148873844.jpg?_wi=2", imageAlt: "japanese restaurant interior dark lighting"}, - { - id: "p3", title: "Descuento Estudiantes", price: "15%", period: "Presentando credencial", features: [ - "Válido en cuenta total"], - button: { - text: "Ver más"}, - imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-sushi-order-takeaway_23-2149050369.jpg?_wi=2", imageAlt: "japanese restaurant interior dark lighting"}, - ]} title="Promociones" description="Aprovecha nuestras ofertas especiales cada semana." + plans={[]} /> @@ -171,26 +91,10 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} - testimonials={[ - { - id: "t1", name: "Juan Perez", handle: "@juan", testimonial: "Excelente ramen, porciones grandes.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg?_wi=2"}, - { - id: "t2", name: "Ana Lopez", handle: "@ana", testimonial: "Muy rico y accesible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-sunny-smiling-blonde-woman-white-sweater-eating-sushi-lunch-small-caffe_231208-5226.jpg?_wi=2"}, - { - id: "t3", name: "Luis Gomez", handle: "@luis", testimonial: "Comida siempre fresca.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg?_wi=2"}, - { - id: "t4", name: "Maria Diaz", handle: "@maria", testimonial: "Buen ambiente para pasar el rato.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg?_wi=2"}, - { - id: "t5", name: "Pedro Soto", handle: "@pedro", testimonial: "Excelente sushi y ramen.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-eating-sushi_23-2151344984.jpg?_wi=2"}, - ]} - showRating={true} title="Lo que dicen nuestros clientes" description="Clientes satisfechos con nuestra calidad y servicio." + showRating={true} + testimonials={[]} /> @@ -199,48 +103,16 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - features={[ - { - title: "Nuestro Ambiente", description: "Diseño moderno y elegante.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160091.jpg"}, - items: [ - { - icon: Camera, - text: "Espacios únicos"}, - ], - reverse: false, - }, - { - title: "Pasión por la cocina", description: "Preparación al momento.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/lunch-break-elegant-man-office-businessman-white-shirt-man-eats-noodles_1157-39258.jpg"}, - items: [ - { - icon: ChefHat, - text: "Expertos en sushi"}, - ], - reverse: true, - }, - { - title: "Sabor auténtico", description: "La mejor calidad.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/various-colored-sushi-set-top-view_140725-5587.jpg"}, - items: [ - { - icon: Utensils, - text: "Frescura garantizada"}, - ], - reverse: false, - }, - ]} title="Galería" description="Una mirada a nuestro espacio y platillos." + features={[]} />