Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 830f0d39a9 | |||
| 3b4dcc996e |
@@ -2,13 +2,11 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
|
||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
@@ -37,8 +35,6 @@ export default function LandingPage() {
|
|||||||
name: "Nuestra Historia", id: "historia"},
|
name: "Nuestra Historia", id: "historia"},
|
||||||
{
|
{
|
||||||
name: "Preguntas Frecuentes", id: "faq"},
|
name: "Preguntas Frecuentes", id: "faq"},
|
||||||
{
|
|
||||||
name: "Contáctanos", id: "contact"},
|
|
||||||
]}
|
]}
|
||||||
brandName="El Conde Casa de Humo"
|
brandName="El Conde Casa de Humo"
|
||||||
button={{
|
button={{
|
||||||
@@ -156,44 +152,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="pricing" data-section="pricing">
|
|
||||||
<PricingCardThree
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={true}
|
|
||||||
carouselMode="buttons"
|
|
||||||
plans={[
|
|
||||||
{
|
|
||||||
id: "combo-clasico", name: "Combo Clásico", price: "S/ 75.00", buttons: [
|
|
||||||
{
|
|
||||||
text: "Ordenar Ahora", href: "https://wa.me/51965316290?text=Hola,%20deseo%20ordenar%20el%20Combo%20Clásico%20en%20El%20Conde%20Casa%20de%20Humo"},
|
|
||||||
],
|
|
||||||
features: [
|
|
||||||
"1/2 Pollo Ahumado", "Porción de Costillas (300gr)", "Acompañamientos premium", "Bebida a elección"],
|
|
||||||
badge: "Popular"},
|
|
||||||
{
|
|
||||||
id: "combo-parrillero", name: "Combo Parrillero", price: "S/ 100.00", buttons: [
|
|
||||||
{
|
|
||||||
text: "Ordenar Ahora", href: "https://wa.me/51965316290?text=Hola,%20deseo%20ordenar%20el%20Combo%20Parrillero%20en%20El%20Conde%20Casa%20de%20Humo"},
|
|
||||||
],
|
|
||||||
features: [
|
|
||||||
"Brisket (200gr)", "Cerdo Desmenuzado (200gr)", "Chorizos Artesanales (2und)", "Acompañamientos familiares"],
|
|
||||||
badge: "Especial"},
|
|
||||||
{
|
|
||||||
id: "combo-familiar", name: "Combo Familiar", price: "S/ 150.00", buttons: [
|
|
||||||
{
|
|
||||||
text: "Ordenar Ahora", href: "https://wa.me/51965316290?text=Hola,%20deseo%20ordenar%20el%20Combo%20Familiar%20en%20El%20Conde%20Casa%20de%20Humo"},
|
|
||||||
],
|
|
||||||
features: [
|
|
||||||
"Pollo Entero Ahumado", "Porción Grande de Costillas", "Brisket (300gr)", "Acompañamientos y postre"],
|
|
||||||
badge: "Para Compartir"},
|
|
||||||
]}
|
|
||||||
title="Combos Exclusivos"
|
|
||||||
description="Disfruta de nuestras combinaciones perfectas para compartir o para darte un gusto especial."
|
|
||||||
tag="¡No te lo pierdas!"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqDouble
|
<FaqDouble
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -213,20 +171,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
|
||||||
<ContactText
|
|
||||||
useInvertedBackground={true}
|
|
||||||
background={{
|
|
||||||
variant: "radial-gradient"}}
|
|
||||||
text="Visítanos en Food Park Buenos Aires o contáctanos para tu reserva. ¡Te esperamos para una experiencia ahumada inolvidable! \\n\\nHorario: Todos los días: 18:00 – 24:00 horas \\nUbicación: Av. Pacífico I-14, Urbanización Buenos Aires, Nuevo Chimbote, Áncash, Perú (Dentro del Food Park Buenos Aires)"
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Ver en Google Maps", href: "https://maps.app.goo.gl/v6qNE5eUWQmG77227"},
|
|
||||||
{
|
|
||||||
text: "Reservar por WhatsApp", href: "https://wa.me/51965316290?text=Hola,%20deseo%20realizar%20una%20reserva%20en%20El%20Conde%20Casa%20de%20Humo"},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
@@ -240,4 +184,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user