diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 15b0c73..7d0168f 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -32,7 +32,6 @@ export default function AboutPage() {
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }
]}
- button={{ text: "Get Started", href: "/contact" }}
/>
console.log("Contact form submitted with email:", email)}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index ad1e4ac..e7fb701 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -38,7 +38,6 @@ export default function WebAgency2Page() {
{ name: "O nás", id: "about" },
{ name: "Kontakt", id: "contact" },
]}
- button={{ text: "Začať", href: "#contact" }}
/>
@@ -259,10 +252,10 @@ export default function WebAgency2Page() {
},
{
title: "Služby", items: [
- { label: "Vývoj webu", href: "#" },
- { label: "SEO", href: "#" },
- { label: "Budovanie značky", href: "#" },
- { label: "UI/UX Dizajn", href: "#" },
+ { label: "Vývoj webu", href: "/#" },
+ { label: "SEO", href: "/#" },
+ { label: "Budovanie značky", href: "/#" },
+ { label: "UI/UX Dizajn", href: "/#" },
],
},
{