Merge version_2 into main #3
@@ -5,12 +5,9 @@ import ReactLenis from "lenis/react";
|
||||
import { MessageCircle, Phone } from "lucide-react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -35,7 +32,6 @@ export default function LandingPage() {
|
||||
{ name: "Orçamento", id: "contact" },
|
||||
]}
|
||||
brandName="Lukas Piscinas"
|
||||
button={{ text: "💬 Chamar no WhatsApp", href: "https://wa.me/5511969434769" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -90,7 +86,10 @@ export default function LandingPage() {
|
||||
title="Agende seu tratamento hoje mesmo"
|
||||
description="Não perca mais tempo com água suja. Chame no WhatsApp ou preencha seus dados."
|
||||
buttonText="💬 Chamar no WhatsApp"
|
||||
onSubmit={() => window.location.href = "https://wa.me/5511969434769"}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
onSubmit={(email) => window.location.href = "https://wa.me/5511969434769"}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user