Update src/app/page.tsx
This commit is contained in:
@@ -51,8 +51,8 @@ export default function LandingPage() {
|
||||
showBlur={true}
|
||||
showDimOverlay={true}
|
||||
buttons={[
|
||||
{ text: "Quero mais informações", href: "contact" },
|
||||
{ text: "Falar com consultor", href: "contact" },
|
||||
{ text: "Quero mais informações", href: "https://api.whatsapp.com/send/?phone=5511989841688&text&type=phone_number&app_absent=0&utm_source=ig" },
|
||||
{ text: "Falar com consultor", href: "https://api.whatsapp.com/send/?phone=5511989841688&text&type=phone_number&app_absent=0&utm_source=ig" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -163,8 +163,8 @@ export default function LandingPage() {
|
||||
text="Receba todas as informações do Oliva 317"
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Quero receber informações", href: "#" },
|
||||
{ text: "Falar com consultor", href: "#" },
|
||||
{ text: "Quero receber informações", href: "https://api.whatsapp.com/send/?phone=5511989841688&text&type=phone_number&app_absent=0&utm_source=ig" },
|
||||
{ text: "Falar com consultor", href: "https://api.whatsapp.com/send/?phone=5511989841688&text&type=phone_number&app_absent=0&utm_source=ig" },
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user