Switch to version 1: modified src/app/page.tsx

This commit is contained in:
2026-03-07 22:58:41 +00:00
parent 7b2a4e04a5
commit 079d976e9f

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: "Jetzt kostenlos bewerten lassen", href: "contact" },
{ text: "Kostenlose Bewertung", href: "contact" },
{ text: "Jetzt anrufen", href: "#" }
]}
/>
@@ -220,4 +220,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}