Update src/app/page.tsx
This commit is contained in:
192
src/app/page.tsx
192
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
name: "Nosotros", id: "about"},
|
||||
{
|
||||
name: "Menú",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menú", id: "menu"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="BurgerTunja"
|
||||
/>
|
||||
@@ -56,41 +48,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Las hamburguesas mas brutales de Tunja"
|
||||
description="Explosión de sabor urbano, preparadas con los ingredientes más frescos y la técnica que tu paladar exige."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Menú",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Ver Menú", href: "#menu"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-cheeseburger-rustic-bun-with-fries-generative-ai_188544-36959.jpg",
|
||||
imageAlt: "Hero 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-cheeseburger-rustic-bun-with-fries-generative-ai_188544-36959.jpg", imageAlt: "Hero 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-person-holding-burger-with-fried-egg_23-2148784520.jpg",
|
||||
imageAlt: "Hero 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-person-holding-burger-with-fried-egg_23-2148784520.jpg", imageAlt: "Hero 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7517.jpg",
|
||||
imageAlt: "Hero 3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7517.jpg", imageAlt: "Hero 3"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-assortment_23-2148868225.jpg",
|
||||
imageAlt: "Hero 4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-assortment_23-2148868225.jpg", imageAlt: "Hero 4"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cheeseburger-with-fried-egg-tray_23-2148784518.jpg",
|
||||
imageAlt: "Hero 5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cheeseburger-with-fried-egg-tray_23-2148784518.jpg", imageAlt: "Hero 5"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-tasty-hamburgers_23-2148614084.jpg",
|
||||
imageAlt: "Hero 6",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-tasty-hamburgers_23-2148614084.jpg", imageAlt: "Hero 6"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -103,19 +80,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Hamburguesas Vendidas",
|
||||
value: "10K+",
|
||||
},
|
||||
label: "Hamburguesas Vendidas", value: "10K+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Años de Tradición",
|
||||
value: "5",
|
||||
},
|
||||
label: "Años de Tradición", value: "5"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Clientes Felices",
|
||||
value: "25K",
|
||||
},
|
||||
label: "Clientes Felices", value: "25K"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -129,41 +100,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Perros Calientes",
|
||||
price: "$12.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-hot-dogs-with-flowers_23-2149453842.jpg",
|
||||
},
|
||||
id: "p1", name: "Perros Calientes", price: "$12.000", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-hot-dogs-with-flowers_23-2149453842.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Gaseosas Refrescantes",
|
||||
price: "$4.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-cola-with-ice-cubes_1101-681.jpg",
|
||||
},
|
||||
id: "p2", name: "Gaseosas Refrescantes", price: "$4.000", imageSrc: "http://img.b2bpic.net/free-photo/glass-cola-with-ice-cubes_1101-681.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Mini Hamburguesas",
|
||||
price: "$15.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tuna-spread-with-cracker_1339-8380.jpg",
|
||||
},
|
||||
id: "p3", name: "Mini Hamburguesas", price: "$15.000", imageSrc: "http://img.b2bpic.net/free-photo/tuna-spread-with-cracker_1339-8380.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Salchipapas Mixtas",
|
||||
price: "$18.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-crispy-fried-fish-served-with-lemon-fries-vegetable-salad_140725-2653.jpg",
|
||||
},
|
||||
id: "p4", name: "Salchipapas Mixtas", price: "$18.000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-crispy-fried-fish-served-with-lemon-fries-vegetable-salad_140725-2653.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Burger Brutal",
|
||||
price: "$22.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-beef-fitburger-black-bun-with-glass-beer_141793-4768.jpg",
|
||||
},
|
||||
id: "p5", name: "Burger Brutal", price: "$22.000", imageSrc: "http://img.b2bpic.net/free-photo/side-view-beef-fitburger-black-bun-with-glass-beer_141793-4768.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Doble Bacon",
|
||||
price: "$25.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-gourmet-cheeseburger-rustic-wooden-table-generated-by-ai_188544-25131.jpg",
|
||||
},
|
||||
id: "p6", name: "Doble Bacon", price: "$25.000", imageSrc: "http://img.b2bpic.net/free-photo/grilled-gourmet-cheeseburger-rustic-wooden-table-generated-by-ai_188544-25131.jpg"},
|
||||
]}
|
||||
title="Nuestro Menú Brutal"
|
||||
description="Una selección de sabores para satisfacer tus antojos más salvajes."
|
||||
@@ -172,24 +119,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Domicilios",
|
||||
description: "Llevamos el sabor hasta tu puerta.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-surface-with-tablecloth-two-delicious-hot-dogs_23-2147684595.jpg",
|
||||
},
|
||||
title: "Domicilios", description: "Llevamos el sabor hasta tu puerta.", imageSrc: "http://img.b2bpic.net/free-photo/dark-surface-with-tablecloth-two-delicious-hot-dogs_23-2147684595.jpg"},
|
||||
{
|
||||
title: "Local",
|
||||
description: "Vive la experiencia BurgerTunja.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-whole-cut-various-tasty-sandwiches-tomatoes-with-stem-knife-black-tray-dark-mix-color-surface_179666-34375.jpg",
|
||||
},
|
||||
title: "Local", description: "Vive la experiencia BurgerTunja.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-whole-cut-various-tasty-sandwiches-tomatoes-with-stem-knife-black-tray-dark-mix-color-surface_179666-34375.jpg"},
|
||||
{
|
||||
title: "Eventos",
|
||||
description: "Atención para tus ocasiones especiales.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushrooms-meal-cooked-with-greens-inside-plate-dark-desk-dish-dinner-ripe-meal-cooking-wild_140725-117819.jpg",
|
||||
},
|
||||
title: "Eventos", description: "Atención para tus ocasiones especiales.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushrooms-meal-cooked-with-greens-inside-plate-dark-desk-dish-dinner-ripe-meal-cooking-wild_140725-117819.jpg"},
|
||||
]}
|
||||
title="Áreas de Servicio"
|
||||
description="Atendemos en toda Tunja con la misma calidad de siempre."
|
||||
@@ -201,14 +140,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Uber Eats",
|
||||
"Rappi",
|
||||
"Didi Food",
|
||||
"BurgerApp",
|
||||
"Tunja Eats",
|
||||
"Local Pay",
|
||||
"Trusted Shop",
|
||||
]}
|
||||
"Uber Eats", "Rappi", "Didi Food", "BurgerApp", "Tunja Eats", "Local Pay", "Trusted Shop"]}
|
||||
title="Aliados de Calidad"
|
||||
description="Contamos con los mejores partners para tu servicio."
|
||||
/>
|
||||
@@ -219,30 +151,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Juan Perez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg",
|
||||
},
|
||||
id: "t1", name: "Juan Perez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Maria Lopez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg",
|
||||
},
|
||||
id: "t2", name: "Maria Lopez", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Carlos Ruiz",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-woman-eating-german-salty-pastry-pretzel-doing-ok-sign-with-fingers-excellent-symbol_839833-29953.jpg",
|
||||
},
|
||||
id: "t3", name: "Carlos Ruiz", imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-woman-eating-german-salty-pastry-pretzel-doing-ok-sign-with-fingers-excellent-symbol_839833-29953.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ana Gomez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-1905.jpg",
|
||||
},
|
||||
id: "t4", name: "Ana Gomez", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-1905.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Pedro Martinez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg",
|
||||
},
|
||||
id: "t5", name: "Pedro Martinez", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg"},
|
||||
]}
|
||||
cardTitle="Lo que dicen nuestros clientes"
|
||||
cardTag="Reseñas"
|
||||
@@ -255,20 +172,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "¿Tienen servicio a domicilio?",
|
||||
content: "Sí, cubrimos toda el área de Tunja.",
|
||||
},
|
||||
id: "f1", title: "¿Tienen servicio a domicilio?", content: "Sí, cubrimos toda el área de Tunja."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "¿Cuáles son los horarios?",
|
||||
content: "Estamos abiertos de 12pm a 10pm.",
|
||||
},
|
||||
id: "f2", title: "¿Cuáles son los horarios?", content: "Estamos abiertos de 12pm a 10pm."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "¿Tienen opciones vegetarianas?",
|
||||
content: "Sí, pregúntale a tu mesero.",
|
||||
},
|
||||
id: "f3", title: "¿Tienen opciones vegetarianas?", content: "Sí, pregúntale a tu mesero."},
|
||||
]}
|
||||
sideTitle="Preguntas Frecuentes"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -282,20 +190,12 @@ export default function LandingPage() {
|
||||
description="Estamos listos para atender tus pedidos o preguntas."
|
||||
inputs={[
|
||||
{
|
||||
name: "nombre",
|
||||
type: "text",
|
||||
placeholder: "Tu nombre",
|
||||
},
|
||||
name: "nombre", type: "text", placeholder: "Tu nombre"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Tu correo",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Tu correo"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "mensaje",
|
||||
placeholder: "Cuéntanos tu antojo",
|
||||
}}
|
||||
name: "mensaje", placeholder: "Cuéntanos tu antojo"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/furniture-room-background-sofa-contemporary_1203-4464.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -305,25 +205,17 @@ export default function LandingPage() {
|
||||
logoText="BurgerTunja"
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Inicio", href: "#hero"},
|
||||
{
|
||||
label: "Menú",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menú", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacidad", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user