Update src/app/page.tsx
This commit is contained in:
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
tag="Encontre seu próximo carro"
|
||||
tagIcon={Car}
|
||||
tagAnimation="slide-up"
|
||||
background="radial-gradient"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Ver veículos disponíveis", href: "#vehicles" },
|
||||
{ text: "Falar no WhatsApp", href: "https://wa.me/558633000000" }
|
||||
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-with-business-person-car-dealership_23-2149117168.jpg?_wi=1", imageAlt: "modern car dealership showroom interior"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-with-business-person-car-dealership_23-2149117168.jpg", imageAlt: "modern car dealership showroom interior"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
@@ -88,11 +88,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Compra simples e sem enrolação", description: "Processo direto, sem burocracia desnecessária e sem perder seu tempo. Documentação clara e transferência rápida.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-with-business-person-car-dealership_23-2149117168.jpg?_wi=2", imageAlt: "modern car dealership showroom interior"
|
||||
title: "Compra simples e sem enrolação", description: "Processo direto, sem burocracia desnecessária e sem perder seu tempo. Documentação clara e transferência rápida.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-with-business-person-car-dealership_23-2149117168.jpg", imageAlt: "modern car dealership showroom interior"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Segurança na escolha", description: "Você compra com mais confiança, sabendo que foi bem orientado do início ao fim. Cada carro é inspecionado e certificado.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-hood_23-2148321889.jpg?_wi=1", imageAlt: "sedan car 2023 silver professional"
|
||||
title: "Segurança na escolha", description: "Você compra com mais confiança, sabendo que foi bem orientado do início ao fim. Cada carro é inspecionado e certificado.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-hood_23-2148321889.jpg", imageAlt: "sedan car 2023 silver professional"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -123,7 +123,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "vehicle-sedan", name: "Sedan Executivo 2021", price: "R$ 62.000", variant: "Completo e econômico", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-hood_23-2148321889.jpg?_wi=2", imageAlt: "sedan car 2023 silver professional"
|
||||
id: "vehicle-sedan", name: "Sedan Executivo 2021", price: "R$ 62.000", variant: "Completo e econômico", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-hood_23-2148321889.jpg", imageAlt: "sedan car 2023 silver professional"
|
||||
},
|
||||
{
|
||||
id: "vehicle-suv", name: "SUV Premium 2022", price: "R$ 85.000", variant: "Luxo e segurança", imageSrc: "http://img.b2bpic.net/free-photo/happy-customers-car-dealership_23-2149106173.jpg", imageAlt: "suv car luxury black professional"
|
||||
|
||||
Reference in New Issue
Block a user