Merge version_2 into main #2
@@ -6,10 +6,7 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestimonial";
|
||||
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
||||
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 FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { PawPrint, MapPin, Star } from "lucide-react";
|
||||
@@ -108,8 +105,7 @@ export default function PetShopPage() {
|
||||
cardTag="Avaliações"
|
||||
cardTagIcon={Star}
|
||||
cardTitle="Veja o que nossos clientes dizem sobre o Azapet PetCenter"
|
||||
buttons={[{ text: "Agende um serviço", href: "#contact" }]
|
||||
}
|
||||
buttons={[{ text: "Agende um serviço", href: "#contact" }]}
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
@@ -124,6 +120,7 @@ export default function PetShopPage() {
|
||||
title="Entre em Contato"
|
||||
description="Estamos localizados na Avenida das Flores, 123. Ligue para (11) 99999-8888 ou envie uma mensagem."
|
||||
buttonText="Enviar Mensagem"
|
||||
useInvertedBackground={false}
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Seu Nome", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Seu E-mail", required: true },
|
||||
@@ -136,7 +133,7 @@ export default function PetShopPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Links", items: [{ label: "Serviços", href: "#services" }, { label: "Sobre", href: "#about" }] },
|
||||
{ title: "Contato", items: [{ label: "(11) 99999-8888" }, { label: "contato@azapet.com.br" }] },
|
||||
{ title: "Contato", items: [{ label: "(11) 99999-8888", href: "tel:11999998888" }, { label: "contato@azapet.com.br", href: "mailto:contato@azapet.com.br" }] },
|
||||
{ title: "Endereço", items: [{ label: "Av. das Flores, 123 - Centro" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Azapet PetCenter"
|
||||
|
||||
Reference in New Issue
Block a user