Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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
@@ -149,7 +149,8 @@ export default function LandingPage() {
|
|||||||
tag="Transparent Pricing"
|
tag="Transparent Pricing"
|
||||||
plans={[
|
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: "Get Started", href: "contact" },
|
||||||
{ text: "Learn More", href: "#" },
|
{ text: "Learn More", href: "#" },
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user