250 lines
13 KiB
TypeScript
250 lines
13 KiB
TypeScript
"use client";
|
||
|
||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||
import { Calendar, CheckCircle, Droplets, Heart, MapPin, Scissors, ShoppingBag, Sparkles, Truck, Zap } from 'lucide-react';
|
||
|
||
export default function PetPrincessPage() {
|
||
return (
|
||
<ThemeProvider
|
||
defaultButtonVariant="elastic-effect"
|
||
defaultTextAnimation="background-highlight"
|
||
borderRadius="rounded"
|
||
contentWidth="mediumSmall"
|
||
sizing="largeSizeMediumTitles"
|
||
background="fluid"
|
||
cardStyle="solid"
|
||
primaryButtonStyle="radial-glow"
|
||
secondaryButtonStyle="layered"
|
||
headingFontWeight="medium"
|
||
>
|
||
<div id="nav" data-section="nav">
|
||
<NavbarStyleApple
|
||
brandName="Pet Princess"
|
||
navItems={[
|
||
{ name: "Serviços", id: "services" },
|
||
{ name: "Sobre", id: "about" },
|
||
{ name: "Depoimentos", id: "testimonials" },
|
||
{ name: "Contato", id: "contact" },
|
||
{ name: "WhatsApp", id: "https://wa.me/5541998485065?text=Olá%20Pet%20Princess%2C%20gostaria%20de%20agendar%20um%20serviço" }
|
||
]}
|
||
/>
|
||
</div>
|
||
|
||
<div id="hero" data-section="hero">
|
||
<HeroBillboardTestimonial
|
||
title="Carinho e cuidado que seu pet merece 💖"
|
||
description="Banho e tosa profissional em Vila Izabel – Curitiba. 5,0 ⭐ | 46 avaliações"
|
||
background={{ variant: "sparkles-gradient" }}
|
||
testimonials={[
|
||
{
|
||
name: "Sarah Johnson", handle: "Proprietária de Pet", testimonial: "Atendimento carinhoso, profissional e cheio de cuidado. Meu pet saiu feliz!", rating: 5,
|
||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Depoimento cliente"
|
||
},
|
||
{
|
||
name: "Maria Silva", handle: "Mãe de Pet", testimonial: "Não troco por nenhum outro pet shop! Ambiente limpo e preço justo.", rating: 5,
|
||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Depoimento cliente"
|
||
},
|
||
{
|
||
name: "João Costa", handle: "Cliente Regular", testimonial: "Profissionais qualificados e muuuito amor pelos animais!", rating: 5,
|
||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Depoimento cliente"
|
||
}
|
||
]}
|
||
testimonialRotationInterval={5000}
|
||
tag="⭐ 5,0 no Google | 46 avaliações"
|
||
tagAnimation="slide-up"
|
||
buttons={[
|
||
{ text: "📞 Agendar Agora", href: "contact" },
|
||
{ text: "💬 Falar no WhatsApp", href: "https://wa.me/5541998485065?text=Olá%20Pet%20Princess%2C%20gostaria%20de%20agendar%20um%20serviço" }
|
||
]}
|
||
buttonAnimation="slide-up"
|
||
imageSrc="http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg"
|
||
imageAlt="Pet feliz após banho e tosa profissional"
|
||
mediaAnimation="opacity"
|
||
useInvertedBackground={false}
|
||
ariaLabel="Hero section - Serviços de banho e tosa"
|
||
/>
|
||
</div>
|
||
|
||
<div id="about" data-section="about">
|
||
<TextSplitAbout
|
||
title="Sobre a Pet Princess"
|
||
description={[
|
||
"Somos mais que um pet shop – somos uma extensão do amor que você tem pelo seu pet. Desde 2018, atendemos com paixão cada animal que chega até nossa porta.", "Nossa missão é proporcionar um ambiente seguro, limpo e acolhedor onde seu pet recebe o melhor atendimento. Com equipe qualificada, produtos de alta qualidade e muito carinho, garantimos que seu animal saia mais feliz e saudável.", "Acreditamos que cada pet é especial. Por isso, personalizamos cada serviço para atender às necessidades únicas do seu companheiro de quatro patas. Aqui, seu pet é tratado como um membro da família."
|
||
]}
|
||
buttons={[
|
||
{ text: "Conhecer Serviços", href: "services" },
|
||
{ text: "Agendar Agora", href: "contact" }
|
||
]}
|
||
buttonAnimation="slide-up"
|
||
showBorder={true}
|
||
useInvertedBackground={false}
|
||
ariaLabel="Seção sobre Pet Princess"
|
||
/>
|
||
</div>
|
||
|
||
<div id="services" data-section="services">
|
||
<FeatureCardTen
|
||
title="Nossos Serviços"
|
||
description="Serviços especializados para o bem-estar completo do seu pet"
|
||
tag="Qualidade Premium"
|
||
tagAnimation="slide-up"
|
||
features={[
|
||
{
|
||
id: "1", title: "Banho Completo", description: "Higienização profissional com produtos de qualidade dermatológica, finalização com secagem adequada e finalização com gravatinha ou laço.", media: { imageSrc: "http://img.b2bpic.net/free-photo/washing-process-small-dog-bathroom-dog-washed-by-professional_1157-48804.jpg" },
|
||
items: [
|
||
{ icon: Droplets, text: "Higienização completa" },
|
||
{ icon: Sparkles, text: "Produtos de qualidade" },
|
||
{ icon: Heart, text: "Cuidado com o pet" }
|
||
],
|
||
reverse: false
|
||
},
|
||
{
|
||
id: "2", title: "Tosa Profissional", description: "Tosa higiênica, tosa da raça ou design personalizado. Realizado por profissionais qualificados com técnicas modernas.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-adorable-cocker-spaniel_23-2148351182.jpg" },
|
||
items: [
|
||
{ icon: Scissors, text: "Tosa da raça" },
|
||
{ icon: Zap, text: "Acabamento detalhado" },
|
||
{ icon: CheckCircle, text: "Profissionais qualificados" }
|
||
],
|
||
reverse: true
|
||
},
|
||
{
|
||
id: "3", title: "Loja & Entrega", description: "Seleção cuidadosa de produtos premium para seu pet. Compre na loja ou solicite entrega para sua casa em Vila Izabel.", media: { imageSrc: "http://img.b2bpic.net/free-vector/pet-shop-with-happy-animals_1308-175911.jpg" },
|
||
items: [
|
||
{ icon: ShoppingBag, text: "Produtos selecionados" },
|
||
{ icon: Truck, text: "Entrega disponível" },
|
||
{ icon: MapPin, text: "Vila Izabel, Curitiba" }
|
||
],
|
||
reverse: false
|
||
}
|
||
]}
|
||
textboxLayout="default"
|
||
animationType="slide-up"
|
||
useInvertedBackground={false}
|
||
buttons={[
|
||
{ text: "Agendar Serviço", href: "contact" }
|
||
]}
|
||
buttonAnimation="slide-up"
|
||
ariaLabel="Seção de serviços"
|
||
/>
|
||
</div>
|
||
|
||
<div id="testimonials" data-section="testimonials">
|
||
<TestimonialCardFifteen
|
||
testimonial="Atendimento carinhoso, profissional e cheio de cuidado. O ambiente é limpo, a equipe é qualificada e meu pet saiu mais feliz do que entrou. Não troco por nenhum outro pet shop! Preço justo e muito amor pelos animais."
|
||
rating={5}
|
||
author="Pet Princess Community - 46 Avaliações (5,0 ⭐)"
|
||
avatars={[
|
||
{ src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", alt: "Cliente 1" },
|
||
{ src: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", alt: "Cliente 2" },
|
||
{ src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", alt: "Cliente 3" },
|
||
{ src: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", alt: "Cliente 4" }
|
||
]}
|
||
ratingAnimation="slide-up"
|
||
avatarsAnimation="fade-in"
|
||
useInvertedBackground={false}
|
||
ariaLabel="Seção de depoimentos"
|
||
/>
|
||
</div>
|
||
|
||
<div id="differentials" data-section="differentials">
|
||
<MetricCardFourteen
|
||
title="Por que os pets curitibanos escolhem a Pet Princess"
|
||
tag="Diferenciais"
|
||
tagAnimation="slide-up"
|
||
metrics={[
|
||
{ id: "1", value: "✔", description: "Ambiente limpo, organizado e higiênico para a segurança do seu pet" },
|
||
{ id: "2", value: "✔", description: "Atendimento personalizado focado nas necessidades de cada animal" },
|
||
{ id: "3", value: "✔", description: "Equipe de profissionais qualificados e apaixonados por pets" },
|
||
{ id: "4", value: "✔", description: "Localização estratégica em Vila Izabel com fácil acesso" }
|
||
]}
|
||
metricsAnimation="slide-up"
|
||
useInvertedBackground={false}
|
||
ariaLabel="Seção de diferenciais"
|
||
/>
|
||
</div>
|
||
|
||
<div id="contact" data-section="contact">
|
||
<ContactCTA
|
||
tag="Agende Agora"
|
||
tagIcon={Calendar}
|
||
tagAnimation="slide-up"
|
||
title="Seu pet merece carinho! 💖"
|
||
description="Entre em contato para agendar um banho, tosa ou comprar produtos especiais. Retornamos rapidamente para confirmar seu horário."
|
||
buttons={[
|
||
{ text: "📞 Ligar Agora", href: "tel:+5541998485065" },
|
||
{ text: "💬 WhatsApp", href: "https://wa.me/5541998485065?text=Olá%20Pet%20Princess%2C%20gostaria%20de%20agendar%20um%20serviço" }
|
||
]}
|
||
buttonAnimation="slide-up"
|
||
background={{ variant: "radial-gradient" }}
|
||
useInvertedBackground={false}
|
||
ariaLabel="Seção de contato e CTA"
|
||
/>
|
||
</div>
|
||
|
||
<div id="location" data-section="location">
|
||
<FaqSplitMedia
|
||
title="Localização & Informações"
|
||
description="Visite-nos em Vila Izabel, Curitiba"
|
||
tag="Onde Estamos"
|
||
tagAnimation="slide-up"
|
||
imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-holding-map-car_23-2149009140.jpg"
|
||
imageAlt="Localização Pet Princess Vila Izabel Curitiba"
|
||
mediaAnimation="opacity"
|
||
mediaPosition="left"
|
||
faqs={[
|
||
{ id: "1", title: "📍 Endereço", content: "R. Guaianazes, 130 – Vila Izabel, Curitiba – PR" },
|
||
{ id: "2", title: "📞 Telefone", content: "<a href='tel:+5541998485065' class='font-bold text-primary-cta'>(41) 99848-5065</a>" },
|
||
{ id: "3", title: "⏰ Horário", content: "Terça a Sexta: 10h às 18h<br/>Sábado: 10h às 16h<br/>Domingo e Segunda: Fechado" },
|
||
{ id: "4", title: "🗺️ Como Chegar", content: "<a href='https://maps.google.com/?q=R.+Guaianazes,+130+-+Vila+Izabel,+Curitiba' target='_blank' class='font-bold text-primary-cta'>Traçar rota no Google Maps</a>" }
|
||
]}
|
||
faqsAnimation="slide-up"
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
animationType="smooth"
|
||
showCard={true}
|
||
ariaLabel="Seção de localização e informações"
|
||
/>
|
||
</div>
|
||
|
||
<div id="footer" data-section="footer">
|
||
<FooterBaseReveal
|
||
columns={[
|
||
{
|
||
title: "Serviços", items: [
|
||
{ label: "Banho Completo", href: "services" },
|
||
{ label: "Tosa Profissional", href: "services" },
|
||
{ label: "Loja & Entrega", href: "services" }
|
||
]
|
||
},
|
||
{
|
||
title: "Empresa", items: [
|
||
{ label: "Sobre Nós", href: "about" },
|
||
{ label: "Contato", href: "contact" },
|
||
{ label: "Depoimentos", href: "testimonials" }
|
||
]
|
||
},
|
||
{
|
||
title: "Contato", items: [
|
||
{ label: "📞 (41) 99848-5065", href: "tel:+5541998485065" },
|
||
{ label: "💬 WhatsApp", href: "https://wa.me/5541998485065" },
|
||
{ label: "📍 Vila Izabel, Curitiba", href: "https://maps.google.com/?q=R.+Guaianazes,+130+-+Vila+Izabel,+Curitiba" }
|
||
]
|
||
}
|
||
]}
|
||
copyrightText="© 2025 Pet Princess | Banho e Tosa Premium em Curitiba | 5,0 ⭐ | Todos os direitos reservados"
|
||
ariaLabel="Rodapé"
|
||
/>
|
||
</div>
|
||
</ThemeProvider>
|
||
);
|
||
}
|