Update src/app/page.tsx

This commit is contained in:
2026-06-03 15:54:46 +00:00
parent 02a0f722d5
commit a22834b0dc

View File

@@ -16,10 +16,10 @@ import FooterCard from "@/components/sections/footer/FooterCard";
export default function WebAgencyThemePage() {
const navItems = [
{ name: "Anasayfa", id: "home" },
{ name: "Hizmetler", id: "services" },
{ name: "Çalışmalarımız", id: "work" },
{ name: "İletişim", id: "contact" }
{ name: "Anasayfa", href: "/" },
{ name: "Hizmetler", href: "/#services" },
{ name: "Çalışmalarımız", href: "/calismalarimiz" },
{ name: "İletişim", href: "/#contact" }
];
return (
@@ -39,7 +39,7 @@ export default function WebAgencyThemePage() {
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="Elvora Global"
button={{ text: "Bize Ulaşın", href: "#contact" }}
button={{ text: "Bize Ulaşın", href: "/#contact" }}
/>
<HeroSplitKpi
background={{ variant: "radial-gradient" }}
@@ -55,10 +55,10 @@ export default function WebAgencyThemePage() {
]}
buttons={[
{
text: "Projeye Başla", href: "#contact"
text: "Projeye Başla", href: "/#contact"
},
{
text: "Çalışmalarımızı İncele", href: "#work"
text: "Çalışmalarımızı İncele", href: "/calismalarimiz"
}
]}
avatars={[
@@ -193,7 +193,7 @@ export default function WebAgencyThemePage() {
<ContactText
text="Markanızın geleceğini yapay zeka ile şekillendirmeye hazır mısınız? Sizinle tanışmak için sabırsızlanıyoruz!"
buttons={[
{ text: "Projeye Başla", href: "#contact" },
{ text: "Projeye Başla", href: "/#contact" },
{ text: "Danışmanlık Randevusu", href: "#call" }
]}
background={{ variant: "canvas-reveal" }}