Update src/app/page.tsx

This commit is contained in:
2026-05-10 06:51:23 +00:00
parent 8ab371608b
commit 7a4ca8a37d

View File

@@ -149,7 +149,7 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{ id: "p1", name: "Starter", price: "$49", buttons: [{ text: "Get Started", href: "#" }], features: ["10 Products", "AR Viewer", "Email Support"] },
{ id: "p2", name: "Pro", price: "$129", buttons: [{ text: "Go Pro", href: "#" }], features: ["100 Products", "Cloud Dashboard", "24/7 Support"] },
{ id: "p2", name: "Pro", price: "$129", badge: "Most Popular", buttons: [{ text: "Go Pro", href: "#" }], features: ["100 Products", "Cloud Dashboard", "24/7 Support"] },
{ id: "p3", name: "Enterprise", price: "Custom", buttons: [{ text: "Contact Us", href: "#contact" }], features: ["Unlimited AR", "Custom AI", "On-Prem Options"] },
]}
title="Select Your Plan"