Update src/app/page.tsx
This commit is contained in:
148
src/app/page.tsx
148
src/app/page.tsx
@@ -3,16 +3,12 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { Award, Coffee, Star, ThumbsUp, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,81 +25,87 @@ export default function LandingPage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Nuestra Historia", id: "about" },
|
||||
{ name: "Menú", id: "menu" },
|
||||
{ name: "Testimonios", id: "testimonials" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="Matilde Parrilla & Bistró"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Nuestra Historia", id: "about" },
|
||||
{ name: "Menú", id: "menu" },
|
||||
{ name: "Testimonios", id: "testimonials" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="Matilde Parrilla & Bistró"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Matilde Parrilla & Bistró"
|
||||
description="Sabores de la Patagonia en Puerto Madryn. Fuego, tradición y hospitalidad en cada plato."
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/lamb-barbecue-steak_1203-2642.jpg?_wi=1", imageAlt: "Cordero Patagónico" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pancakes-plate-with-blackberries-cranberries_176474-8282.jpg?_wi=1", imageAlt: "Ambiente" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/decorative-items-cozy-interior-room-vase-with-dried-flowers-light-wooden-table_169016-4661.jpg?_wi=1", imageAlt: "Detalles" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Matilde Parrilla & Bistró"
|
||||
description="Sabores de la Patagonia en Puerto Madryn. Fuego, tradición y hospitalidad en cada plato."
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/lamb-barbecue-steak_1203-2642.jpg?_wi=1", imageAlt: "Cordero Patagónico" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pancakes-plate-with-blackberries-cranberries_176474-8282.jpg?_wi=1", imageAlt: "Ambiente" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/decorative-items-cozy-interior-room-vase-with-dried-flowers-light-wooden-table_169016-4661.jpg?_wi=1", imageAlt: "Detalles" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
title="Nuestra Historia"
|
||||
description={["Ubicados en el corazón de Puerto Madryn, Matilde celebra la riqueza de la gastronomía patagónica.", "Más que una parrilla, somos un punto de encuentro cálido donde los sabores locales se encuentran con la calidez del hogar."]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
title="Nuestra Historia"
|
||||
description={["Ubicados en el corazón de Puerto Madryn, Matilde celebra la riqueza de la gastronomía patagónica.", "Más que una parrilla, somos un punto de encuentro cálido donde los sabores locales se encuentran con la calidez del hogar."]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardTwo
|
||||
title="Nuestro Menú"
|
||||
description="Selección de carnes a las brasas, empanadas artesanales y delicias de nuestra tierra."
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textboxLayout="split-description"
|
||||
products={[
|
||||
{ id: "1", brand: "Parrilla", name: "Cordero Patagónico al Asador", price: "$28,500", rating: 5, reviewCount: "450", imageSrc: "http://img.b2bpic.net/free-photo/grilled-lamb-rack-steak_74190-4535.jpg" },
|
||||
{ id: "2", brand: "Entradas", name: "Empanadas de Cordero", price: "$5,200", rating: 5, reviewCount: "320", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-pancakes-with-cakes-fruits-dark-surface-fruit-sweet-cake_140725-82045.jpg" },
|
||||
{ id: "3", brand: "Especialidades", name: "Matambre Tiernizado", price: "$19,800", rating: 4, reviewCount: "280", imageSrc: "http://img.b2bpic.net/free-photo/beef-slices-served-row-with-aubergine-tomato-garnished-with-sauce_140725-1489.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardTwo
|
||||
title="Nuestro Menú"
|
||||
description="Selección de carnes a las brasas, empanadas artesanales y delicias de nuestra tierra."
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", brand: "Parrilla", name: "Cordero Patagónico al Asador", price: "$28,500", rating: 5, reviewCount: "450", imageSrc: "http://img.b2bpic.net/free-photo/grilled-lamb-rack-steak_74190-4535.jpg" },
|
||||
{ id: "2", brand: "Entradas", name: "Empanadas de Cordero", price: "$5,200", rating: 5, reviewCount: "320", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-pancakes-with-cakes-fruits-dark-surface-fruit-sweet-cake_140725-82045.jpg" },
|
||||
{ id: "3", brand: "Especialidades", name: "Matambre Tiernizado", price: "$19,800", rating: 4, reviewCount: "280", imageSrc: "http://img.b2bpic.net/free-photo/beef-slices-served-row-with-aubergine-tomato-garnished-with-sauce_140725-1489.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
title="Lo que dicen nuestros comensales"
|
||||
textboxLayout="split"
|
||||
testimonials={[
|
||||
{ id: "1", title: "Experiencia inolvidable", quote: "La atención y la calidad del cordero son insuperables.", name: "Martín L.", role: "Cliente local" },
|
||||
{ id: "2", title: "Un cálido rincón", quote: "Pasar una cena frente a la chimenea en Matilde es un ritual obligatorio en Madryn.", name: "Elena G.", role: "Turista" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
title="Lo que dicen nuestros comensales"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
description="Opiniones de quienes visitaron Matilde."
|
||||
testimonials={[
|
||||
{ id: "1", title: "Experiencia inolvidable", quote: "La atención y la calidad del cordero son insuperables.", name: "Martín L.", role: "Cliente local" },
|
||||
{ id: "2", title: "Un cálido rincón", quote: "Pasar una cena frente a la chimenea en Matilde es un ritual obligatorio en Madryn.", name: "Elena G.", role: "Turista" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Reservas"
|
||||
title="Contacta con Matilde"
|
||||
description="¿Listo para una experiencia patagónica? Haz tu reserva o consulta por eventos."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-cafe-street-istanbul-turkey_628469-67.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Reservas"
|
||||
title="Contacta con Matilde"
|
||||
description="¿Listo para una experiencia patagónica? Haz tu reserva o consulta por eventos."
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-cafe-street-istanbul-turkey_628469-67.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Matilde Parrilla & Bistró"
|
||||
leftLink={{ text: "Av. Roca 275, Puerto Madryn", href: "#" }}
|
||||
rightLink={{ text: "0280 445-0583", href: "tel:02804450583" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Matilde Parrilla & Bistró"
|
||||
leftLink={{ text: "Av. Roca 275, Puerto Madryn", href: "#" }}
|
||||
rightLink={{ text: "0280 445-0583", href: "tel:02804450583" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user