Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-17 10:00:56 +00:00

View File

@@ -71,6 +71,7 @@ export default function LandingPage() {
<MetricCardOne
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
metrics={[
{ id: "m1", value: "30d", title: "Cycle", description: "Validation timeline", icon: Clock },
@@ -99,6 +100,8 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardEight
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{ id: "starter", badge: "Explorer", price: "$1.5K", subtitle: "Baseline validation", buttons: [{ text: "Get Started" }], features: ["1 cycle per month", "Market insights report", "Data analytics dashboard"] },
{ id: "growth", badge: "Scale", price: "$4.5K", subtitle: "Aggressive testing", buttons: [{ text: "Select Plan" }], features: ["3 cycles per month", "Deep behavioral analysis", "Revenue forecasting", "Priority support"] },