Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 00:49:02 +00:00

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="compact"
sizing="mediumSizeLargeTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -49,14 +49,14 @@ export default function LandingPage() {
{ text: "💬 Pedir pelo WhatsApp", href: "https://wa.me/5534997922629?text=Olá,%20gostaria%20de%20pedir%20um%20botijão%20de%20gás." }
]}
buttonAnimation="slide-up"
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/gas-burner-macro-blue-flame-modern-cooktop_169016-68866.jpg?_wi=1", imageAlt: "Entrega de gás" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/gray-van-rainy-highway-modern-delivery-motion_169016-69833.jpg?_wi=1", imageAlt: "Serviço rápido" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367533.jpg?_wi=1", imageAlt: "Troca de botijão" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg?_wi=1", imageAlt: "Atendimento educado" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/gas-burner-macro-blue-flame-modern-cooktop_169016-68866.jpg?_wi=2", imageAlt: "Entrega confiável" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/gray-van-rainy-highway-modern-delivery-motion_169016-69833.jpg?_wi=2", imageAlt: "Gás de qualidade" }
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/gas-burner-macro-blue-flame-modern-cooktop_169016-68866.jpg", imageAlt: "Entrega de gás" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/gray-van-rainy-highway-modern-delivery-motion_169016-69833.jpg", imageAlt: "Serviço rápido" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367533.jpg", imageAlt: "Troca de botijão" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg", imageAlt: "Atendimento educado" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/gas-burner-macro-blue-flame-modern-cooktop_169016-68866.jpg", imageAlt: "Entrega confiável" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/gray-van-rainy-highway-modern-delivery-motion_169016-69833.jpg", imageAlt: "Gás de qualidade" }
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -88,22 +88,22 @@ export default function LandingPage() {
{
title: "Entrega de Gás", description: "Botijão de gás entregue rapidamente em sua casa. Seguro, confiável e pronto para usar.", icon: Truck,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/gray-van-rainy-highway-modern-delivery-motion_169016-69833.jpg?_wi=3", imageAlt: "Entrega de gás" },
{ imageSrc: "http://img.b2bpic.net/free-photo/gas-burner-macro-blue-flame-modern-cooktop_169016-68866.jpg?_wi=3", imageAlt: "Gás de qualidade" }
{ imageSrc: "http://img.b2bpic.net/free-photo/gray-van-rainy-highway-modern-delivery-motion_169016-69833.jpg", imageAlt: "Entrega de gás" },
{ imageSrc: "http://img.b2bpic.net/free-photo/gas-burner-macro-blue-flame-modern-cooktop_169016-68866.jpg", imageAlt: "Gás de qualidade" }
]
},
{
title: "Troca de Botijão", description: "Retiramos o botijão vazio e instalamos o novo. Serviço rápido e prático para sua conveniência.", icon: RefreshCw,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367533.jpg?_wi=2", imageAlt: "Troca de botijão" },
{ imageSrc: "http://img.b2bpic.net/free-photo/gray-van-rainy-highway-modern-delivery-motion_169016-69833.jpg?_wi=4", imageAlt: "Profissional instalando" }
{ imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367533.jpg", imageAlt: "Troca de botijão" },
{ imageSrc: "http://img.b2bpic.net/free-photo/gray-van-rainy-highway-modern-delivery-motion_169016-69833.jpg", imageAlt: "Profissional instalando" }
]
},
{
title: "Atendimento Rápido", description: "Equipe educada, prestativa e pronta para ajudar. Pedidos por telefone ou WhatsApp em segundos.", icon: Headphones,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg?_wi=2", imageAlt: "Atendimento ao cliente" },
{ imageSrc: "http://img.b2bpic.net/free-photo/gas-burner-macro-blue-flame-modern-cooktop_169016-68866.jpg?_wi=4", imageAlt: "Time profissional" }
{ imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg", imageAlt: "Atendimento ao cliente" },
{ imageSrc: "http://img.b2bpic.net/free-photo/gas-burner-macro-blue-flame-modern-cooktop_169016-68866.jpg", imageAlt: "Time profissional" }
]
}
]}
@@ -124,22 +124,22 @@ export default function LandingPage() {
{
title: "1⃣ Clique para Entrar em Contato", description: "Ligue para (34) 99792-2629 ou envie mensagem pelo WhatsApp com seu endereço.", icon: Phone,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg?_wi=3", imageAlt: "Contato" },
{ imageSrc: "http://img.b2bpic.net/free-photo/gas-burner-macro-blue-flame-modern-cooktop_169016-68866.jpg?_wi=5", imageAlt: "Comunicação rápida" }
{ imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg", imageAlt: "Contato" },
{ imageSrc: "http://img.b2bpic.net/free-photo/gas-burner-macro-blue-flame-modern-cooktop_169016-68866.jpg", imageAlt: "Comunicação rápida" }
]
},
{
title: "2⃣ Informe Seu Endereço", description: "Nos indique exatamente onde você está. Servimos Shopping Park e região de Uberlândia.", icon: MapPin,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/gas-burner-macro-blue-flame-modern-cooktop_169016-68866.jpg?_wi=6", imageAlt: "Localização" },
{ imageSrc: "http://img.b2bpic.net/free-photo/gray-van-rainy-highway-modern-delivery-motion_169016-69833.jpg?_wi=5", imageAlt: "Área de cobertura" }
{ imageSrc: "http://img.b2bpic.net/free-photo/gas-burner-macro-blue-flame-modern-cooktop_169016-68866.jpg", imageAlt: "Localização" },
{ imageSrc: "http://img.b2bpic.net/free-photo/gray-van-rainy-highway-modern-delivery-motion_169016-69833.jpg", imageAlt: "Área de cobertura" }
]
},
{
title: "3⃣ Receba Rápido", description: "Seu botijão chega rapidamente. Geralmente em menos de 24 horas.", icon: CheckCircle,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367533.jpg?_wi=3", imageAlt: "Entrega realizada" },
{ imageSrc: "http://img.b2bpic.net/free-photo/gas-burner-macro-blue-flame-modern-cooktop_169016-68866.jpg?_wi=7", imageAlt: "Cliente satisfeito" }
{ imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367533.jpg", imageAlt: "Entrega realizada" },
{ imageSrc: "http://img.b2bpic.net/free-photo/gas-burner-macro-blue-flame-modern-cooktop_169016-68866.jpg", imageAlt: "Cliente satisfeito" }
]
}
]}
@@ -193,7 +193,7 @@ export default function LandingPage() {
},
{
id: "2", name: "João Santos", role: "Cliente", company: "Uberlândia", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg?_wi=1", imageAlt: "João Santos"
imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", imageAlt: "João Santos"
},
{
id: "3", name: "Ana Costa", role: "Cliente", company: "Região Shopping Park", rating: 5,
@@ -201,7 +201,7 @@ export default function LandingPage() {
},
{
id: "4", name: "Carlos Oliveira", role: "Cliente", company: "Uberlândia", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg?_wi=2", imageAlt: "Carlos Oliveira"
imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", imageAlt: "Carlos Oliveira"
}
]}
kpiItems={[
@@ -226,7 +226,7 @@ export default function LandingPage() {
{ text: "📞 Ligar (34) 99792-2629", href: "tel:+5534997922629" },
{ text: "💬 Pedir pelo WhatsApp", href: "https://wa.me/5534997922629?text=Olá,%20gostaria%20de%20pedir%20um%20botijão%20de%20gás." }
]}
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
/>
</div>