Merge version_2 into main #2
112
src/app/page.tsx
112
src/app/page.tsx
@@ -29,44 +29,37 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Carta", id: "menu"},
|
||||
{
|
||||
name: "Reseñas", id: "reviews"},
|
||||
{
|
||||
name: "Contacto", id: "contact"},
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Carta", id: "menu" },
|
||||
{ name: "Reseñas", id: "reviews" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="El Canario"
|
||||
button={{
|
||||
text: "Pedir ahora", href: "https://wa.me/34910814506"
|
||||
text: "¡Pedir por WhatsApp!", href: "https://wa.me/34910814506", className: "bg-green-600 text-white scale-110 font-bold"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Las mejores pizzas y raciones de Galapagar 🍕🔥"
|
||||
description="Comida casera, ambiente familiar y sabor que engancha. ¡Haz tu pedido ahora y disfruta!"
|
||||
tag="El mejor sabor casero"
|
||||
buttons={[
|
||||
{
|
||||
text: "Pedir WhatsApp", href: "https://wa.me/34910814506"},
|
||||
{
|
||||
text: "Pedir a Domicilio", href: "#menu"},
|
||||
{ text: "Pedir WhatsApp", href: "https://wa.me/34910814506" },
|
||||
{ text: "Ver Carta", href: "#menu" },
|
||||
{ text: "Pedir ahora", href: "https://wa.me/34910814506" }
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27031.jpg", imageAlt: "Nuestras pizzas artesanales"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg", imageAlt: "Pizza 4 estaciones"}
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27031.jpg", imageAlt: "Nuestras pizzas artesanales" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg", imageAlt: "Pizza 4 estaciones" }
|
||||
]}
|
||||
rating={4.4}
|
||||
ratingText="+500 reseñas satisfechas"
|
||||
mediaAnimation="slide-up"
|
||||
buttonClassName="text-lg px-8 py-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -75,7 +68,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Un sabor que se siente como en casa"
|
||||
description={[
|
||||
"En El Canario, nos apasiona la comida casera. Somos un restaurante familiar dedicado a ofrecerte las mejores pizzas, hamburguesas y raciones de Galapagar.", "Nuestro trato amable y nuestra cocina generosa nos han convertido en un referente local."]}
|
||||
"En El Canario, nos apasiona la comida casera. Somos un restaurante familiar dedicado a ofrecerte las mejores pizzas, hamburguesas y raciones de Galapagar.", "Nuestro trato amable y nuestra cocina generosa nos han convertido en un referente local."
|
||||
]}
|
||||
buttons={[{ text: "Haz tu pedido", href: "https://wa.me/34910814506" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -86,21 +81,14 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Pizza 4 Estaciones", price: "12.50€", variant: "Pizza", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-arrangement-view_23-2149325322.jpg"},
|
||||
{
|
||||
id: "2", name: "Hamburguesa Capra", price: "9.90€", variant: "Hamburguesa", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bacon-burger-with-copy-space_23-2148784483.jpg"},
|
||||
{
|
||||
id: "3", name: "Alitas de Pollo", price: "7.50€", variant: "Ración", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-with-nuggets-three-sauces_23-2148646579.jpg"},
|
||||
{
|
||||
id: "4", name: "Combo Familiar", price: "35.00€", variant: "Especial", imageSrc: "http://img.b2bpic.net/free-photo/view-italian-food-composition_23-2148601629.jpg"},
|
||||
{
|
||||
id: "5", name: "Patatas Mixtas", price: "6.00€", variant: "Ración", imageSrc: "http://img.b2bpic.net/free-photo/view-pizza-cutter-arrangement_23-2148574228.jpg"},
|
||||
{
|
||||
id: "6", name: "Croquetas Caseras", price: "8.00€", variant: "Ración", imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-pizza-with-mozzarella-cheese-tomatoes-basil_181624-58097.jpg"},
|
||||
{ id: "1", name: "Pizza 4 Estaciones", price: "12.50€", variant: "Pizza", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-arrangement-view_23-2149325322.jpg" },
|
||||
{ id: "2", name: "Hamburguesa Capra", price: "9.90€", variant: "Hamburguesa", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bacon-burger-with-copy-space_23-2148784483.jpg" },
|
||||
{ id: "3", name: "Alitas de Pollo", price: "7.50€", variant: "Ración", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-with-nuggets-three-sauces_23-2148646579.jpg" },
|
||||
{ id: "4", name: "Combo Familiar", price: "35.00€", variant: "Especial", imageSrc: "http://img.b2bpic.net/free-photo/view-italian-food-composition_23-2148601629.jpg" },
|
||||
]}
|
||||
title="Nuestra Carta Destacada"
|
||||
description="Elige tu plato favorito y prepárate para disfrutar del auténtico sabor."
|
||||
buttons={[{ text: "Pedir a Domicilio", href: "https://wa.me/34910814506" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -110,21 +98,13 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1", title: "Comer allí", tags: [
|
||||
"Restaurante"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheesy-pepperoni-pizza-inside-brick-stone-oven_181624-58518.jpg"},
|
||||
{
|
||||
id: "f2", title: "Para llevar", tags: [
|
||||
"Recogida"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-chicken-wings-grunge-black-background_1258-198.jpg"},
|
||||
{
|
||||
id: "f3", title: "A domicilio", tags: [
|
||||
"Envío"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-mac-burger-with-beef-melted-cheddar-full-white-salad_114579-2311.jpg"},
|
||||
{ id: "f1", title: "Comer allí", tags: ["Restaurante"], imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheesy-pepperoni-pizza-inside-brick-stone-oven_181624-58518.jpg" },
|
||||
{ id: "f2", title: "Para llevar", tags: ["Recogida"], imageSrc: "http://img.b2bpic.net/free-photo/plate-chicken-wings-grunge-black-background_1258-198.jpg" },
|
||||
{ id: "f3", title: "A domicilio", tags: ["Envío"], imageSrc: "http://img.b2bpic.net/free-photo/big-mac-burger-with-beef-melted-cheddar-full-white-salad_114579-2311.jpg" },
|
||||
]}
|
||||
title="Tu comida, como tú quieras"
|
||||
description="Flexibilidad total para disfrutar de nuestras especialidades."
|
||||
buttons={[{ text: "Pedir ahora", href: "https://wa.me/34910814506" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -134,35 +114,25 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Ana G.", handle: "@anag", testimonial: "La mejor pizza de masa fina que he probado en Galapagar. ¡Súper recomendable!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg"},
|
||||
{
|
||||
id: "2", name: "Carlos M.", handle: "@carlosm", testimonial: "Comida buenísima y abundante. El trato es excelente, volveremos pronto.", imageSrc: "http://img.b2bpic.net/free-photo/shocked-elegant-woman-french-clothes-style-looks-with-wide-eyed-expression_273443-1951.jpg"},
|
||||
{
|
||||
id: "3", name: "Lucía P.", handle: "@luciap", testimonial: "Un lugar muy acogedor para ir en familia. Las alitas están increíbles.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-eating-delicious-pizza_23-2150317032.jpg"},
|
||||
{
|
||||
id: "4", name: "David R.", handle: "@davidr", testimonial: "Servicio rápido y pizzas recién hechas. Sin duda, mi sitio favorito.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg"},
|
||||
{
|
||||
id: "5", name: "Elena T.", handle: "@elenat", testimonial: "Excelente servicio, la comida llegó caliente y muy rica.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg"},
|
||||
{ id: "1", name: "Ana G.", handle: "@anag", testimonial: "La mejor pizza de masa fina que he probado en Galapagar. ¡Súper recomendable!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg" },
|
||||
{ id: "2", name: "Carlos M.", handle: "@carlosm", testimonial: "Comida buenísima y abundante. El trato es excelente, volveremos pronto.", imageSrc: "http://img.b2bpic.net/free-photo/shocked-elegant-woman-french-clothes-style-looks-with-wide-eyed-expression_273443-1951.jpg" },
|
||||
]}
|
||||
title="Lo que dicen nuestros clientes"
|
||||
description="Descubre las experiencias de nuestros clientes y por qué nos eligen día tras día."
|
||||
buttons={[{ text: "Haz tu pedido", href: "https://wa.me/34910814506" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contacto"
|
||||
title="Haz tu pedido ahora"
|
||||
title="¡Haz tu pedido ahora!"
|
||||
description="Estamos en Calle Escorial, 27, Galapagar. ¡Haz clic para llamarnos o escribirnos por WhatsApp!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Llamar ahora", href: "tel:910814506"},
|
||||
{
|
||||
text: "WhatsApp", href: "https://wa.me/34910814506"},
|
||||
{ text: "Llamar ahora", href: "tel:910814506" },
|
||||
{ text: "¡Pedir por WhatsApp!", href: "https://wa.me/34910814506" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -170,22 +140,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "El Canario", items: [
|
||||
{
|
||||
label: "Sobre nosotros", href: "#about"},
|
||||
{
|
||||
label: "Carta", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "910 81 45 06", href: "tel:910814506"},
|
||||
{
|
||||
label: "WhatsApp", href: "https://wa.me/34910814506"},
|
||||
],
|
||||
},
|
||||
{ title: "El Canario", items: [{ label: "Sobre nosotros", href: "#about" }, { label: "Carta", href: "#menu" }] },
|
||||
{ title: "Contacto", items: [{ label: "910 81 45 06", href: "tel:910814506" }, { label: "WhatsApp", href: "https://wa.me/34910814506" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Mesón Pizzería El Canario"
|
||||
bottomRightText="Galapagar, Madrid"
|
||||
@@ -194,4 +150,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user