Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 20:16:12 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="mediumSizeLargeTitles"
background="blurBottom"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="double-inset"
secondaryButtonStyle="glass"
@@ -51,17 +51,17 @@ export default function LandingPage() {
description="Atendimento rápido, entrega disponível e centenas de clientes satisfeitos."
tag="Bem-vindo"
tagIcon={Sparkles}
background={{ variant: "blurBottom" }}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "📞 Ligar Agora", href: "tel:+5511999999999" },
{ text: "💬 WhatsApp", href: "https://wa.me/5511999999999?text=Olá%20Zap%20Modas" }
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-gray-dress_627829-9074.jpg?_wi=1", imageAlt: "Loja Zap Modas interior moderno" },
{ imageSrc: "http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-gray-dress_627829-9074.jpg?_wi=2", imageAlt: "Roupas e calçados em display" },
{ imageSrc: "http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-gray-dress_627829-9074.jpg?_wi=3", imageAlt: "Atendimento rápido na loja" },
{ imageSrc: "http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-gray-dress_627829-9074.jpg?_wi=4", imageAlt: "Variedade de produtos" },
{ imageSrc: "http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-gray-dress_627829-9074.jpg?_wi=5", imageAlt: "Ambiente acolhedor Zap Modas" }
{ imageSrc: "http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-gray-dress_627829-9074.jpg", imageAlt: "Loja Zap Modas interior moderno" },
{ imageSrc: "http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-gray-dress_627829-9074.jpg", imageAlt: "Roupas e calçados em display" },
{ imageSrc: "http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-gray-dress_627829-9074.jpg", imageAlt: "Atendimento rápido na loja" },
{ imageSrc: "http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-gray-dress_627829-9074.jpg", imageAlt: "Variedade de produtos" },
{ imageSrc: "http://img.b2bpic.net/free-photo/brunette-gorgeous-girl-clothing-store-boutique-gray-dress_627829-9074.jpg", imageAlt: "Ambiente acolhedor Zap Modas" }
]}
className="w-full"
containerClassName="rounded-lg"
@@ -102,19 +102,19 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Entrega Disponível", author: "Zap Modas", description: "Receba seus produtos com comodidade. Entrega rápida para sua casa.", tags: ["Rápido", "Confiável"],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-call-center-woman_23-2148094816.jpg?_wi=1", imageAlt: "Serviço de entrega rápida"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-call-center-woman_23-2148094816.jpg", imageAlt: "Serviço de entrega rápida"
},
{
id: "2", title: "Compra Rápida", author: "Zap Modas", description: "Escolha e leve em poucos minutos. Atendimento ágil e sem complicações.", tags: ["Eficiente", "Simples"],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-call-center-woman_23-2148094816.jpg?_wi=2", imageAlt: "Processo de compra rápido"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-call-center-woman_23-2148094816.jpg", imageAlt: "Processo de compra rápido"
},
{
id: "3", title: "Pagamentos Fáceis", author: "Zap Modas", description: "Aceitamos cartão de crédito, débito, PIX e pagamento por celular. Escolha a forma que preferir.", tags: ["Flexível", "Seguro"],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-call-center-woman_23-2148094816.jpg?_wi=3", imageAlt: "Múltiplas formas de pagamento"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-call-center-woman_23-2148094816.jpg", imageAlt: "Múltiplas formas de pagamento"
},
{
id: "4", title: "Atendimento Confiável", author: "Zap Modas", description: "Centenas de avaliações positivas comprovam nossa excelência em atendimento.", tags: ["Certificado", "Aprovado"],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-call-center-woman_23-2148094816.jpg?_wi=4", imageAlt: "Equipe amigável e atenciosa"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-call-center-woman_23-2148094816.jpg", imageAlt: "Equipe amigável e atenciosa"
}
]}
animationType="slide-up"
@@ -124,7 +124,7 @@ export default function LandingPage() {
titleClassName="text-4xl md:text-5xl font-bold"
descriptionClassName="text-lg opacity-90"
tagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full font-medium"
cardClassName="rounded-xl shadow-sm hover:shadow-md transition-all p-6"
cardTitleClassName="rounded-xl shadow-sm hover:shadow-md transition-all p-6"
/>
</div>
@@ -254,4 +254,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}