Update src/app/page.tsx

This commit is contained in:
2026-03-23 18:36:20 +00:00
parent 610423bb22
commit 4a0cf4af09

View File

@@ -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}
/>
</div>
@@ -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" }
]}
/>
</div>