Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -7,7 +7,7 @@ import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
|
||||
@@ -139,15 +139,16 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact" className="mx-auto px-4 md:px-6">
|
||||
<ContactCenter
|
||||
<ContactCTA
|
||||
tag="Contáctanos"
|
||||
title="¿Listo para tu Experiencia Ahumada?"
|
||||
description="Envíanos un mensaje para reservas, pedidos especiales o cualquier consulta. ¡Estamos listos para atenderte y hacer de tu visita una ocasión memorable!"
|
||||
background={{ "variant": "radial-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
inputPlaceholder="Tu correo electrónico"
|
||||
buttonText="Enviar Mensaje"
|
||||
termsText="Al hacer clic en 'Enviar Mensaje', confirmas que estás de acuerdo con nuestra política de privacidad."
|
||||
buttons={[
|
||||
{ "text": "WhatsApp: +51 965 316 290", "href": "https://wa.me/51965316290" },
|
||||
{ "text": "Llamar: +51 960 620 287", "href": "tel:+51960620287" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer" className="mx-auto px-4 md:px-6">
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f4ef;
|
||||
--card: #dad6cd;
|
||||
--foreground: #2a2928;
|
||||
--primary-cta: #2a2928;
|
||||
--primary-cta-text: #f5f4ef;
|
||||
--secondary-cta: #ecebea;
|
||||
--secondary-cta-text: #2a2928;
|
||||
--accent: #ffffff;
|
||||
--background-accent: #c6b180;
|
||||
--background: #f5f4f0;
|
||||
--card: #ffffff;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #2c2c2c;
|
||||
--primary-cta-text: #f5f4f0;
|
||||
--secondary-cta: #f5f4f0;
|
||||
--secondary-cta-text: #1a1a1a;
|
||||
--accent: #8a8a8a;
|
||||
--background-accent: #e8e6e1;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user