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 ( }> - } /> + } /> ); 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",