2 Commits

Author SHA1 Message Date
6b3bf57af4 Update src/app/page.tsx 2026-03-20 18:41:37 +00:00
13f0f9503a Merge version_3 into main
Merge version_3 into main
2026-03-20 18:40:05 +00:00

View File

@@ -49,12 +49,13 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
buttons={[ buttons={[
{ text: "Website erstellen", href: "#packages" }, { text: "Jetzt kostenlos starten", href: "#packages" },
{ text: "Inspirationen sehen", href: "#industries" } { text: "Inspirationen sehen", href: "#industries" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-vector/start-up-business-landing-page_23-2148276811.jpg" imageSrc="http://img.b2bpic.net/free-vector/start-up-business-landing-page_23-2148276811.jpg"
imageAlt="modern browser mockup laptop screen website" 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"
/> />
</div> </div>