Merge version_9_1782368445963 into main #8
@@ -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 (
|
||||
<Routes>
|
||||
<Route element={<Layout />}>
|
||||
<Route path="/" element={<HomePage />} />
|
||||
<Route path="/" element={<HomePae />} />
|
||||
</Route>
|
||||
</Routes>
|
||||
);
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user