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