diff --git a/src/app/page.tsx b/src/app/page.tsx index fa4f192..ca2bd0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,12 +49,13 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} buttons={[ - { text: "Website erstellen", href: "#packages" }, + { text: "Jetzt kostenlos starten", href: "#packages" }, { text: "Inspirationen sehen", href: "#industries" } ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-vector/start-up-business-landing-page_23-2148276811.jpg" imageAlt="modern browser mockup laptop screen website" + buttonClassName="bg-gradient-to-r from-blue-600 to-purple-600 hover:from-blue-700 hover:to-purple-700 text-white font-semibold px-8 py-3 rounded-lg shadow-lg hover:shadow-xl transition-all duration-300 text-lg" />