diff --git a/src/app/page.tsx b/src/app/page.tsx index d46ccb1..10a8959 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni 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 HomePage() { const navItems = [ @@ -18,8 +19,8 @@ export default function HomePage() { ]; const footerSocialLinks = [ - { icon: "Instagram", href: "#", ariaLabel: "Instagram" }, - { icon: "Facebook", href: "#", ariaLabel: "Facebook" } + { icon: Instagram, href: "#", ariaLabel: "Instagram" }, + { icon: Facebook, href: "#", ariaLabel: "Facebook" } ]; return ( @@ -53,7 +54,6 @@ export default function HomePage() { background={{ variant: "radial-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229812.jpg" imageAlt="Interior de um salão de beleza moderno e elegante" - useInvertedBackground={false} /> @@ -97,9 +97,6 @@ export default function HomePage() { background={{ variant: "plain" }} useInvertedBackground={true} buttonText="Ver Localização no Mapa" - buttons={[ - { text: "Ver no Google Maps", href: "https://www.google.com/maps/place/R.+Joaquim+Fel%C3%ADcio,+645+-+Messejana,+Fortaleza+-+CE,+60840-115" } - ]} />