Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3bf08d3731 | |||
| 84e0207ba9 | |||
| eae21edf37 | |||
| 827571a528 | |||
| d7e84d40e7 | |||
| c2615e50d2 | |||
| 13c286fe86 |
1413
src/app/layout.tsx
1413
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -124,6 +124,9 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Explore All Features", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -149,7 +152,8 @@ export default function LandingPage() {
|
||||
tag="Transparent Pricing"
|
||||
plans={[
|
||||
{
|
||||
id: "1", price: "Free", name: "Jam Starter", buttons: [
|
||||
id: "1", badge: "Free to Start", badgeIcon: Sparkles,
|
||||
price: "Free", name: "Jam Starter", buttons: [
|
||||
{ text: "Get Started", href: "contact" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user