Update src/app/servicos/page.tsx
This commit is contained in:
@@ -5,6 +5,7 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import Link from "next/link";
|
||||
import { Instagram, Facebook } from 'lucide-react';
|
||||
|
||||
export default function ServicesPage() {
|
||||
const navItems = [
|
||||
@@ -15,8 +16,8 @@ export default function ServicesPage() {
|
||||
];
|
||||
|
||||
const footerSocialLinks = [
|
||||
{ icon: "Instagram", href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: "Facebook", href: "#", ariaLabel: "Facebook" }
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" }
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user