Update src/app/calismalarimiz/page.tsx

This commit is contained in:
2026-06-03 15:55:36 +00:00
parent a22834b0dc
commit 675bb4e0dc

View File

@@ -9,10 +9,10 @@ import FooterCard from "@/components/sections/footer/FooterCard";
export default function PortfolioPage() {
const navItems = [
{ name: "Anasayfa", href: "/" },
{ name: "Hizmetler", href: "/#services" },
{ name: "Çalışmalarımız", href: "/calismalarimiz" },
{ name: "İletişim", href: "/#contact" }
{ name: "Anasayfa", id: "/" },
{ name: "Hizmetler", id: "#services" },
{ name: "Çalışmalarımız", id: "/calismalarimiz" },
{ name: "İletişim", id: "#contact" }
];
return (