diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ba084d9..d9e6160 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1415,4 +1415,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index a49f1eb..fc03748 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file