5 Commits

Author SHA1 Message Date
ed66dbb76e Update src/app/page.tsx 2026-03-04 08:12:55 +00:00
7251400540 Merge version_2 into main
Merge version_2 into main
2026-03-04 08:10:08 +00:00
840840ea8c Update src/app/page.tsx 2026-03-04 08:10:04 +00:00
7e2034322b Update src/app/layout.tsx 2026-03-04 08:10:03 +00:00
5826a19751 Merge version_1 into main
Merge version_1 into main
2026-03-03 21:20:55 +00:00
2 changed files with 47 additions and 66 deletions

View File

@@ -1,57 +1,20 @@
import type { Metadata } from "next";
import { Montserrat } from "next/font/google";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import "@/styles/globals.css";
const montserrat = Montserrat({
variable: "--font-montserrat", subsets: ["latin"],
});
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Snack Melilla | El Mejor Taco Francés en Tarragona", description: "Los mejores tacos de Tarragona. Porciones XXL, ingredientes frescos, cocina a la vista. Menú completo por 6,99€. Abierto todos los días 11:00-23:00. Llama ahora.", keywords: "taco tarragona, taco francés, comida rápida tarragona, snack torreforta, mejor taco provincia, tacos XXL", metadataBase: new URL("https://www.snackmelilla.es"),
alternates: {
canonical: "https://www.snackmelilla.es"},
openGraph: {
title: "Snack Melilla | El Mejor Taco Francés en Tarragona", description: "Descubre los tacos más deliciosos de Tarragona. Porciones generosas, ingredientes frescos y servicio de 10.", url: "https://www.snackmelilla.es", siteName: "Snack Melilla", type: "website", images: [
{
url: "https://snackmelilla.es/og-image.jpg", alt: "Taco XXL de Snack Melilla"},
],
},
twitter: {
card: "summary_large_image", title: "Snack Melilla | El Mejor Taco Francés en Tarragona", description: "Los mejores tacos con porciones XXL. Menú completo por 6,99€.", images: ["https://snackmelilla.es/twitter-image.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Snack Melilla - El Mejor Taco de Tarragona", description: "Los mejores tacos franceses de Tarragona. Calidad, cantidad y sabor. Menú completo desde €6,99."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${montserrat.variable} ${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="es">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1419,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -59,16 +59,20 @@ export default function LandingPage() {
testimonials={[
{
name: "Carlos M.", handle: "Cliente Local", testimonial: "Los mejores tacos de la provincia. Cantidad gigante comparado con el precio.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-yellow-background-with-happy-cool-smile-face-lucky-person_839833-8587.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-yellow-background-with-happy-cool-smile-face-lucky-person_839833-8587.jpg"
},
{
name: "María G.", handle: "Habitual", testimonial: "Taco francés insuperable. Sitio muy limpio y atención de 10.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-wavy-voluminous-hair-natural-daytime-makeup-wearing-blue-shirt-beige-background-smiles-with-mischievous-cheerful-smile_343596-8237.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-wavy-voluminous-hair-natural-daytime-makeup-wearing-blue-shirt-beige-background-smiles-with-mischievous-cheerful-smile_343596-8237.jpg"
},
{
name: "José R.", handle: "Familia", testimonial: "Calidad precio genial. Volvemos cada semana.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
},
{
name: "Laura S.", handle: "Trabajadora", testimonial: "Menú con patatas y bebida por 6,99€. Excelente relación.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg"
},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
@@ -80,23 +84,27 @@ export default function LandingPage() {
<div id="featured" data-section="featured">
<ProductCardFour
title="Nuestros Destacados"
description="Descubre nuestros productos estrella que han conquistado a miles de clientes en Tarragona."
description="Descubre nuestros productos estrella, disponibles hoy con ofertas especiales"
tag="Especialidades"
tagIcon={Star}
tagAnimation="slide-up"
buttons={[
{ text: "Ver Todo el Menú", href: "#contact" },
{ text: "Ver Menú Completo + Ofertas", href: "#contact" },
]}
buttonAnimation="slide-up"
products={[
{
id: "1", name: "Taco XXL Mixto", price: "€6,50", variant: "Carne y pollo", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tasty-tortillas-with-meat-tomato-sauce-ingredients_181624-46252.jpg", imageAlt: "Taco XXL Mixto con carnes variadas"},
id: "1", name: "Menú Completo", price: "€6,99", variant: "Taco + patatas + bebida", imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-sliders-summer-picnic-sandwiches_53876-124159.jpg", imageAlt: "Menú completo con bebida"
},
{
id: "2", name: "Taco Francés Especialidad", price: "€5,99", variant: "La receta secreta", imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food_23-2148140284.jpg", imageAlt: "Taco Francés con salsa andalus"},
id: "2", name: "Taco XXL Mixto", price: "€6,50", variant: "Carne y pollo", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tasty-tortillas-with-meat-tomato-sauce-ingredients_181624-46252.jpg", imageAlt: "Taco XXL Mixto con carnes variadas"
},
{
id: "3", name: "Menú Completo", price: "€6,99", variant: "Taco + patatas + bebida", imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-sliders-summer-picnic-sandwiches_53876-124159.jpg", imageAlt: "Menú completo con bebida"},
id: "3", name: "Taco Francés Especialidad", price: "€5,99", variant: "La receta secreta", imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food_23-2148140284.jpg", imageAlt: "Taco Francés con salsa andalus"
},
{
id: "4", name: "Alitas Crujientes", price: "€4,99", variant: "6 unidades", imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-wings-with-celery-sticks-ranch-dressing_9975-124522.jpg", imageAlt: "Alitas crujientes y jugosas"},
id: "4", name: "Alitas Crujientes", price: "€4,99", variant: "6 unidades", imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-wings-with-celery-sticks-ranch-dressing_9975-124522.jpg", imageAlt: "Alitas crujientes y jugosas"
},
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
@@ -113,7 +121,8 @@ export default function LandingPage() {
tag="⭐ Valoraciones"
tagAnimation="slide-up"
names={[
"Google Maps ⭐⭐⭐⭐⭐", "TripAdvisor Recomendado", "Just Eat Favorito", "Local Favorito Tarragona", "Mejor Valorado Provincia", "Clientes que Repiten"]}
"Google Maps ⭐⭐⭐⭐⭐", "TripAdvisor Recomendado", "Just Eat Favorito", "Local Favorito Tarragona", "Mejor Valorado Provincia", "Clientes que Repiten"
]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}
@@ -131,16 +140,20 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Producto Fresco", description: "Carne de calidad, cuidadosamente seleccionada cada día para garantizar frescura.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-raw-lamb-chops-with-herbs-salt-dark-background_84443-72394.jpg", imageAlt: "Ingredientes frescos de calidad"},
title: "Producto Fresco", description: "Carne de calidad, cuidadosamente seleccionada cada día para garantizar frescura.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-raw-lamb-chops-with-herbs-salt-dark-background_84443-72394.jpg", imageAlt: "Ingredientes frescos de calidad"
},
{
id: 2,
title: "Cocina a la Vista", description: "Prepáramos todo frente a ti. Sin sorpresas. Transparencia total en la elaboración.", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-preparing-chopped-bell-pepper-restaurant-kitchen-cooking-gourmet-dish-with-fresh-ingredients-authentic-cook-preparing-vegetables-meal-with-culinary-food-recipe-close-up_482257-43539.jpg", imageAlt: "Chef preparando alimentos"},
title: "Cocina a la Vista", description: "Prepáramos todo frente a ti. Sin sorpresas. Transparencia total en la elaboración.", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-preparing-chopped-bell-pepper-restaurant-kitchen-cooking-gourmet-dish-with-fresh-ingredients-authentic-cook-preparing-vegetables-meal-with-culinary-food-recipe-close-up_482257-43539.jpg", imageAlt: "Chef preparando alimentos"
},
{
id: 3,
title: "Porciones Generosas", description: "Tacos XL y XXL que te dejan satisfecho. El mejor valor en la provincia.", imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-mashed-potato-corn-thanksgiving-celebration-concept_53876-23092.jpg", imageAlt: "Porciones abundantes"},
title: "Porciones Generosas", description: "Tacos XL y XXL que te dejan satisfecho. El mejor valor en la provincia.", imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-mashed-potato-corn-thanksgiving-celebration-concept_53876-23092.jpg", imageAlt: "Porciones abundantes"
},
{
id: 4,
title: "Local Limpio y Moderno", description: "Ambiente agradable, higiénico y moderno. Un lugar donde disfrutar.", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-washing-frying-pan_23-2149646223.jpg", imageAlt: "Cocina limpia y moderna"},
title: "Local Limpio y Moderno", description: "Ambiente agradable, higiénico y moderno. Un lugar donde disfrutar.", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-washing-frying-pan_23-2149646223.jpg", imageAlt: "Cocina limpia y moderna"
},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -159,17 +172,23 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Miguel Rodríguez, Trabajador", date: "Date: 15 Enero 2025", title: "Mejor relación calidad-precio de Tarragona", quote: "Llevo tres años yendo a comer allí. Por 6,99€ tienes menú completo con taco, patatas y bebida. Es imposible encontrar algo mejor. El servicio es rápido incluso en horas punta.", tag: "Habitual", avatarSrc: "http://img.b2bpic.net/free-vector/modern-avatars-with-circular-style_23-2147676938.jpg", avatarAlt: "Avatar de Miguel", imageSrc: "http://img.b2bpic.net/free-photo/people-eating-spanish-tortilla_52683-107689.jpg", imageAlt: "Cliente disfrutando comida"},
id: "1", name: "Miguel Rodríguez, Trabajador", date: "Date: 15 Enero 2025", title: "Mejor relación calidad-precio de Tarragona", quote: "Llevo tres años yendo a comer allí. Por 6,99€ tienes menú completo con taco, patatas y bebida. Es imposible encontrar algo mejor. El servicio es rápido incluso en horas punta.", tag: "Habitual", avatarSrc: "http://img.b2bpic.net/free-vector/modern-avatars-with-circular-style_23-2147676938.jpg", avatarAlt: "Avatar de Miguel", imageSrc: "http://img.b2bpic.net/free-photo/people-eating-spanish-tortilla_52683-107689.jpg", imageAlt: "Cliente disfrutando comida"
},
{
id: "2", name: "Ana García, Familia", date: "Date: 10 Enero 2025", title: "Sitio limpio y atención excelente", quote: "Fuimos con los niños y fue una experiencia perfecta. El lugar está impecable, la comida es de calidad y los chicos Imad y Hicham son muy atentos. Definitivamente volveremos.", tag: "Familia", avatarSrc: "http://img.b2bpic.net/free-vector/modern-avatars-with-circular-style_23-2147676938.jpg", avatarAlt: "Avatar de Ana", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-toasting-with-beer-bottles-while-having-lunch-with-friends-home-focus-is-redhead-woman_637285-5550.jpg", imageAlt: "Familia comiendo juntos"},
id: "2", name: "Ana García, Familia", date: "Date: 10 Enero 2025", title: "Sitio limpio y atención excelente", quote: "Fuimos con los niños y fue una experiencia perfecta. El lugar está impecable, la comida es de calidad y los chicos Imad y Hicham son muy atentos. Definitivamente volveremos.", tag: "Familia", avatarSrc: "http://img.b2bpic.net/free-vector/modern-avatars-with-circular-style_23-2147676938.jpg", avatarAlt: "Avatar de Ana", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-toasting-with-beer-bottles-while-having-lunch-with-friends-home-focus-is-redhead-woman_637285-5550.jpg", imageAlt: "Familia comiendo juntos"
},
{
id: "3", name: "David López, Estudiante", date: "Date: 5 Enero 2025", title: "El taco francés es insuperable", quote: "He probado en otros sitios, pero el taco francés de Snack Melilla no tiene competencia. La salsa andalus es espectacular. Es mi spot favorito después de clase.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-handsome-man-with-blond-hair-wearing-burgunde-casual-t-shirt-standing_176532-9610.jpg", avatarAlt: "Avatar de David", imageSrc: "http://img.b2bpic.net/free-photo/portrait-tempted-beautiful-girl-licking-lips-as-looking-cake_1258-300163.jpg", imageAlt: "Persona joven disfrutando comida"},
id: "3", name: "David López, Estudiante", date: "Date: 5 Enero 2025", title: "El taco francés es insuperable", quote: "He probado en otros sitios, pero el taco francés de Snack Melilla no tiene competencia. La salsa andalus es espectacular. Es mi spot favorito después de clase.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-handsome-man-with-blond-hair-wearing-burgunde-casual-t-shirt-standing_176532-9610.jpg", avatarAlt: "Avatar de David", imageSrc: "http://img.b2bpic.net/free-photo/portrait-tempted-beautiful-girl-licking-lips-as-looking-cake_1258-300163.jpg", imageAlt: "Persona joven disfrutando comida"
},
{
id: "4", name: "Patricia Sánchez, Empresaria", date: "Date: 28 Diciembre 2024", title: "Los mejores de la provincia", quote: "Cantidad gigante comparado con el precio. Cada taco es una comida completa. La cocina a la vista te garantiza que todo es fresco. Sin duda, los mejores de Tarragona.", tag: "Premium", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Avatar de Patricia", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg", imageAlt: "Mujer comiendo en restaurante"},
id: "4", name: "Patricia Sánchez, Empresaria", date: "Date: 28 Diciembre 2024", title: "Los mejores de la provincia", quote: "Cantidad gigante comparado con el precio. Cada taco es una comida completa. La cocina a la vista te garantiza que todo es fresco. Sin duda, los mejores de Tarragona.", tag: "Premium", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Avatar de Patricia", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg", imageAlt: "Mujer comiendo en restaurante"
},
{
id: "5", name: "Luis Fernández, Vecino", date: "Date: 20 Diciembre 2024", title: "Servicio de 10, comida de 10", quote: "Pasé por casualidad y quedé maravillado. El personal es profesional y amable. La comida sale rápido y está buenísima. Ya es mi lugar habitual en el barrio.", tag: "Nuevo Cliente", avatarSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-leaning-against-rusty-colored-background_150588-70.jpg", avatarAlt: "Avatar de Luis", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-ready-eat_23-2148899024.jpg", imageAlt: "Hombre disfrutando comida"},
id: "5", name: "Luis Fernández, Vecino", date: "Date: 20 Diciembre 2024", title: "Servicio de 10, comida de 10", quote: "Pasé por casualidad y quedé maravillado. El personal es profesional y amable. La comida sale rápido y está buenísima. Ya es mi lugar habitual en el barrio.", tag: "Nuevo Cliente", avatarSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-leaning-against-rusty-colored-background_150588-70.jpg", avatarAlt: "Avatar de Luis", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-ready-eat_23-2148899024.jpg", imageAlt: "Hombre disfrutando comida"
},
{
id: "6", name: "Carmen Torres, Jubilada", date: "Date: 15 Diciembre 2024", title: "Tradición y calidad juntas", quote: "Mi nieto me trajo aquí y ahora vengo sola. La comida es fresca, el lugar limpio y los precios muy justos. Me encanta sentarme en la terraza y disfrutar de un buen taco.", tag: "Cliente VIP", avatarSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-499.jpg", avatarAlt: "Avatar de Carmen", imageSrc: "http://img.b2bpic.net/free-photo/happy-tea-time_1098-13622.jpg", imageAlt: "Mujer mayor disfrutando comida"},
id: "6", name: "Carmen Torres, Jubilada", date: "Date: 15 Diciembre 2024", title: "Tradición y calidad juntas", quote: "Mi nieto me trajo aquí y ahora vengo sola. La comida es fresca, el lugar limpio y los precios muy justos. Me encanta sentarme en la terraza y disfrutar de un buen taco.", tag: "Cliente VIP", avatarSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-499.jpg", avatarAlt: "Avatar de Carmen", imageSrc: "http://img.b2bpic.net/free-photo/happy-tea-time_1098-13622.jpg", imageAlt: "Mujer mayor disfrutando comida"
},
]}
textboxLayout="default"
useInvertedBackground={false}