Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
143
src/app/page.tsx
143
src/app/page.tsx
@@ -30,44 +30,31 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Inicio",
|
name: "Inicio", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Carta",
|
name: "Carta", id: "menu"},
|
||||||
id: "menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Ubicación",
|
name: "Ubicación", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Abdul Kebab"
|
brandName="Abdul Kebab"
|
||||||
button={{
|
button={{
|
||||||
text: "📞 957 39 20 47",
|
text: "📞 957 39 20 47", href: "tel:957392047"}}
|
||||||
href: "tel:957392047",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
logoText="Abdul Kebab"
|
logoText="Abdul Kebab"
|
||||||
description="El kebab favorito de Montilla. Rápido, abundante y al mejor precio."
|
description="El kebab favorito de Montilla. Rápido, abundante y al mejor precio."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "📞 Llamar ahora",
|
text: "📞 Llamar ahora", href: "tel:957392047"},
|
||||||
href: "tel:957392047",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "📍 Cómo llegar",
|
text: "📍 Cómo llegar", href: "https://maps.google.com/?q=Av.+de+la+Constitución,11A,Montilla"},
|
||||||
href: "https://maps.google.com/?q=Av.+de+la+Constitución,11A,Montilla",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535293.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535293.jpg"
|
||||||
imageAlt="Kebab favorito de Montilla"
|
imageAlt="Kebab favorito de Montilla"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -78,30 +65,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Juan García", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg"},
|
||||||
name: "Juan García",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "María López", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg"},
|
||||||
name: "María López",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Pedro Ruiz", imageSrc: "http://img.b2bpic.net/free-photo/love-concept-with-happy-couple-spending-time-together_23-2149068883.jpg"},
|
||||||
name: "Pedro Ruiz",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/love-concept-with-happy-couple-spending-time-together_23-2149068883.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "Ana Gómez", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg"},
|
||||||
name: "Ana Gómez",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Luis Torres", imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000369.jpg"},
|
||||||
name: "Luis Torres",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000369.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
cardTitle="Lo que dicen de nosotros"
|
cardTitle="Lo que dicen de nosotros"
|
||||||
cardTag="4,6 ⭐ en Google"
|
cardTag="4,6 ⭐ en Google"
|
||||||
@@ -117,29 +89,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Kebab", price: "6€", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-delicious-shaurma-meat-sandwich-with-bread-vegetables-dark-space_140725-95360.jpg"},
|
||||||
name: "Kebab",
|
|
||||||
price: "6€",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-delicious-shaurma-meat-sandwich-with-bread-vegetables-dark-space_140725-95360.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Durum", price: "6€", imageSrc: "http://img.b2bpic.net/free-photo/delicious-rolled-sandwiches-with-chicken-avocado_1147-338.jpg"},
|
||||||
name: "Durum",
|
|
||||||
price: "6€",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-rolled-sandwiches-with-chicken-avocado_1147-338.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "Patata Asada", price: "5€", imageSrc: "http://img.b2bpic.net/free-photo/grilled-turkey-with-potatoes-herbs-wooden-table_23-2147841051.jpg"},
|
||||||
name: "Patata Asada",
|
|
||||||
price: "5€",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-turkey-with-potatoes-herbs-wooden-table_23-2147841051.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Pizza Kebab", price: "8€", imageSrc: "http://img.b2bpic.net/free-photo/side-view-eggplant-pizza-with-grilled-slices-red-meat-tomato-eggplant-cheese-bell-pepper-table_141793-4890.jpg"},
|
||||||
name: "Pizza Kebab",
|
|
||||||
price: "8€",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-eggplant-pizza-with-grilled-slices-red-meat-tomato-eggplant-cheese-bell-pepper-table_141793-4890.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Nuestra Carta"
|
title="Nuestra Carta"
|
||||||
description="Elige tu favorito y pide por teléfono al 957 39 20 47"
|
description="Elige tu favorito y pide por teléfono al 957 39 20 47"
|
||||||
@@ -153,36 +109,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Servicio Rápido",
|
title: "Servicio Rápido", description: "Tener tu comida lista es nuestra prioridad.", bentoComponent: "reveal-icon", icon: Zap,
|
||||||
description: "Tener tu comida lista es nuestra prioridad.",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: Zap,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-potato-onin-mixed-with-greens-side-view_141793-2368.jpg",
|
|
||||||
imageAlt: "Fried meat with potato and onin mixed with greens side view",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Gran Cantidad",
|
title: "Gran Cantidad", description: "Porciones generosas que te dejarán satisfecho.", bentoComponent: "reveal-icon", icon: Utensils,
|
||||||
description: "Porciones generosas que te dejarán satisfecho.",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: Utensils,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535293.jpg?_wi=2",
|
|
||||||
imageAlt: "Fried meat with potato and onin mixed with greens side view",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Precios Bajos",
|
title: "Precios Bajos", description: "La mejor relación calidad-precio de la ciudad.", bentoComponent: "reveal-icon", icon: CreditCard,
|
||||||
description: "La mejor relación calidad-precio de la ciudad.",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: CreditCard,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-delicious-shaurma-meat-sandwich-with-bread-vegetables-dark-space_140725-95360.jpg?_wi=2",
|
|
||||||
imageAlt: "Fried meat with potato and onin mixed with greens side view",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Ubicación Céntrica",
|
title: "Ubicación Céntrica", description: "En Av. Constitución, 11A.", bentoComponent: "reveal-icon", icon: MapPin,
|
||||||
description: "En Av. Constitución, 11A.",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: MapPin,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-rolled-sandwiches-with-chicken-avocado_1147-338.jpg?_wi=2",
|
|
||||||
imageAlt: "Fried meat with potato and onin mixed with greens side view",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Por qué elegir Abdul Kebab"
|
title="Por qué elegir Abdul Kebab"
|
||||||
@@ -194,20 +130,15 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
tag="Contacto"
|
tag="Contacto"
|
||||||
title="Abierto desde las 18:00"
|
title="Abierto desde las 18:00"
|
||||||
description="Dirección: Av. de la Constitución, 11A, Montilla, Córdoba. ¡Haz tu pedido ahora!"
|
description="Dirección: Av. de la Constitución, 11A, Montilla, Córdoba. ¡Haz tu pedido ahora!"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "📞 Llamar ahora",
|
text: "📞 Llamar ahora", href: "tel:957392047"},
|
||||||
href: "tel:957392047",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "📍 Google Maps",
|
text: "📍 Google Maps", href: "https://maps.google.com/?q=Av.+de+la+Constitución,11A,Montilla"},
|
||||||
href: "https://maps.google.com/?q=Av.+de+la+Constitución,11A,Montilla",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -217,33 +148,21 @@ export default function LandingPage() {
|
|||||||
logoText="Abdul Kebab"
|
logoText="Abdul Kebab"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Enlaces",
|
title: "Enlaces", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Inicio",
|
label: "Inicio", href: "#hero"},
|
||||||
href: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Carta",
|
label: "Carta", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contacto",
|
label: "Contacto", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacidad",
|
label: "Privacidad", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Aviso Legal",
|
label: "Aviso Legal", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user