|
|
|
|
@@ -6,9 +6,9 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
|
|
|
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
|
|
|
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
|
|
|
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
|
|
|
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
|
|
|
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
|
|
|
|
import TextAbout from '@/components/sections/about/TextAbout';
|
|
|
|
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|
|
|
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
|
|
|
import { Flame, Star, UtensilsCrossed, Sparkles, Zap, Scale, Droplets, Phone, MapPin, Heart } from 'lucide-react';
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
@@ -163,7 +163,7 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardOne
|
|
|
|
|
<TestimonialCardSix
|
|
|
|
|
title="Lo Que Dicen Nuestros Clientes"
|
|
|
|
|
description="Descubre por qué miles de comensales eligen nuestro restaurante para disfrutar de auténtica cocina china en un ambiente elegante y acogedor."
|
|
|
|
|
tag="Experiencias Auténticas"
|
|
|
|
|
@@ -171,34 +171,33 @@ export default function LandingPage() {
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "María González", role: "Amante de la Cocina", company: "Gran Canaria", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "María González"
|
|
|
|
|
id: "1", name: "María González", handle: "Gran Canaria", testimonial: "La comida es extraordinaria, la presentación impecable y el servicio excepcional. Es como viajar a China sin salir de la isla. ¡Volveremos seguro!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "María González"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Carlos Rodríguez", role: "Chef Profesional", company: "Comunidad Gastronómica", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328287.jpg", imageAlt: "Carlos Rodríguez"
|
|
|
|
|
id: "2", name: "Carlos Rodríguez", handle: "Chef Profesional", testimonial: "Como chef, reconozco la calidad de las técnicas culinarias. El pato pekinés es simplemente perfecto. Mis felicitaciones al equipo de cocina.", imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328287.jpg", imageAlt: "Carlos Rodríguez"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Laura Martínez", role: "Crítica Gastronómica", company: "Periódico Local", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Laura Martínez"
|
|
|
|
|
id: "3", name: "Laura Martínez", handle: "Crítica Gastronómica", testimonial: "Un restaurante que respeta la tradición culinaria china. Cada plato cuenta una historia. Recomendado sin reservas para amantes de la auténtica cocina oriental.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Laura Martínez"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "Juan Pérez", role: "Empresario Restaurador", company: "Asociación de Hostelería", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg", imageAlt: "Juan Pérez"
|
|
|
|
|
id: "4", name: "Juan Pérez", handle: "Empresario", testimonial: "El ambiente es elegante y acogedor. Perfecto tanto para cenas de negocio como para celebraciones familiares. Excelente relación calidad-precio.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg", imageAlt: "Juan Pérez"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", name: "Sofia López", role: "Influencer Culinaria", company: "Redes Sociales", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-girl-posing-with-coat_23-2148135989.jpg", imageAlt: "Sofia López"
|
|
|
|
|
id: "5", name: "Sofia López", handle: "Influencer Gastronómica", testimonial: "¡Qué experiencia! Los platos son una obra de arte. Las fotos para mi comunidad digital se toman solas. Este lugar merece una visita obligatoria.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-girl-posing-with-coat_23-2148135989.jpg", imageAlt: "Sofia López"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", name: "Antonio Díaz", role: "Especialista en Artes Culinarias", company: "Escuela Gastronómica", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-4617.jpg", imageAlt: "Antonio Díaz"
|
|
|
|
|
id: "6", name: "Antonio Díaz", handle: "Especialista Culinario", testimonial: "Un ejemplo de cómo preservar la autenticidad culinaria. Los maestros chefs dominan cada técnica con maestría. Digno de reconocimiento profesional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-4617.jpg", imageAlt: "Antonio Díaz"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "7", name: "Elena Wong", handle: "Descendiente de Chinos", testimonial: "Mi familia es originaria de Cantón y este restaurante captura los sabores auténticos que recuerdo de la infancia. ¡Bravo al equipo!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Elena Wong"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "8", name: "Ricardo Morales", handle: "Viajero Gastronómico", testimonial: "He viajado a China tres veces y este restaurante rivaliza con los mejores establecimientos que visité. Simplemente excepcional y muy recomendado.", imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328287.jpg", imageAlt: "Ricardo Morales"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -218,10 +217,28 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterLogoReveal
|
|
|
|
|
<FooterLogoEmphasis
|
|
|
|
|
logoText="Restaurante Chino"
|
|
|
|
|
leftLink={{ text: "Política de Privacidad", href: "#" }}
|
|
|
|
|
rightLink={{ text: "Términos de Servicio", href: "#" }}
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
items: [
|
|
|
|
|
{ label: "Inicio", href: "hero" },
|
|
|
|
|
{ label: "Platos", href: "featured" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
items: [
|
|
|
|
|
{ label: "Menú", href: "menu" },
|
|
|
|
|
{ label: "Reservas", href: "reservations" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
items: [
|
|
|
|
|
{ label: "Ubicación", href: "location" },
|
|
|
|
|
{ label: "Contacto", href: "tel:928708922" }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
|