Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-02 22:15:40 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSmall"
background="noise"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroBillboardRotatedCarousel
title="Autopeças 24 Horas em Arapiraca Não Te Deixamos na Mão"
description="Atendimento rápido, entrega na loja, retirada e emergencial. Estamos abertos 24 horas para resolver seu problema automotivo."
background={{ variant: "noise" }}
background={{ variant: "plain" }}
tag="⭐ 5.0 no Google | Aberto 24 Horas"
tagIcon={Star}
tagAnimation="slide-up"
@@ -54,11 +54,11 @@ export default function LandingPage() {
buttonAnimation="slide-up"
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13498.jpg", imageAlt: "auto parts automotive store mechanic shop" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/jump-starting-dead-battery-using-jumper-electrical-wires_1153-4393.jpg?_wi=1", imageAlt: "car battery automotive battery" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-shows-client-car-parts-hologram_482257-76685.jpg?_wi=1", imageAlt: "car parts automotive components" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/gray-van-driving-wet-highway-speed-road-freedom_169016-69743.jpg?_wi=1", imageAlt: "fast delivery automotive delivery" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-vector/twenty-four-service_1017-30335.jpg?_wi=1", imageAlt: "emergency service 24 hours support" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=1", imageAlt: "auto parts store automotive shop interior" }
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/jump-starting-dead-battery-using-jumper-electrical-wires_1153-4393.jpg", imageAlt: "car battery automotive battery" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-shows-client-car-parts-hologram_482257-76685.jpg", imageAlt: "car parts automotive components" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/gray-van-driving-wet-highway-speed-road-freedom_169016-69743.jpg", imageAlt: "fast delivery automotive delivery" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-vector/twenty-four-service_1017-30335.jpg", imageAlt: "emergency service 24 hours support" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg", imageAlt: "auto parts store automotive shop interior" }
]}
autoPlay={true}
autoPlayInterval={5000}
@@ -88,20 +88,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
id: 1,
title: "Baterias", description: "Baterias automotivas de qualidade com garantia e entrega rápida", imageSrc: "http://img.b2bpic.net/free-photo/jump-starting-dead-battery-using-jumper-electrical-wires_1153-4393.jpg?_wi=2"
id: "1", title: "Baterias", description: "Baterias automotivas de qualidade com garantia e entrega rápida", imageSrc: "http://img.b2bpic.net/free-photo/jump-starting-dead-battery-using-jumper-electrical-wires_1153-4393.jpg"
},
{
id: 2,
title: "Peças Automotivas", description: "Variado estoque de peças para diversos modelos de veículos", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-shows-client-car-parts-hologram_482257-76685.jpg?_wi=2"
id: "2", title: "Peças Automotivas", description: "Variado estoque de peças para diversos modelos de veículos", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-shows-client-car-parts-hologram_482257-76685.jpg"
},
{
id: 3,
title: "Entrega Rápida", description: "Entrega em até 30 minutos para emergências no centro da cidade", imageSrc: "http://img.b2bpic.net/free-photo/gray-van-driving-wet-highway-speed-road-freedom_169016-69743.jpg?_wi=2"
id: "3", title: "Entrega Rápida", description: "Entrega em até 30 minutos para emergências no centro da cidade", imageSrc: "http://img.b2bpic.net/free-photo/gray-van-driving-wet-highway-speed-road-freedom_169016-69743.jpg"
},
{
id: 4,
title: "Atendimento Emergencial", description: "Disponível 24 horas, 7 dias por semana, inclusive domingos e feriados", imageSrc: "http://img.b2bpic.net/free-vector/twenty-four-service_1017-30335.jpg?_wi=2"
id: "4", title: "Atendimento Emergencial", description: "Disponível 24 horas, 7 dias por semana, inclusive domingos e feriados", imageSrc: "http://img.b2bpic.net/free-vector/twenty-four-service_1017-30335.jpg"
}
]}
textboxLayout="default"
@@ -120,9 +116,10 @@ export default function LandingPage() {
{ value: "24h", title: "Aberto o tempo todo" },
{ value: "20+", title: "Avaliações 5 estrelas" }
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg"
imageAlt="Loja SANTA CRUZ AUTO PEÇAS"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -153,19 +150,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Carlos M.", role: "Motorista", company: "Arapiraca", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional portrait customer photo"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait customer photo"
},
{
id: "2", name: "João Silva", role: "Mecânico", company: "Oficina Local", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional portrait customer photo"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait customer photo"
},
{
id: "3", name: "Maria Santos", role: "Empresária", company: "Transportes", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional portrait customer photo"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait customer photo"
},
{
id: "4", name: "Pedro Costa", role: "Motorista de App", company: "Arapiraca", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "professional portrait customer photo"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait customer photo"
}
]}
kpiItems={[