4 Commits

Author SHA1 Message Date
3dbb63a48e Merge version_4 into main
Merge version_4 into main
2026-04-22 03:05:11 +00:00
d81242d822 Update src/app/page.tsx 2026-04-22 03:05:08 +00:00
729506acd8 Merge version_3 into main
Merge version_3 into main
2026-04-22 03:04:45 +00:00
4b2587bd5d Merge version_3 into main
Merge version_3 into main
2026-04-22 03:04:18 +00:00

View File

@@ -98,12 +98,13 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardNine
tag="Best Value"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{ id: "free", title: "Free", price: "$0", period: "/mo", features: ["Basic Calculator", "1 Project Slot"], button: { text: "Start Now", href: "#" } },
{ id: "pro", title: "Pro", price: "$99", period: "/mo", features: ["AI Engine", "Unlimited Projects"], button: { text: "Get Pro", href: "#" } }
{ id: "pro", title: "Pro", price: "$99", period: "/mo", features: ["Full AI Material Engine", "Unlimited Project Slots", "Priority Support", "Cloud Storage"], button: { text: "Upgrade to Pro", href: "#" } }
]}
title="Subscription Plans"
description="Tailored for your business scale."
@@ -146,4 +147,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}