Update src/app/calismalarimiz/page.tsx

This commit is contained in:
2026-06-03 16:00:16 +00:00
parent 775d6ef7c0
commit a30eae4352

View File

@@ -10,9 +10,9 @@ import FooterCard from "@/components/sections/footer/FooterCard";
export default function PortfolioPage() {
const navItems = [
{ name: "Anasayfa", id: "/" },
{ name: "Hizmetler", id: "#services" },
{ name: "Hizmetler", id: "/#services" },
{ name: "Çalışmalarımız", id: "/calismalarimiz" },
{ name: "İletişim", id: "#contact" }
{ name: "İletişim", id: "/#contact" }
];
return (
@@ -32,7 +32,7 @@ export default function PortfolioPage() {
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="Elvora Global"
button={{ text: "Bize Ulaşın", href: "/#contact" }}
button={{ text: "Bize Ulaşın", href: "https://wa.me/905338234505" }}
/>
<FeatureCardTwentySix