Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "https://example.com/trial" },
|
||||
{ text: "Get Free Trial", href: "https://example.com/trial" },
|
||||
{ text: "View Demo", href: "#features" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -155,7 +155,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "enterprise", badge: "Enterprise", badgeIcon: Crown,
|
||||
price: "Contact for Pricing", subtitle: "For large-scale operations", buttons: [
|
||||
price: "Custom", subtitle: "For large-scale operations", buttons: [
|
||||
{ text: "Contact Sales", href: "https://example.com/contact" },
|
||||
{ text: "Request Demo", href: "#" }
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user