diff --git a/src/app/page.tsx b/src/app/page.tsx
index f6fe983..683fdf5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TextAbout from '@/components/sections/about/TextAbout';
-import { Sparkles } from "lucide-react";
+import { Sparkles, Coffee, ShoppingBag, Bike, PartyPopper } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,42 +47,21 @@ export default function LandingPage() {
@@ -119,33 +88,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Comer en local",
- description: "Local de dos plantas con ambiente acogedor.",
- buttonIcon: "Coffee",
- imageSrc: "http://img.b2bpic.net/free-photo/enjoying-meal-street_23-2151542634.jpg",
- imageAlt: "Enjoying a meal in the street",
- },
+ title: "Comer en local", description: "Local de dos plantas con ambiente acogedor.", buttonIcon: Coffee,
+ imageSrc: "http://img.b2bpic.net/free-photo/enjoying-meal-street_23-2151542634.jpg", imageAlt: "Enjoying a meal in the street"},
{
- title: "Para llevar",
- description: "Haz tu pedido y recógelo cuando esté listo.",
- buttonIcon: "ShoppingBag",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-cheeseburger_23-2148314189.jpg?_wi=2",
- imageAlt: "Enjoying a meal in the street",
- },
+ title: "Para llevar", description: "Haz tu pedido y recógelo cuando esté listo.", buttonIcon: ShoppingBag,
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-cheeseburger_23-2148314189.jpg", imageAlt: "Enjoying a meal in the street"},
{
- title: "A domicilio",
- description: "Te lo llevamos a casa cómodamente.",
- buttonIcon: "Bike",
- imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-egg-benedict-energy-drinks-can_114579-2137.jpg?_wi=2",
- imageAlt: "Enjoying a meal in the street",
- },
+ title: "A domicilio", description: "Te lo llevamos a casa cómodamente.", buttonIcon: Bike,
+ imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-egg-benedict-energy-drinks-can_114579-2137.jpg", imageAlt: "Enjoying a meal in the street"},
{
- title: "Eventos Privados",
- description: "Celebra tus ocasiones especiales con nosotros.",
- buttonIcon: "PartyPopper",
- imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-drumsticks-metal-bucket_84443-81944.jpg?_wi=1",
- imageAlt: "Enjoying a meal in the street",
- },
+ title: "Eventos Privados", description: "Celebra tus ocasiones especiales con nosotros.", buttonIcon: PartyPopper,
+ imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-drumsticks-metal-bucket_84443-81944.jpg", imageAlt: "Enjoying a meal in the street"},
]}
title="Nuestros servicios"
description="Disfruta de nuestros productos como prefieras."
@@ -160,47 +113,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Burger Estrella",
- price: "12 €",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-close-up-burger-wooden-board_23-2148238512.jpg",
- imageAlt: "Hamburguesa Estrella",
- },
+ id: "p1", name: "Burger Estrella", price: "12 €", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-close-up-burger-wooden-board_23-2148238512.jpg", imageAlt: "Hamburguesa Estrella"},
{
- id: "p2",
- name: "Fingers de Pollo",
- price: "10 €",
- imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-drumsticks-metal-bucket_84443-81944.jpg?_wi=2",
- imageAlt: "Fingers de pollo",
- },
+ id: "p2", name: "Fingers de Pollo", price: "10 €", imageSrc: "http://img.b2bpic.net/free-photo/crispy-golden-fried-chicken-drumsticks-metal-bucket_84443-81944.jpg", imageAlt: "Fingers de pollo"},
{
- id: "p3",
- name: "Perrito Clásico",
- price: "10 €",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-hot-dogs-arrangement_23-2148768200.jpg",
- imageAlt: "Perrito clásico",
- },
+ id: "p3", name: "Perrito Clásico", price: "10 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-hot-dogs-arrangement_23-2148768200.jpg", imageAlt: "Perrito clásico"},
{
- id: "p4",
- name: "Bocadillo Variado",
- price: "10 €",
- imageSrc: "http://img.b2bpic.net/free-photo/sliced-bread-table-top-view_23-2148229084.jpg",
- imageAlt: "Bocadillos variados",
- },
+ id: "p4", name: "Bocadillo Variado", price: "10 €", imageSrc: "http://img.b2bpic.net/free-photo/sliced-bread-table-top-view_23-2148229084.jpg", imageAlt: "Bocadillos variados"},
{
- id: "p5",
- name: "Desayuno Completo",
- price: "10 €",
- imageSrc: "http://img.b2bpic.net/free-photo/table-breakfast-set_1339-1946.jpg",
- imageAlt: "Desayuno con tostadas",
- },
+ id: "p5", name: "Desayuno Completo", price: "10 €", imageSrc: "http://img.b2bpic.net/free-photo/table-breakfast-set_1339-1946.jpg", imageAlt: "Desayuno con tostadas"},
{
- id: "p6",
- name: "Papas Fritas",
- price: "10 €",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-slate-with-herbs-salt_23-2148701460.jpg",
- imageAlt: "Papas fritas",
- },
+ id: "p6", name: "Papas Fritas", price: "10 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-slate-with-herbs-salt_23-2148701460.jpg", imageAlt: "Papas fritas"},
]}
title="Nuestra Carta"
description="Platos preparados con los mejores ingredientes."
@@ -214,40 +137,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Harlys Zambrano",
- role: "Local Guide",
- testimonial: "Muy bien café y una tostada genial. Me ha encantado.",
- imageSrc: "http://img.b2bpic.net/free-photo/american-hamburger-knife_23-2147783580.jpg",
- },
+ id: "t1", name: "Harlys Zambrano", role: "Local Guide", testimonial: "Muy bien café y una tostada genial. Me ha encantado.", imageSrc: "http://img.b2bpic.net/free-photo/american-hamburger-knife_23-2147783580.jpg"},
{
- id: "t2",
- name: "Chema Wildlife",
- role: "Local Guide",
- testimonial: "Magnífico... hamburguesas, bocadillos, todo espectacular y con un precio muy competente.",
- imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-stuffed-with-vegetables-apetizers-served-with-herbs-turshu_114579-1553.jpg",
- },
+ id: "t2", name: "Chema Wildlife", role: "Local Guide", testimonial: "Magnífico... hamburguesas, bocadillos, todo espectacular y con un precio muy competente.", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-stuffed-with-vegetables-apetizers-served-with-herbs-turshu_114579-1553.jpg"},
{
- id: "t3",
- name: "Cliente Anónimo",
- role: "Cliente",
- testimonial: "Comida exquisita, buena atención y servicio.",
- imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-egg-lettuce-tomato-onion_140725-5719.jpg",
- },
+ id: "t3", name: "Cliente Anónimo", role: "Cliente", testimonial: "Comida exquisita, buena atención y servicio.", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-egg-lettuce-tomato-onion_140725-5719.jpg"},
{
- id: "t4",
- name: "Juan Pérez",
- role: "Cliente",
- testimonial: "El mejor sitio de hamburguesas de barrio en Alicante.",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cheeseburger-with-fried-egg-tray_23-2148784518.jpg",
- },
+ id: "t4", name: "Juan Pérez", role: "Cliente", testimonial: "El mejor sitio de hamburguesas de barrio en Alicante.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cheeseburger-with-fried-egg-tray_23-2148784518.jpg"},
{
- id: "t5",
- name: "María García",
- role: "Cliente",
- testimonial: "Excelente trato, repetiremos sin duda.",
- imageSrc: "http://img.b2bpic.net/free-photo/classic-burger-served-with-fries-beer_140725-1741.jpg",
- },
+ id: "t5", name: "María García", role: "Cliente", testimonial: "Excelente trato, repetiremos sin duda.", imageSrc: "http://img.b2bpic.net/free-photo/classic-burger-served-with-fries-beer_140725-1741.jpg"},
]}
title="Lo que dicen de nosotros"
description="Nuestros clientes son nuestra mejor publicidad."
@@ -262,20 +160,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- value: "Miércoles",
- description: "Tarde-noche alta afluencia",
- },
+ id: "m1", value: "Miércoles", description: "Tarde-noche alta afluencia"},
{
- id: "m2",
- value: "Recomendación",
- description: "Reserva o llega temprano",
- },
+ id: "m2", value: "Recomendación", description: "Reserva o llega temprano"},
{
- id: "m3",
- value: "Parking",
- description: "Parking gratuito cercano",
- },
+ id: "m3", value: "Parking", description: "Parking gratuito cercano"},
]}
title="Horas Punta"
description="Los miércoles son nuestros días con mayor afluencia."
@@ -286,8 +175,7 @@ export default function LandingPage() {