diff --git a/src/app/page.tsx b/src/app/page.tsx index 77ae8bf..429864e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import { Sparkles } from "lucide-react"; export default function LandingPage() { @@ -39,128 +39,133 @@ export default function LandingPage() { { name: "Contato", id: "contato" } ]} brandName="Pet Feliz" - button={{ text: "Agendar via WhatsApp", href: "https://wa.me/5583999999999" }} + button={{ text: "WhatsApp", href: "https://wa.me/5583999999999" }} />