Merge version_4 into main #9

Merged
bender merged 1 commits from version_4 into main 2026-05-23 21:04:33 +00:00

View File

@@ -65,6 +65,7 @@ export default function LandingPage() {
description="Oferecemos serviços especializados: banho terapêutico, tosa personalizada, hidratação profunda e atendimento domiciliar com todo o conforto para o seu pet."
imageSrc="http://img.b2bpic.net/free-photo/dog-groomer-care_23-2149174720.jpg"
buttons={[{ text: "Ver nossos serviços", href: "#servicos-catalog" }]}
useInvertedBackground={false}
/>
</div>
@@ -79,6 +80,7 @@ export default function LandingPage() {
{ id: "2", title: "Segurança e Higiene", descriptions: ["Ambiente climatizado e desinfetado seguindo normas rigorosas."], imageSrc: "http://img.b2bpic.net/free-photo/groomer-woman-working-with-dog_23-2149174718.jpg" },
{ id: "3", title: "Localização de Fácil Acesso", descriptions: ["Localizados no centro de Campina Grande com estacionamento."], imageSrc: "http://img.b2bpic.net/free-photo/dog-on-grooming-table_23-2149174699.jpg" }
]}
useInvertedBackground={false}
/>
</div>
@@ -93,7 +95,7 @@ export default function LandingPage() {
products={[
{ id: "p1", brand: "Essencial", name: "Banho & Tosa", price: "R$ Consultar", rating: 5, reviewCount: "150+ avaliações", imageSrc: "http://img.b2bpic.net/free-photo/dog-bath-time_23-2149174715.jpg" },
{ id: "p2", brand: "Luxo", name: "Hidratação Spa", price: "R$ Consultar", rating: 5, reviewCount: "80+ avaliações", imageSrc: "http://img.b2bpic.net/free-photo/dog-grooming-tools_23-2149174701.jpg" },
{ id: "p3", brand: "Básico", name: "Tosa Higiênica", price: "R$ Consultar", rating: 4, reviewCount: "120+ avaliações", imageSrc: "http://img.b2bpic.net/free-photo/dog-grooming-salon_23-2149174697.jpg?_wi=2" }
{ id: "p3", brand: "Básico", name: "Tosa Higiênica", price: "R$ Consultar", rating: 4, reviewCount: "120+ avaliações", imageSrc: "http://img.b2bpic.net/free-photo/dog-grooming-salon_23-21491697.jpg" }
]}
/>
</div>
@@ -104,6 +106,7 @@ export default function LandingPage() {
description="Quem confia na gente recomenda!"
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Maria Oliveira", handle: "@mariapet", testimonial: "Meu pet sai sempre radiante e super cheiroso. Melhor lugar de Campina Grande!", icon: CheckCircle },
{ id: "t2", name: "João Silva", handle: "@joaodogs", testimonial: "Equipe atenciosa, meu cachorro se sente em casa na Pet Feliz.", icon: CheckCircle }
@@ -115,6 +118,7 @@ export default function LandingPage() {
<MetricCardFourteen
title="Nossa Presença"
tag="Resultados"
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "2.000+", description: "Pets cuidados" },
{ id: "m2", value: "99%", description: "Clientes satisfeitos" },
@@ -129,6 +133,7 @@ export default function LandingPage() {
description="Tire suas dúvidas e venha nos conhecer."
faqsAnimation="slide-up"
textboxLayout="split"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/happy-woman-holding-dog_23-2149174725.jpg"
faqs={[
{ id: "f1", title: "Como agendar?", content: "Clique no botão do WhatsApp e fale diretamente conosco." },
@@ -142,6 +147,7 @@ export default function LandingPage() {
<ContactSplitForm
title="Pronto para agendar?"
description="Estamos esperando por você em Campina Grande!"
useInvertedBackground={false}
inputs={[
{ name: "nome", type: "text", placeholder: "Seu nome", required: true },
{ name: "pet", type: "text", placeholder: "Nome do seu pet", required: true }