Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-10 06:51:29 +00:00

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"
@@ -201,4 +201,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}