diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6daea7c..0d7364f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
-import { Award } from "lucide-react";
+import { Award, MapPin, Phone, Mail, Clock } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,114 +42,11 @@ export default function LandingPage() {
@@ -171,8 +56,8 @@ export default function LandingPage() {
tag="Nuestra Historia"
title="Pasión por la Auténtica Cocina China"
description="Desde hace décadas, llevamos el arte culinario de Beijing a su mesa. Cada pato se prepara siguiendo técnicas ancestrales para garantizar la textura y sabor perfectos."
- subdescription="Un legado de calidad y hospitalidad que nos distingue en la ciudad."
- icon={Award}
+ subdescription="Estamos ubicados en el corazón de El Poblado, Carrera 37 # 10A-30. Abierto todos los días de 12:00 PM a 10:00 PM."
+ icon={MapPin}
imageSrc="http://img.b2bpic.net/free-photo/christmas-dinner-concept-with-delicious-turkey_23-2147715620.jpg"
mediaAnimation="slide-up"
/>
@@ -183,21 +68,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Ingredientes Frescos",
- description: "Selección diaria de insumos de primera calidad.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-baked-apple-with-nuts-cinnamon-christmas-white-table_181624-42238.jpg",
- },
- {
- title: "Ambiente Elegante",
- description: "Un espacio diseñado para momentos especiales.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157781.jpg",
- },
- {
- title: "Hospitalidad China",
- description: "Atención cálida y personalizada en cada detalle.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-having-cocktails_23-2150244946.jpg",
- },
+ { title: "Ingredientes Frescos", description: "Selección diaria de insumos de primera calidad.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-baked-apple-with-nuts-cinnamon-christmas-white-table_181624-42238.jpg" },
+ { title: "Ambiente Elegante", description: "Un espacio diseñado para momentos especiales.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157781.jpg" },
+ { title: "Hospitalidad China", description: "Atención cálida y personalizada en cada detalle.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-having-cocktails_23-2150244946.jpg" },
]}
title="Experiencia Gastronómica Única"
description="Descubra por qué somos el referente de la cocina asiática en Medellín."
@@ -210,159 +83,22 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
- products={[
- {
- id: "1",
- name: "Pato Pekín Tradicional",
- price: "$120,000",
- imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7373.jpg",
- },
- {
- id: "2",
- name: "Dim Sum Mixto",
- price: "$45,000",
- imageSrc: "http://img.b2bpic.net/free-photo/wooden-trays-with-snacks-stand-white-table_8353-632.jpg",
- },
- {
- id: "3",
- name: "Wok de Vegetales",
- price: "$38,000",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-vegetables-dark-kitchen-table_169016-49864.jpg",
- },
- {
- id: "4",
- name: "Arroz Especial de la Casa",
- price: "$35,000",
- imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_74190-4035.jpg",
- },
- {
- id: "5",
- name: "Dumplings al Vapor",
- price: "$40,000",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-raw-dumplings-with-different-ingredients-gray-background-food-pie-cake-cook-tasty-meat-dough-color-bake_140725-158248.jpg",
- },
- {
- id: "6",
- name: "Rollitos Primavera",
- price: "$32,000",
- imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-spring-rolls-dark-background_84443-85719.jpg",
- },
- ]}
- title="Nuestras Especialidades"
- description="Una selección de platos que honran nuestra cultura."
- />
-
-
-