Merge version_2 into main #1
417
src/app/page.tsx
417
src/app/page.tsx
@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
@@ -31,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Menú",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Reseñas",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Ubicación",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Menú", id: "menu" },
|
||||
{ name: "Reseñas", id: "reviews" },
|
||||
{ name: "Nosotros", id: "about" },
|
||||
{ name: "Ubicación", id: "contact" },
|
||||
]}
|
||||
brandName="Los Primos Grill"
|
||||
/>
|
||||
@@ -56,127 +43,7 @@ export default function LandingPage() {
|
||||
<HeroOverlayTestimonial
|
||||
title="El verdadero sabor dominicano en Worcester"
|
||||
description="Porciones enormes, sazón auténtico y precios que te harán volver."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Juan Perez",
|
||||
handle: "@juanp",
|
||||
testimonial: "La mejor comida dominicana de Worcester.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg",
|
||||
},
|
||||
{
|
||||
name: "Maria Lopez",
|
||||
handle: "@marial",
|
||||
testimonial: "Porciones enormes por excelente precio.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1320.jpg",
|
||||
},
|
||||
{
|
||||
name: "Carlos Ruiz",
|
||||
handle: "@carlosr",
|
||||
testimonial: "El mofongo increíble.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756304.jpg",
|
||||
},
|
||||
{
|
||||
name: "Ana Gomez",
|
||||
handle: "@anag",
|
||||
testimonial: "Te hacen sentir en familia.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
|
||||
},
|
||||
{
|
||||
name: "Pedro Martinez",
|
||||
handle: "@pedrom",
|
||||
testimonial: "Siempre fresco y delicioso.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-people-learning-how-make-traditional-sushi-dish_23-2151186452.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Menú",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Ordenar Ahora",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/baked-pumpkin-with-chicken-paprika_2829-13657.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg",
|
||||
alt: "Happy customers portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg",
|
||||
alt: "Diners at restaurant",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
alt: "Satisfied group of friends",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-friends-having-laugh_23-2148395406.jpg",
|
||||
alt: "Laughing patrons",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-man-apron-cleaning-table_1170-586.jpg",
|
||||
alt: "Waiter smiling",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Calidad Premium",
|
||||
quote: "La mejor comida dominicana de Worcester.",
|
||||
name: "Juan Perez",
|
||||
role: "Cliente frecuente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Valor increible",
|
||||
quote: "Porciones enormes por excelente precio.",
|
||||
name: "Maria Lopez",
|
||||
role: "Cliente frecuente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1496.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Mofongo TOP",
|
||||
quote: "El mofongo increíble.",
|
||||
name: "Carlos Ruiz",
|
||||
role: "Cliente frecuente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Ambiente genial",
|
||||
quote: "Te hacen sentir en familia.",
|
||||
name: "Ana Gomez",
|
||||
role: "Cliente frecuente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Siempre fresco",
|
||||
quote: "Siempre fresco y delicioso.",
|
||||
name: "Pedro Martinez",
|
||||
role: "Cliente frecuente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5273.jpg",
|
||||
},
|
||||
]}
|
||||
title="4.9/5 Basado en cientos de clientes felices"
|
||||
description="Lo que nuestra gente dice sobre nosotros."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -186,221 +53,49 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
title="Nuestro Menú"
|
||||
description="Explora nuestra variedad de platos auténticos."
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mofongo con camarones",
|
||||
price: "$18",
|
||||
variant: "Popular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062826.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pollo asado",
|
||||
price: "$12",
|
||||
variant: "Clásico",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-thanksgiving-concept-with-copy-space_23-2148686229.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Pernil",
|
||||
price: "$14",
|
||||
variant: "Legendario",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-ham-red-caviar-served-old-wooden-table_2829-18284.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Chicharrón",
|
||||
price: "$15",
|
||||
variant: "Crujiente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glazed-pork-belly-bites-with-sesame-seeds_84443-82623.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rabo guisado",
|
||||
price: "$16",
|
||||
variant: "Tradición",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-goulash-olive-oil_23-2149388121.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Tres golpes",
|
||||
price: "$11",
|
||||
variant: "Desayuno",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/english-breakfast_74190-664.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sandwiches", price: "Variado", variant: "Lunch", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-sandwich-with-lettuce-tomato_23-2148443906.jpg" },
|
||||
{ id: "2", name: "Breakfast (Tres Golpes)", price: "$11", variant: "Clásico", imageSrc: "http://img.b2bpic.net/free-photo/english-breakfast_74190-664.jpg" },
|
||||
{ id: "3", name: "Appetizers", price: "Variado", variant: "Entrantes", imageSrc: "http://img.b2bpic.net/free-photo/tasty-fried-snacks_23-2148783451.jpg" },
|
||||
{ id: "4", name: "Soups & Salads", price: "Variado", variant: "Saludable", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-soup-with-fresh-herbs_23-2148783451.jpg" },
|
||||
{ id: "5", name: "Mofongo", price: "$18", variant: "Favorito", imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062826.jpg" },
|
||||
{ id: "6", name: "Fried Meats & Seafood", price: "Variado", variant: "Especialidad", imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-with-vegetables_1140-584.jpg" },
|
||||
{ id: "7", name: "Kids Meal", price: "$9", variant: "Niños", imageSrc: "http://img.b2bpic.net/free-photo/tasty-kids-meal_23-2148783451.jpg" },
|
||||
{ id: "8", name: "Drinks (Lemonade, Morir Sonando)", price: "$4", variant: "Refrescante", imageSrc: "http://img.b2bpic.net/free-photo/fresh-fruit-smoothie-glass_23-2148783451.jpg" },
|
||||
{ id: "9", name: "Desserts", price: "$6", variant: "Dulces", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-slice_23-2148783451.jpg" }
|
||||
]}
|
||||
title="Menú Destacado"
|
||||
description="Lo mejor de nuestra cocina, recién preparado para ti."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="4.9/5 Basado en clientes felices"
|
||||
description="Lo que nuestra gente dice sobre nosotros."
|
||||
testimonials={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Nuestra Historia"
|
||||
description="Durante años hemos servido a Worcester con recetas auténticas dominicanas llenas de tradición, sabor y cariño. Aquí no solo comes… aquí vuelves a casa."
|
||||
metrics={[
|
||||
{
|
||||
value: "10+",
|
||||
title: "Años de tradición",
|
||||
},
|
||||
{
|
||||
value: "1000+",
|
||||
title: "Clientes felices",
|
||||
},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Platos diarios",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cook-is-fry-vegetables-with-spices-sauce-wok-cooking-process-asian-restaurant_613910-4977.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<FeatureCardTwentyThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Sabor inolvidable",
|
||||
tags: [
|
||||
"Fuego",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-spaghetti-with-shrimps_23-2148393726.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Precios increíbles",
|
||||
tags: [
|
||||
"Valor",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roasted-chicken-meat-with-potatoes-onions_1140-403.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Porciones gigantes",
|
||||
tags: [
|
||||
"Abundancia",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-steak-with-ketchup-beer_23-2148754953.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Ambiente familiar",
|
||||
tags: [
|
||||
"Familia",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-along-with-potatoes-table-food-meal-dinner-fry_140725-28142.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Servicio rápido",
|
||||
tags: [
|
||||
"⚡",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-potatoes-dark-blue-background-food-meat-meal-vegetable-color_140725-31025.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "Energía latina",
|
||||
tags: [
|
||||
"Latino",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-delicious-snacks-fallen-bottles-peppers-towel-rope-black-background_140725-94601.jpg",
|
||||
},
|
||||
]}
|
||||
title="Por qué elegirnos"
|
||||
description="Calidad, sabor y el mejor servicio de Worcester."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="stats" data-section="stats">
|
||||
<MetricCardFourteen
|
||||
description="Auténtico sabor dominicano."
|
||||
metrics={[]}
|
||||
useInvertedBackground={false}
|
||||
title="Nuestra huella en Worcester"
|
||||
tag="Orgullosamente Latinos"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "10+",
|
||||
description: "Años sirviendo",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "1K+",
|
||||
description: "Clientes felices",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "50+",
|
||||
description: "Platos diarios",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "1",
|
||||
description: "Sabor inolvidable",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="cta" data-section="cta">
|
||||
<ContactCTA
|
||||
tag="¡Ven hoy!"
|
||||
title="Visítanos"
|
||||
description="Te esperamos en Los Primos Grill."
|
||||
buttons={[{ text: "Llamar", href: "tel:+15080000000" }]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
tag="¿Hambre de comida real?"
|
||||
title="Visítanos hoy mismo"
|
||||
description="Ven a probar el verdadero sazón dominicano, te esperamos con los brazos abiertos."
|
||||
buttons={[
|
||||
{
|
||||
text: "Llama Ahora",
|
||||
href: "tel:+15080000000",
|
||||
},
|
||||
{
|
||||
text: "Ven a Visitarnos",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Dirección",
|
||||
content: "123 Main Street, Worcester, MA 01608",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Horario",
|
||||
content: "Lunes-Domingo: 10AM - 9PM",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Estacionamiento",
|
||||
content: "Contamos con estacionamiento amplio y gratuito para nuestros clientes.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Teléfono",
|
||||
content: "(508) 555-0123",
|
||||
},
|
||||
]}
|
||||
title="Ubicación y Datos"
|
||||
description="Todo lo que necesitas saber para encontrarnos."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -408,54 +103,10 @@ export default function LandingPage() {
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg"
|
||||
logoText="Los Primos Grill"
|
||||
columns={[
|
||||
{
|
||||
title: "Menú",
|
||||
items: [
|
||||
{
|
||||
label: "Platos Principales",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Desayunos",
|
||||
href: "#menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "TikTok",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Política de Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
columns={[]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user