From 74bbfb4d393700f7e5ac54e4b485618da54e616f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 06:01:35 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 178 ++++++----------------------------------------- 1 file changed, 22 insertions(+), 156 deletions(-) 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={[]} />
); -} +} \ No newline at end of file -- 2.49.1 From 4d66831dc0d3021de35a5e5165391c7e4dea2234 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 06:01:35 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4f46f8a..45aaab5 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,11 +11,11 @@ --background-accent: #ffffff; */ --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #ffffff; - --primary-cta: #e63946; + --card: #1a0d0d; + --foreground: #fff5f5; + --primary-cta: #8b1a1a; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #2a180a; --secondary-cta-text: #0a0a0a; --accent: #b82b40; --background-accent: #2a180a; -- 2.49.1