From 39e978cbfec1e89e9b58e14b072760f39f46895d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 17:59:14 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 1 - 1 file changed, 1 deletion(-) 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" }} /> Date: Wed, 10 Jun 2026 17:59:14 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 54e0576..cc0607a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -30,7 +30,6 @@ export default function ContactPage() { { name: "About", id: "/about" }, { name: "Contact", id: "/contact" } ]} - button={{ text: "Get Started", href: "/contact" }} /> console.log("Contact form submitted with email:", email)} -- 2.49.1 From 69041b5cf38f2abb1cd7b53190bfe5638ca9bfd3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 17:59:14 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) 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: "/#" }, ], }, { -- 2.49.1