Merge version_1 into main #2
212
src/app/page.tsx
212
src/app/page.tsx
@@ -11,7 +11,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Flame, Heart, Leaf, Star, Utensils } from "lucide-react";
|
||||
import { Flame, Heart, Leaf, Star, Utensils, ChefHat } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Sobre Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
name: "Sobre Nosotros", id: "about"},
|
||||
{
|
||||
name: "Carta",
|
||||
id: "products",
|
||||
},
|
||||
name: "Carta", id: "products"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="Pad Thai Sant Cugat"
|
||||
/>
|
||||
@@ -58,37 +50,23 @@ export default function LandingPage() {
|
||||
description="Auténtica cocina tailandesa en el corazón de Sant Cugat. Una experiencia sensorial donde la tradición y el sabor se encuentran en cada bocado."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Carta",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Ver Carta", href: "#products"},
|
||||
{
|
||||
text: "Reservar Mesa",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reservar Mesa", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pad-thai_1203-2987.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pad-thai_1203-2987.jpg"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg",
|
||||
alt: "Satisfied customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg", alt: "Satisfied customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg",
|
||||
alt: "Happy diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg", alt: "Happy diner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-adorable-young-female-with-bushy-hairstyle-dressed-casually-holds-sunglasses-spends-leisure-time-coffee-shop-has-informal-meeting_273609-3180.jpg",
|
||||
alt: "Smiling customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-adorable-young-female-with-bushy-hairstyle-dressed-casually-holds-sunglasses-spends-leisure-time-coffee-shop-has-informal-meeting_273609-3180.jpg", alt: "Smiling customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg",
|
||||
alt: "Pleasant dining experience",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg", alt: "Pleasant dining experience"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg",
|
||||
alt: "Happy patron",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg", alt: "Happy patron"},
|
||||
]}
|
||||
avatarText="Más de 600 clientes satisfechos"
|
||||
/>
|
||||
@@ -101,19 +79,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Liderado por Mujeres",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Liderado por Mujeres", value: "100%"},
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Recetas Tradicionales",
|
||||
value: "Originals",
|
||||
},
|
||||
label: "Recetas Tradicionales", value: "Originals"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Puntuación Google",
|
||||
value: "4.7/5",
|
||||
},
|
||||
label: "Puntuación Google", value: "4.7/5"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -126,28 +98,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Autenticidad Tailandesa",
|
||||
description: "Ingredientes frescos seleccionados diariamente para recrear los sabores reales de las calles de Bangkok.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boiled-coffee-cups-sweets_140725-3711.jpg",
|
||||
},
|
||||
title: "Autenticidad Tailandesa", description: "Ingredientes frescos seleccionados diariamente para recrear los sabores reales de las calles de Bangkok.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boiled-coffee-cups-sweets_140725-3711.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: ChefHat,
|
||||
text: "Chef de origen",
|
||||
},
|
||||
text: "Chef de origen"},
|
||||
{
|
||||
icon: Leaf,
|
||||
text: "Ingredientes frescos",
|
||||
},
|
||||
text: "Ingredientes frescos"},
|
||||
{
|
||||
icon: Flame,
|
||||
text: "Wok tradicional",
|
||||
},
|
||||
text: "Wok tradicional"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pad-thai_1203-2987.jpg?_wi=2",
|
||||
imageAlt: "cozy intimate thai restaurant dining interior",
|
||||
},
|
||||
]}
|
||||
title="Más que Comida, una Experiencia"
|
||||
@@ -163,59 +127,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Plato",
|
||||
name: "Pad Thai Shrimp",
|
||||
price: "14.50€",
|
||||
rating: 5,
|
||||
reviewCount: "200+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-thai-noodles_74190-1572.jpg",
|
||||
},
|
||||
id: "1", brand: "Plato", name: "Pad Thai Shrimp", price: "14.50€", rating: 5,
|
||||
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/fried-thai-noodles_74190-1572.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Plato",
|
||||
name: "Curry Rojo",
|
||||
price: "13.90€",
|
||||
rating: 5,
|
||||
reviewCount: "150+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-curry-pan-with-lemongrass-kaffir-lime-leaves-tomatoes-lemon-garlic_1150-25730.jpg",
|
||||
},
|
||||
id: "2", brand: "Plato", name: "Curry Rojo", price: "13.90€", rating: 5,
|
||||
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/chicken-curry-pan-with-lemongrass-kaffir-lime-leaves-tomatoes-lemon-garlic_1150-25730.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Plato",
|
||||
name: "Kai Sate",
|
||||
price: "9.50€",
|
||||
rating: 4,
|
||||
reviewCount: "80+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pork-satay-with-peanut-sauce-sweet-sour-sauce-thai-food_1150-45519.jpg",
|
||||
},
|
||||
id: "3", brand: "Plato", name: "Kai Sate", price: "9.50€", rating: 4,
|
||||
reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/pork-satay-with-peanut-sauce-sweet-sour-sauce-thai-food_1150-45519.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Plato",
|
||||
name: "Curry Verde",
|
||||
price: "13.90€",
|
||||
rating: 5,
|
||||
reviewCount: "120+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seasonal-salad-with-greenery-herbs_114579-2446.jpg",
|
||||
},
|
||||
id: "4", brand: "Plato", name: "Curry Verde", price: "13.90€", rating: 5,
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/seasonal-salad-with-greenery-herbs_114579-2446.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Plato",
|
||||
name: "Noodles Picantes",
|
||||
price: "12.50€",
|
||||
rating: 4,
|
||||
reviewCount: "90+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-pad-thai-noodles-with-shrimp-black-background_84443-85829.jpg",
|
||||
},
|
||||
id: "5", brand: "Plato", name: "Noodles Picantes", price: "12.50€", rating: 4,
|
||||
reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/authentic-pad-thai-noodles-with-shrimp-black-background_84443-85829.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Plato",
|
||||
name: "Popiah Sod",
|
||||
price: "8.90€",
|
||||
rating: 5,
|
||||
reviewCount: "50+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shrimp-rolls-plate-with-sauce_23-2148381170.jpg",
|
||||
},
|
||||
id: "6", brand: "Plato", name: "Popiah Sod", price: "8.90€", rating: 5,
|
||||
reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shrimp-rolls-plate-with-sauce_23-2148381170.jpg"},
|
||||
]}
|
||||
title="Nuestros Destacados"
|
||||
description="Platos icónicos preparados al momento con el equilibrio perfecto de especias, dulzor y frescura."
|
||||
@@ -229,40 +157,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Anna Martí",
|
||||
handle: "@anna_bcn",
|
||||
testimonial: "Comida tailandesa de verdad. Lugar pequeño y súper acogedor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187187.jpg",
|
||||
},
|
||||
id: "1", name: "Anna Martí", handle: "@anna_bcn", testimonial: "Comida tailandesa de verdad. Lugar pequeño y súper acogedor.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187187.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marc Ferrer",
|
||||
handle: "@marc_sc",
|
||||
testimonial: "Todo lo hacen exquisito, los sabores son increíbles.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg",
|
||||
},
|
||||
id: "2", name: "Marc Ferrer", handle: "@marc_sc", testimonial: "Todo lo hacen exquisito, los sabores son increíbles.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Laura G.",
|
||||
handle: "@laurag",
|
||||
testimonial: "Servicio excelente y muy amable, ¡repetiré sin duda!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg",
|
||||
},
|
||||
id: "3", name: "Laura G.", handle: "@laurag", testimonial: "Servicio excelente y muy amable, ¡repetiré sin duda!", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jordi V.",
|
||||
handle: "@jordiv",
|
||||
testimonial: "Un sitio muy especial en Sant Cugat. Totalmente recomendado.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eating-breakfast-brunch-food-salad-sausage_53876-14168.jpg",
|
||||
},
|
||||
id: "4", name: "Jordi V.", handle: "@jordiv", testimonial: "Un sitio muy especial en Sant Cugat. Totalmente recomendado.", imageSrc: "http://img.b2bpic.net/free-photo/eating-breakfast-brunch-food-salad-sausage_53876-14168.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena S.",
|
||||
handle: "@elenas",
|
||||
testimonial: "La mejor opción para cenar comida asiática auténtica.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552627.jpg",
|
||||
},
|
||||
id: "5", name: "Elena S.", handle: "@elenas", testimonial: "La mejor opción para cenar comida asiática auténtica.", imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552627.jpg"},
|
||||
]}
|
||||
title="Lo que dicen de nosotros"
|
||||
description="Más de 600 clientes avalan nuestra pasión por la cocina auténtica tailandesa."
|
||||
@@ -275,25 +178,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "¿Dónde estáis ubicados?",
|
||||
content: "Cantonada, Plaça de Barcelona, Carrer de Viñolas, 7, 08172 Sant Cugat del Vallès.",
|
||||
},
|
||||
id: "1", title: "¿Dónde estáis ubicados?", content: "Cantonada, Plaça de Barcelona, Carrer de Viñolas, 7, 08172 Sant Cugat del Vallès."},
|
||||
{
|
||||
id: "2",
|
||||
title: "¿Tenéis opciones sin gluten?",
|
||||
content: "Sí, disponemos de opciones sin gluten y vegetarianas marcadas en nuestra carta.",
|
||||
},
|
||||
id: "2", title: "¿Tenéis opciones sin gluten?", content: "Sí, disponemos de opciones sin gluten y vegetarianas marcadas en nuestra carta."},
|
||||
{
|
||||
id: "3",
|
||||
title: "¿Hasta qué hora estáis abiertos?",
|
||||
content: "Abrimos de martes a domingo hasta las 22:30.",
|
||||
},
|
||||
id: "3", title: "¿Hasta qué hora estáis abiertos?", content: "Abrimos de martes a domingo hasta las 22:30."},
|
||||
{
|
||||
id: "4",
|
||||
title: "¿Tenéis servicio a domicilio?",
|
||||
content: "Sí, ofrecemos servicio a domicilio y para llevar a través de la web.",
|
||||
},
|
||||
id: "4", title: "¿Tenéis servicio a domicilio?", content: "Sí, ofrecemos servicio a domicilio y para llevar a través de la web."},
|
||||
]}
|
||||
title="Preguntas Frecuentes"
|
||||
description="Todo lo que necesitas saber antes de visitarnos."
|
||||
@@ -305,20 +196,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Reservas y Contacto"
|
||||
title="Haz tu Reserva"
|
||||
description="Llámanos al 682 52 90 35 o solicita tu mesa para disfrutar de la mejor experiencia tailandesa."
|
||||
buttons={[
|
||||
{
|
||||
text: "Llamar ahora",
|
||||
href: "tel:+34682529035",
|
||||
},
|
||||
text: "Llamar ahora", href: "tel:+34682529035"},
|
||||
{
|
||||
text: "Pedir online",
|
||||
href: "#",
|
||||
},
|
||||
text: "Pedir online", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -327,13 +213,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Pad Thai Sant Cugat"
|
||||
leftLink={{
|
||||
text: "Aviso Legal",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Aviso Legal", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Cerrado del 22 al 28 dic. Reapertura 29 a las 19:30",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Cerrado del 22 al 28 dic. Reapertura 29 a las 19:30", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user