Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b3bf57af4 | |||
| 13f0f9503a |
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user