29 Commits

Author SHA1 Message Date
cf0b7566fe Update src/app/page.tsx 2026-05-12 16:03:50 +00:00
c2555dd00f Merge version_15 into main
Merge version_15 into main
2026-05-09 02:18:44 +00:00
da35d313c7 Update src/app/page.tsx 2026-05-09 02:18:41 +00:00
6c4124e637 Merge version_13 into main
Merge version_13 into main
2026-05-09 02:13:11 +00:00
41803e2048 Update src/app/page.tsx 2026-05-09 02:13:08 +00:00
32676b722f Merge version_12 into main
Merge version_12 into main
2026-05-09 02:12:58 +00:00
802c36f06b Update src/app/page.tsx 2026-05-09 02:12:52 +00:00
350ff06fec Merge version_11 into main
Merge version_11 into main
2026-05-09 01:59:49 +00:00
c18af1a251 Update src/app/page.tsx 2026-05-09 01:59:43 +00:00
1efd0ce8e6 Merge version_10 into main
Merge version_10 into main
2026-05-09 01:57:14 +00:00
1e07dbcba7 Update src/app/page.tsx 2026-05-09 01:57:11 +00:00
78114032f9 Merge version_10 into main
Merge version_10 into main
2026-05-09 01:56:46 +00:00
d1c33a2a7a Update src/app/page.tsx 2026-05-09 01:56:40 +00:00
7ae4682a4e Merge version_9 into main
Merge version_9 into main
2026-05-09 00:23:47 +00:00
8b49681813 Update theme colors 2026-05-09 00:23:44 +00:00
3d4917a1cd Merge version_8 into main
Merge version_8 into main
2026-05-09 00:23:39 +00:00
aeff2f534f Update theme colors 2026-05-09 00:23:32 +00:00
c9ae0260e0 Merge version_7 into main
Merge version_7 into main
2026-05-09 00:22:41 +00:00
2939922ecc Update theme colors 2026-05-09 00:22:35 +00:00
35a2263169 Merge version_6 into main
Merge version_6 into main
2026-05-09 00:22:27 +00:00
d66a4e42af Update theme colors 2026-05-09 00:22:24 +00:00
879cf60de4 Merge version_5 into main
Merge version_5 into main
2026-05-08 23:19:04 +00:00
70cf88e706 Update src/app/layout.tsx 2026-05-08 23:19:01 +00:00
7bffa5c106 Merge version_5 into main
Merge version_5 into main
2026-05-08 23:16:53 +00:00
a7f69faa60 Update theme colors 2026-05-08 23:16:50 +00:00
cbcf1a75ec Merge version_4 into main
Merge version_4 into main
2026-05-08 23:16:36 +00:00
284c8793ce Update theme colors 2026-05-08 23:16:33 +00:00
82814cbb98 Merge version_3 into main
Merge version_3 into main
2026-05-08 23:15:25 +00:00
f2a2a12f57 Merge version_3 into main
Merge version_3 into main
2026-05-08 23:13:41 +00:00
3 changed files with 55 additions and 82 deletions

View File

@@ -10,8 +10,8 @@ import { Montserrat } from "next/font/google";
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'TacosVictorMTL | Authentic Tacos in Montreal', title: "TacosVictorMTL ",
description: 'Experience authentic Mexican tacos in the heart of MTL. Fresh ingredients, handmade tortillas, and pure satisfaction.', description: "Experience authentic Mexican tacos in the heart of MTL. Fresh ingredients, handmade tortillas, and pure satisfaction.",
}; };
const montserrat = Montserrat({ const montserrat = Montserrat({

View File

@@ -2,16 +2,16 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactForm from '@/components/form/ContactForm';
import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Award, CheckCircle, Star, Utensils } from "lucide-react"; import { Award, CheckCircle, Star, Utensils } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
@@ -29,12 +29,13 @@ export default function LandingPage() {
headingFontWeight="light" headingFontWeight="light"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav" className="sticky top-0 z-50 bg-white">
<NavbarLayoutFloatingOverlay <NavbarStyleFullscreen
navItems={[ navItems={[
{ name: "Inicio", id: "hero" }, { name: "Inicio", id: "hero" },
{ name: "Sobre Nosotros", id: "about" }, { name: "Sobre Nosotros", id: "about" },
{ name: "Menú", id: "menu" }, { name: "Menú", id: "menu" },
{ name: "FAQ", id: "faq" },
{ name: "Contacto", id: "contact" }, { name: "Contacto", id: "contact" },
]} ]}
brandName="Tacos Victor Montréal" brandName="Tacos Victor Montréal"
@@ -49,19 +50,9 @@ export default function LandingPage() {
{ name: "Marc L.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", handle: "@mtlfoodie", testimonial: "¡Los mejores tacos de la ciudad, sin duda!", rating: 5 }, { name: "Marc L.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", handle: "@mtlfoodie", testimonial: "¡Los mejores tacos de la ciudad, sin duda!", rating: 5 },
{ name: "Sophie B.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-girl-with-lemons_23-2148483076.jpg", handle: "@mtleats", testimonial: "Sabores auténticos y frescos.", rating: 5 }, { name: "Sophie B.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-girl-with-lemons_23-2148483076.jpg", handle: "@mtleats", testimonial: "Sabores auténticos y frescos.", rating: 5 },
{ name: "Jean P.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg", handle: "@tacolover", testimonial: "Lugar de almuerzo rápido con calidad increíble.", rating: 4 }, { name: "Jean P.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg", handle: "@tacolover", testimonial: "Lugar de almuerzo rápido con calidad increíble.", rating: 4 },
{ name: "Camille R.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-smiling-cheerfully-showing-thumbs-up-standing-pink-wall_141793-23039.jpg", handle: "@montrealfood", testimonial: "Una joya oculta en MTL.", rating: 5 },
{ name: "Alex D.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-yellow-uniform-holding-delivery-bowl-light-pink-background_140725-40686.jpg", handle: "@foodie", testimonial: "El pastor es la perfección.", rating: 5 },
]} ]}
buttons={[{ text: "Ver Menú y Ordenar Ahora", href: "#menu" }]} buttons={[{ text: "Ver Menú y Ordenar Ahora", href: "#menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-mexican-food-ready-be-served_23-2148614398.jpg" imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-mexican-food-ready-be-served_23-2148614398.jpg"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2148899052.jpg", alt: "Cliente 1" },
{ src: "http://img.b2bpic.net/free-photo/smiling-man-enjoying-croissant_1170-631.jpg", alt: "Cliente 2" },
{ src: "http://img.b2bpic.net/free-photo/happy-young-female-student-eating-fast-food-fast-food-cheat-meal_169016-67586.jpg", alt: "Cliente 3" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-kebab_23-2148773545.jpg", alt: "Cliente 4" },
{ src: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-roadside-cafe-drinks-soda-hot-day_613910-19633.jpg", alt: "Cliente 5" },
]}
avatarText="Amado por más de 50k fans de los tacos en Montreal"
/> />
</div> </div>
@@ -70,7 +61,7 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
tag="Nuestra Historia" tag="Nuestra Historia"
title="De México a Montreal" title="De México a Montreal"
description="Nacidos de una pasión por los sabores tradicionales, traemos el corazón de la cocina callejera a las calles de Montreal. Cada taco es un tributo a nuestra herencia." description="Nacidos de una pasión por los sabores tradicionales, traemos el corazón de la cocina callejera a las calles de Montreal."
subdescription="Fresco, de origen local y elaborado con amor, nuestra cocina es donde la tradición se encuentra con la vibrante escena culinaria de MTL." subdescription="Fresco, de origen local y elaborado con amor, nuestra cocina es donde la tradición se encuentra con la vibrante escena culinaria de MTL."
imageSrc="http://img.b2bpic.net/free-photo/mexican-food-concept-with-tacos-plate_23-2147812205.jpg" imageSrc="http://img.b2bpic.net/free-photo/mexican-food-concept-with-tacos-plate_23-2147812205.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -86,10 +77,9 @@ export default function LandingPage() {
features={[ features={[
{ title: "Ingredientes Frescos", description: "Productos de origen local y carnes premium entregados diariamente.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-tortillas-with-meat-vegetables_23-2148614372.jpg" }, { title: "Ingredientes Frescos", description: "Productos de origen local y carnes premium entregados diariamente.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-tortillas-with-meat-vegetables_23-2148614372.jpg" },
{ title: "Tortillas Artesanales", description: "Hechas frescas durante todo el día para esa textura auténtica.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mexican-food-composition_23-2148131285.jpg" }, { title: "Tortillas Artesanales", description: "Hechas frescas durante todo el día para esa textura auténtica.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mexican-food-composition_23-2148131285.jpg" },
{ title: "Recetas Auténticas", description: "Recetas generacionales inspiradas en la mejor comida callejera de México.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-tomato-soup-blue-bowl-brown-wooden-tray-mixed-color-table_140725-86972.jpg" },
]} ]}
title="Lo que nos hace especiales" title="Lo que nos hace especiales"
description="No tomamos atajos. Desde nuestras tortillas prensadas a mano hasta nuestras salsas caseras exclusivas, la calidad está en nuestro ADN." description="No tomamos atajos. La calidad está en nuestro ADN."
/> />
</div> </div>
@@ -103,92 +93,75 @@ export default function LandingPage() {
{ id: "p1", name: "Al Pastor", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos-with-avocado_23-2152026865.jpg" }, { id: "p1", name: "Al Pastor", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos-with-avocado_23-2152026865.jpg" },
{ id: "p2", name: "Carne Asada", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tortilla-with-meat-vegetables_23-2148750445.jpg" }, { id: "p2", name: "Carne Asada", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tortilla-with-meat-vegetables_23-2148750445.jpg" },
{ id: "p3", name: "Frijoles Negros y Aguacate", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hands-holding-delicious-taco_23-2151048050.jpg" }, { id: "p3", name: "Frijoles Negros y Aguacate", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hands-holding-delicious-taco_23-2151048050.jpg" },
{ id: "p4", name: "Pescado estilo Baja", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/palatable-shrimp-dish_23-2147761580.jpg" },
{ id: "p5", name: "Chorizo", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/guacamole_23-2148024743.jpg" },
{ id: "p6", name: "Camarones a la Parrilla", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tacos-with-shrimps_23-2148629378.jpg" },
]} ]}
title="Nuestro Menú de Tacos" title="Nuestro Menú"
description="Explora nuestra selección curada de tacos auténticos de estilo callejero." description="Explora nuestra selección de tacos auténticos."
/> />
</div> </div>
<div id="metrics" data-section="metrics"> <div id="metrics" data-section="metrics">
<MetricCardThree <MetricCardOne
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ id: "m1", icon: CheckCircle, title: "Tacos Servidos", value: "50,000+" }, { id: "m1", icon: CheckCircle, title: "Tacos Servidos", value: "50,000+", description: "Servidos con amor" },
{ id: "m2", icon: Star, title: "Clientes Diarios", value: "200+" }, { id: "m2", icon: Star, title: "Clientes Diarios", value: "200+", description: "Fans satisfechos" },
{ id: "m3", icon: Award, title: "Locales de Montreal", value: "100%" }, { id: "m3", icon: Award, title: "Locales MTL", value: "100%", description: "Corazón de la ciudad" },
]} ]}
title="En Números" title="En Números"
description="Sirviendo a Montreal con amor y sabores auténticos cada día." description="Crecimiento constante basado en calidad."
/> />
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve <TestimonialCardTen
useInvertedBackground={true} useInvertedBackground={true}
textboxLayout="default"
testimonials={[ testimonials={[
{ id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-eating-clubsandwich-served-with-ketchup-french-fries_140725-12120.jpg" }, { id: "t1", title: "Increíble", quote: "¡Los mejores tacos de MTL!", name: "Sarah J.", role: "Foodie" },
{ id: "t2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adorable-blue-eyed-female-model-with-hair-knot-wears-overalls-enjoys-drinking-fruit-smoothie-looks-happily-somewhere-while-sits-cozy-restaurant-beautiful-teenage-girl-coffee-shop_273609-3038.jpg" }, { id: "t2", title: "Auténtico", quote: "Sabor real mexicano.", name: "Michael C.", role: "Cliente" },
{ id: "t3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg" },
{ id: "t4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/man-dancing-with-woman-restaurant_23-2148016782.jpg" },
{ id: "t5", name: "Julie M.", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-looking-front-smiliung-cheerfully-showing-ok-sign-standing-orange-wall_141793-96581.jpg" },
]} ]}
cardTitle="Lo Que Dicen Nuestros Fans" title="Lo Que Dicen"
cardTag="Testimonios" description="Nuestros clientes aman el sabor."
cardAnimation="slide-up"
/> />
</div> </div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqSplitText <FaqSplitMedia
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ id: "f1", title: "¿Ofrecen catering?", content: "Sí, ofrecemos catering para almuerzos de oficina y eventos especiales." }, { id: "f1", title: "¿Ofrecen catering?", content: "Sí, contáctanos para eventos." },
{ id: "f2", title: "¿Tienen opciones veganas?", content: "Absolutamente, nuestros tacos de frijoles negros son deliciosos." }, { id: "f2", title: "¿Opciones veganas?", content: "Sí, tenemos opciones deliciosas." },
{ id: "f3", title: "¿Dónde están ubicados?", content: "Estamos en el corazón de Montreal - revisa nuestra sección de contacto." },
]} ]}
sideTitle="Preguntas Frecuentes" title="Preguntas Frecuentes"
description="Resuelve tus dudas aquí."
faqsAnimation="slide-up" faqsAnimation="slide-up"
textboxLayout="split"
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactForm
useInvertedBackground={true} tag="Contacto"
background={{ variant: "plain" }} title="¿Tienes antojo?"
tag="Contáctanos" description="Ponte en contacto con nosotros para cualquier consulta o pedido especial."
title="¿Tienes antojo de un taco?" inputPlaceholder="Tu correo electrónico"
description="Visítanos en nuestra tienda en Montreal o pide en línea para recoger." buttonText="Enviar mensaje"
buttons={[{ text: "Visita nuestra tienda", href: "#" }]} centered={true}
useInvertedBackground={false}
/> />
<p className="text-center text-xs mt-4">
Al enviar este mensaje, aceptas nuestros términos y condiciones.
</p>
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoEmphasis
columns={[ columns={[
{ { items: [{ label: "Tacos", href: "#menu" }, { label: "Bebidas", href: "#menu" }] },
items: [ { items: [{ label: "Sobre", href: "#about" }, { label: "FAQ", href: "#faq" }, { label: "Contacto", href: "#contact" }] },
{ label: "Inicio", href: "/" },
{ label: "Menú", href: "#menu" },
{ label: "Sobre Nosotros", href: "#about" },
],
},
{
items: [
{ label: "Facebook", href: "#" },
{ label: "Instagram", href: "#" },
],
},
{
items: [
{ label: "Privacidad", href: "#" },
{ label: "Contacto", href: "#contact" },
],
},
]} ]}
logoText="Tacos Victor Montréal" logoText="Tacos Victor Montréal"
/> />

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f6f0e9; --background: #ffffff;
--card: #efe7dd; --card: #f9f9f9;
--foreground: #2b180a; --foreground: #000f06e6;
--primary-cta: #2b180a; --primary-cta: #000000;
--primary-cta-text: #f6f0e9; --primary-cta-text: #ffffff;
--secondary-cta: #efe7dd; --secondary-cta: #f9f9f9;
--secondary-cta-text: #2b180a; --secondary-cta-text: #000f06e6;
--accent: #94877c; --accent: #e2e2e2;
--background-accent: #afa094; --background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);