Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| db7cb093c0 | |||
| 92e9777f4b | |||
| 54064207a3 |
315
src/app/page.tsx
315
src/app/page.tsx
@@ -6,15 +6,12 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav
|
|||||||
import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestimonial";
|
import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestimonial";
|
||||||
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
||||||
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
|
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
|
||||||
import TeamCardSix from "@/components/sections/team/TeamCardSix";
|
|
||||||
import TeamCardOne from "@/components/sections/team/TeamCardOne";
|
|
||||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
|
||||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||||
import { Leaf, TreePine } from "lucide-react";
|
import { PawPrint, MapPin, Star } from "lucide-react";
|
||||||
|
|
||||||
export default function LandscapingPage() {
|
export default function PetShopPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="expand-hover"
|
defaultButtonVariant="expand-hover"
|
||||||
@@ -31,49 +28,39 @@ export default function LandscapingPage() {
|
|||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
brandName="GreenScape"
|
brandName="Azapet PetCenter"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Team", id: "team" },
|
{ name: "Team", id: "team" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Reviews", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
button={{ text: "Call Now", href: "#contact" }}
|
button={{ text: "Agende Agora", href: "#contact" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlayTestimonial
|
<HeroOverlayTestimonial
|
||||||
tag="Professional Landscaping"
|
tag="Seu Pet, Nossa Paixão"
|
||||||
tagIcon={Leaf}
|
tagIcon={PawPrint}
|
||||||
title="Transform Your Outdoor Space"
|
title="Bem-vindo ao Azapet PetCenter"
|
||||||
description="Professional landscaping design, installation, and maintenance services. From lush gardens to stunning hardscapes, we bring your vision to life."
|
description="Oferecemos cuidados completos, desde banho e tosa especializados até produtos de qualidade superior para o bem-estar do seu melhor amigo."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get Free Estimate", href: "#contact" },
|
{ text: "Agende um Horário", href: "#contact" },
|
||||||
{ text: "Our Services", href: "#services" },
|
{ text: "Nossos Serviços", href: "#services" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/hero.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DUhxDkBdgXiVkKbEEnh0RODlW1/uploaded-1778342993065-tgc3q7ek.jpg?_wi=1"
|
||||||
imageAlt="Landscaped garden with manicured lawn and shrubs"
|
imageAlt="Azapet PetCenter espaço de cuidados para pets"
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
textPosition="top"
|
textPosition="top"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Sarah M.",
|
name: "Ana L.", handle: "Cliente fiel", testimonial: "Atendimento maravilhoso, meu pet sempre sai de lá feliz e cheiroso. Recomendo muito!", rating: 5,
|
||||||
handle: "Homeowner",
|
|
||||||
testimonial: "GreenScape completely transformed our backyard. The team was professional, creative, and delivered beyond our expectations.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg",
|
|
||||||
imageAlt: "Sarah M.",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "David K.",
|
name: "Bruno C.", handle: "Cliente fiel", testimonial: "Profissionais muito atenciosos e cuidadosos com os animais. Nota 10!", rating: 5,
|
||||||
handle: "Property Manager",
|
|
||||||
testimonial: "We've used GreenScape for all our commercial properties. Their maintenance plans keep everything looking pristine year-round.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg",
|
|
||||||
imageAlt: "David K.",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -81,14 +68,14 @@ export default function LandscapingPage() {
|
|||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TestimonialAboutCard
|
<TestimonialAboutCard
|
||||||
tag="About GreenScape"
|
tag="Nossa História"
|
||||||
tagIcon={Leaf}
|
tagIcon={PawPrint}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
title="We've been transforming outdoor spaces for over 15 years — delivering designs that homeowners love and landscapes that last."
|
title="Dedicados ao conforto e alegria dos nossos amigos de quatro patas."
|
||||||
description="James Carter, Lead Designer"
|
description="Azapet PetCenter"
|
||||||
subdescription="Founded in 2010"
|
subdescription="Há 5 anos cuidando do seu pet"
|
||||||
icon={TreePine}
|
icon={MapPin}
|
||||||
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/about-video.mp4"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DUhxDkBdgXiVkKbEEnh0RODlW1/uploaded-1778342993065-tgc3q7ek.jpg?_wi=2"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -96,269 +83,61 @@ export default function LandscapingPage() {
|
|||||||
|
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
<FeatureCardNineteen
|
<FeatureCardNineteen
|
||||||
tag="Our Services"
|
tag="Serviços"
|
||||||
tagIcon={Leaf}
|
tagIcon={PawPrint}
|
||||||
title="What We Do"
|
title="O que oferecemos"
|
||||||
description="From design to maintenance, we handle every aspect of your landscape."
|
description="Serviços especializados para o seu pet viver com saúde e estilo."
|
||||||
buttonAnimation="slide-up"
|
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageContainerClassName="!rotate-0 !aspect-square"
|
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
tag: "Design",
|
tag: "Higiene", title: "Banho e Tosa", subtitle: "Limpeza profunda", description: "Banho relaxante, corte de unhas, limpeza de ouvidos e tosa especializada."},
|
||||||
title: "Landscape Design",
|
|
||||||
subtitle: "Custom Plans",
|
|
||||||
description: "We create tailored landscape designs that complement your property's architecture and your personal style.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-2.jpg",
|
|
||||||
imageAlt: "Landscape design",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tag: "Installation",
|
tag: "Saúde", title: "Pet Shop Completo", subtitle: "Produtos premium", description: "Rações, brinquedos, acessórios e medicamentos de primeira linha."},
|
||||||
title: "Hardscape & Softscape",
|
|
||||||
subtitle: "Full Installation",
|
|
||||||
description: "From patios and walkways to gardens and trees, we handle the complete installation process.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-3.jpg",
|
|
||||||
imageAlt: "Hardscape installation",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tag: "Maintenance",
|
tag: "Conforto", title: "Day Care", subtitle: "Espaço de recreação", description: "Monitoramento e recreação para seu pet passar o dia bem acompanhado."},
|
||||||
title: "Lawn & Garden Care",
|
|
||||||
subtitle: "Ongoing Service",
|
|
||||||
description: "Keep your property looking pristine year-round with our professional maintenance plans.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-4.jpg",
|
|
||||||
imageAlt: "Lawn maintenance",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
tag: "Irrigation",
|
|
||||||
title: "Smart Irrigation",
|
|
||||||
subtitle: "Water Management",
|
|
||||||
description: "Efficient irrigation systems that keep your landscape healthy while conserving water.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-5.jpg",
|
|
||||||
imageAlt: "Irrigation system",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="why-us" data-section="why-us">
|
|
||||||
<TeamCardSix
|
|
||||||
title="Why Choose GreenScape"
|
|
||||||
description="What sets us apart from the rest."
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
animationType="slide-up"
|
|
||||||
members={[
|
|
||||||
{
|
|
||||||
id: "1",
|
|
||||||
name: "Expert Craftsmanship",
|
|
||||||
role: "Decades of combined experience in landscape design and installation.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-6.jpg",
|
|
||||||
imageAlt: "Expert craftsmanship",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "Eco-Friendly Approach",
|
|
||||||
role: "Sustainable practices and native plant selections that thrive naturally.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-7.jpg",
|
|
||||||
imageAlt: "Eco-friendly landscaping",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Full-Service Care",
|
|
||||||
role: "From initial design to ongoing maintenance, we handle everything.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-8.jpg",
|
|
||||||
imageAlt: "Full-service care",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="team" data-section="team">
|
|
||||||
<TeamCardOne
|
|
||||||
tag="Our Team"
|
|
||||||
title="Meet the Experts"
|
|
||||||
description="The skilled professionals behind every beautiful landscape."
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
animationType="slide-up"
|
|
||||||
members={[
|
|
||||||
{
|
|
||||||
id: "1",
|
|
||||||
name: "James Carter",
|
|
||||||
role: "Lead Designer",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-11.jpg",
|
|
||||||
imageAlt: "James Carter",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "Maria Silva",
|
|
||||||
role: "Horticulturist",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-10.jpg",
|
|
||||||
imageAlt: "Maria Silva",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Ryan Mitchell",
|
|
||||||
role: "Project Manager",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-9.jpg",
|
|
||||||
imageAlt: "Ryan Mitchell",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardTwelve
|
<TestimonialCardTwelve
|
||||||
cardTag="Trusted by Homeowners"
|
cardTag="Avaliações"
|
||||||
cardTagIcon={Leaf}
|
cardTagIcon={Star}
|
||||||
cardTitle="Over 500 happy clients trust GreenScape to transform and maintain their outdoor spaces."
|
cardTitle="Veja o que nossos clientes dizem sobre o Azapet PetCenter"
|
||||||
buttons={[{ text: "Contact Now", href: "#contact" }]}
|
buttons={[{ text: "Agende um serviço", href: "#contact" }]}
|
||||||
buttonAnimation="slide-up"
|
|
||||||
cardAnimation="slide-up"
|
cardAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "1", name: "Excelente atendimento, muito carinho com os pets!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-10.jpg" },
|
||||||
id: "1",
|
{ id: "2", name: "Melhor pet shop da região, confiança total.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-11.jpg" },
|
||||||
name: "Sarah M.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-10.jpg",
|
|
||||||
imageAlt: "Sarah M.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "David K.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-11.jpg",
|
|
||||||
imageAlt: "David K.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Emily R.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-4.jpg",
|
|
||||||
imageAlt: "Emily R.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "Ryan M.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-9.jpg",
|
|
||||||
imageAlt: "Ryan M.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="contact" data-section="contact">
|
||||||
<FaqDouble
|
|
||||||
tag="FAQ"
|
|
||||||
title="Frequently Asked Questions"
|
|
||||||
description="Everything you need to know about our landscaping services."
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
faqsAnimation="slide-up"
|
|
||||||
faqs={[
|
|
||||||
{
|
|
||||||
id: "1",
|
|
||||||
title: "How long does a typical landscaping project take?",
|
|
||||||
content: "Most residential projects take 1-3 weeks depending on scope. We'll provide a detailed timeline during your consultation so you know exactly what to expect.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
title: "Do you offer free consultations?",
|
|
||||||
content: "Yes! We offer complimentary on-site consultations where we assess your property, discuss your vision, and provide a detailed estimate — no obligation.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
title: "What areas do you serve?",
|
|
||||||
content: "We serve the greater metropolitan area and surrounding suburbs within a 50-mile radius. Contact us to confirm service availability in your location.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
title: "Do you provide ongoing maintenance?",
|
|
||||||
content: "Absolutely. We offer weekly, bi-weekly, and monthly maintenance plans that include mowing, trimming, fertilization, and seasonal cleanups.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
title: "Are your practices eco-friendly?",
|
|
||||||
content: "Yes, sustainability is core to our approach. We use native plants, organic fertilizers, smart irrigation, and environmentally responsible methods whenever possible.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "6",
|
|
||||||
title: "Do you handle permits and HOA approvals?",
|
|
||||||
content: "We handle all necessary permits and can work directly with your HOA to ensure your project meets community guidelines and gets approved smoothly.",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="contact" data-section="contact" className="relative overflow-hidden">
|
|
||||||
<div className="absolute inset-0 w-full h-full">
|
|
||||||
<video
|
|
||||||
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/bg-video.mp4"
|
|
||||||
autoPlay
|
|
||||||
muted
|
|
||||||
loop
|
|
||||||
playsInline
|
|
||||||
aria-hidden="true"
|
|
||||||
className="w-full h-full object-cover"
|
|
||||||
/>
|
|
||||||
<div className="absolute inset-0 bg-foreground/70" />
|
|
||||||
</div>
|
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Get Your Free Estimate"
|
title="Entre em Contato"
|
||||||
description="Tell us about your project and we'll get back to you within 24 hours."
|
description="Estamos localizados na Avenida das Flores, 123. Ligue para (11) 99999-8888 ou envie uma mensagem."
|
||||||
|
buttonText="Enviar Mensagem"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
mediaAnimation="none"
|
|
||||||
buttonText="Send Message"
|
|
||||||
contentClassName="!grid-cols-1 max-w-[600px] mx-auto"
|
|
||||||
|
|
||||||
mediaWrapperClassName="hidden"
|
|
||||||
inputs={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
{ name: "name", type: "text", placeholder: "Seu Nome", required: true },
|
||||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
{ name: "email", type: "email", placeholder: "Seu E-mail", required: true },
|
||||||
{ name: "phone", type: "tel", placeholder: "Phone Number" },
|
|
||||||
]}
|
]}
|
||||||
multiSelect={{
|
textarea={{ name: "message", placeholder: "Como podemos ajudar o seu pet?", rows: 4, required: true }}
|
||||||
name: "service",
|
|
||||||
label: "Select a Service",
|
|
||||||
options: ["Landscape Design", "Hardscape & Softscape", "Lawn & Garden Care", "Smart Irrigation"],
|
|
||||||
}}
|
|
||||||
textarea={{ name: "message", placeholder: "Tell us about your project...", rows: 4, required: true }}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Links", items: [{ label: "Serviços", href: "#services" }, { label: "Sobre", href: "#about" }] },
|
||||||
title: "Services",
|
{ title: "Contato", items: [{ label: "(11) 99999-8888", href: "tel:11999998888" }, { label: "contato@azapet.com.br", href: "mailto:contato@azapet.com.br" }] },
|
||||||
items: [
|
{ title: "Endereço", items: [{ label: "Av. das Flores, 123 - Centro" }] },
|
||||||
{ label: "Landscape Design", href: "#services" },
|
|
||||||
{ label: "Hardscape & Softscape", href: "#services" },
|
|
||||||
{ label: "Lawn & Garden Care", href: "#services" },
|
|
||||||
{ label: "Smart Irrigation", href: "#services" },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Company",
|
|
||||||
items: [
|
|
||||||
{ label: "About", href: "#about" },
|
|
||||||
{ label: "Team", href: "#team" },
|
|
||||||
{ label: "Testimonials", href: "#testimonials" },
|
|
||||||
{ label: "FAQ", href: "#faq" },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Contact",
|
|
||||||
items: [
|
|
||||||
{ label: "(555) 123-4567", href: "tel:5551234567" },
|
|
||||||
{ label: "hello@greenscape.com", href: "mailto:hello@greenscape.com" },
|
|
||||||
{ label: "Los Angeles, CA" },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2026 GreenScape Landscaping"
|
bottomLeftText="© 2024 Azapet PetCenter"
|
||||||
bottomRightText="All rights reserved"
|
bottomRightText="Todos os direitos reservados"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user