Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -12,7 +12,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Sparkles, CheckCircle, MapPin, Phone } from "lucide-react";
|
||||
import { Sparkles } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -70,6 +70,8 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
title="Por que a Pet Feliz?"
|
||||
description="O cuidado que seu pet merece, perto de você."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "1", title: "Ambiente sem Estresse", description: "Espaços projetados para o conforto e calma do seu pet.", tag: "Bem-estar", imageSrc: "http://img.b2bpic.net/free-photo/dog-getting-grooming-service_23-2149174688.jpg" },
|
||||
{ id: "2", title: "Equipe Qualificada", description: "Profissionais experientes em diversas raças e temperamentos.", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/professional-groomer-working-with-dog_23-2149174712.jpg" },
|
||||
@@ -83,6 +85,8 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
title="Nossos Serviços"
|
||||
description="Conheça nossos planos e serviços especiais."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "s1", name: "Banho & Tosa Completo", price: "R$ XX", variant: "Essencial", imageSrc: "http://img.b2bpic.net/free-photo/dog-bath-time_23-2149174715.jpg" },
|
||||
@@ -98,6 +102,8 @@ export default function LandingPage() {
|
||||
showRating={true}
|
||||
textboxLayout="split"
|
||||
title="O que dizem os clientes"
|
||||
description="Relatos de quem confia no nosso trabalho."
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Maria Oliveira", handle: "@maria.pet", testimonial: "Meus cachorros saem sempre lindos e cheirosos!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-dog_23-2149174725.jpg" },
|
||||
{ id: "t2", name: "João Silva", handle: "@joao.dogs", testimonial: "Serviço impecável e atendimento muito carinhoso.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-playing-with-dog_23-2149174730.jpg" }
|
||||
@@ -109,6 +115,9 @@ export default function LandingPage() {
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
title="Números que comprovam"
|
||||
description="Resultados sólidos de dedicação."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "1000+", title: "Pets atendidos", description: "Experiência acumulada.", imageSrc: "http://img.b2bpic.net/free-photo/dog-grooming-salon_23-2149174697.jpg" },
|
||||
{ id: "m2", value: "5.0", title: "Avaliação média", description: "Clientes satisfeitos.", imageSrc: "http://img.b2bpic.net/free-photo/dog-groomer-care_23-2149174720.jpg" }
|
||||
@@ -120,6 +129,7 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
sideTitle="Dúvidas Comuns"
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Como agendar?", content: "Pelo nosso WhatsApp, direto com nossos consultores." },
|
||||
{ id: "f2", title: "Aceitam cartão?", content: "Sim, aceitamos todas as bandeiras." }
|
||||
@@ -131,6 +141,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
title="Agende agora"
|
||||
description="Mande uma mensagem e garanta o horário do seu pet!"
|
||||
useInvertedBackground={false}
|
||||
inputs={[
|
||||
{ name: "nome", type: "text", placeholder: "Seu nome" },
|
||||
{ name: "pet", type: "text", placeholder: "Nome do seu Pet" }
|
||||
@@ -145,6 +156,8 @@ export default function LandingPage() {
|
||||
{ title: "Links", items: [{ label: "Início", href: "#" }, { label: "Contato", href: "#contato" }] },
|
||||
{ title: "Contato", items: [{ label: "WhatsApp", href: "#" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 Pet Feliz"
|
||||
bottomRightText="Todos os direitos reservados"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user