From 610423bb22bcb05e03d61e1bd32df4daab004056 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 18:36:20 +0000 Subject: [PATCH] Update src/app/contato/page.tsx --- src/app/contato/page.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/app/contato/page.tsx b/src/app/contato/page.tsx index fdaecf8..492d07b 100644 --- a/src/app/contato/page.tsx +++ b/src/app/contato/page.tsx @@ -5,6 +5,7 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterCard from "@/components/sections/footer/FooterCard"; import Link from "next/link"; +import { Instagram, Facebook } from 'lucide-react'; export default function ContactPage() { const navItems = [ @@ -15,8 +16,8 @@ export default function ContactPage() { ]; const footerSocialLinks = [ - { icon: "Instagram", href: "#", ariaLabel: "Instagram" }, - { icon: "Facebook", href: "#", ariaLabel: "Facebook" } + { icon: Instagram, href: "#", ariaLabel: "Instagram" }, + { icon: Facebook, href: "#", ariaLabel: "Facebook" } ]; return ( @@ -50,10 +51,6 @@ export default function ContactPage() { inputPlaceholder="Seu nome" buttonText="Enviar Mensagem" termsText="R. Joaquim Felício, 645 - Messejana, Fortaleza - CE, 60840-115 | WhatsApp: (085) 99750-4855 | Horário: 08:00–18:00" - buttons={[ - { text: "Agendar via WhatsApp", href: "https://wa.me/5585997504855" }, - { text: "Ver no Google Maps", href: "https://www.google.com/maps/place/R.+Joaquim+Fel%C3%ADcio,+645+-+Messejana,+Fortaleza+-+CE,+60840-115" } - ]} />