3 Commits

Author SHA1 Message Date
3ca2049b9b Update src/app/page.tsx 2026-03-07 13:27:39 +00:00
850b0dee31 Update src/app/layout.tsx 2026-03-07 13:27:39 +00:00
0337d47ab0 Merge version_1 into main
Merge version_1 into main
2026-03-07 13:26:17 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1415,4 +1415,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/ornate-table-art-nouveau-style_23-2150975531.jpg"
imageAlt="Hochwertiges antikes Möbelstück"
buttons={[
{ text: "Kostenlose Bewertung", href: "contact" },
{ text: "Jetzt kostenlos bewerten lassen", href: "contact" },
{ text: "Jetzt anrufen", href: "#" }
]}
/>
@@ -220,4 +220,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}