From 48d90e8c391e7276d3f4d49fd9ccaa9eb4b2c966 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 25 Jun 2026 06:20:49 +0000 Subject: [PATCH 1/2] Update src/App.tsx --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 33d15f9..6e765de 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,12 +1,12 @@ import { Routes, Route } from 'react-router-dom'; import Layout from './components/Layout'; -import HomePage from './pages/HomePage'; +import HomePae from './paes/HomePae'; export default function App() { return ( }> - } /> + } /> ); -- 2.49.1 From 2f261aae65e0b185d025db01b3f047b553d93c22 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 25 Jun 2026 06:20:56 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 3b0da57..5e58be5 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -92,7 +92,7 @@ export default function HomePage() { title: "Dachrinnen & Metall", description: "Präzise Montage & Reparatur von Dachrinnen.", primaryButton: { - text: "g", + text: "", href: "#", }, imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg", -- 2.49.1