Update src/app/calismalarimiz/page.tsx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user