Merge version_2 into main #4
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -134,29 +134,29 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Reserve sua estadia"
|
||||
description="Preencha o formulário e nossa equipe entrará em contato para confirmar sua reserva."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Nome completo", required: true },
|
||||
{ name: "email", type: "email", placeholder: "E-mail", required: true }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-hours-with-customer_23-2149714436.jpg"
|
||||
mediaPosition="right"
|
||||
<ContactCTA
|
||||
tag="Contato"
|
||||
title="Pronto para reservar?"
|
||||
description="Garanta já sua estadia no melhor hotel de Vitória e desfrute de dias inesquecíveis."
|
||||
buttons={[{ text: "Falar com Equipe", href: "https://wa.me/" }]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Hotel", items: [{ label: "Sobre", href: "#about" }, { label: "Quartos", href: "#rooms" }] },
|
||||
{ title: "Suporte", items: [{ label: "Contato", href: "#contact" }] }
|
||||
]}
|
||||
<FooterLogoEmphasis
|
||||
logoText="Alameda Vitória"
|
||||
columns={[
|
||||
{ items: [{ label: "Sobre", href: "#about" }, { label: "Quartos", href: "#rooms" }, { label: "Contato", href: "#contact" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
"
|
||||
}
|
||||
],
|
||||
"rawPlan": "I have updated the contact section to a high-conversion call-to-action component for better visibility and engagement, and replaced the footer with a more elegant, logo-emphasized version to improve brand consistency and navigation."
|
||||
}
|
||||
Reference in New Issue
Block a user