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