Update src/app/page.tsx

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

View File

@@ -16,10 +16,10 @@ import FooterCard from "@/components/sections/footer/FooterCard";
export default function WebAgencyThemePage() {
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 (