Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f8945033a | |||
| 866fb6263b |
@@ -106,7 +106,10 @@ export default function LandingPage() {
|
|||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
buttons={[{ text: "Explore All Features", href: "#pricing" }]}
|
buttons={[
|
||||||
|
{ text: "See All Features", href: "#pricing" },
|
||||||
|
{ text: "Calculate ROI", href: "#" }
|
||||||
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
className="w-full"
|
className="w-full"
|
||||||
containerClassName="max-w-7xl mx-auto px-4"
|
containerClassName="max-w-7xl mx-auto px-4"
|
||||||
|
|||||||
Reference in New Issue
Block a user