From 43ed23100926a71c22524f93c8933a4c1575b81b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 10:26:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a300ef..b92a153 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,7 +134,7 @@ export default function LandingPage() { { id: "starter", badge: "Starter Kit", badgeIcon: Sparkles, price: "$49.99", subtitle: "Perfect for beginners exploring color", buttons: [ - { text: "Start Free Trial", href: "#" } + { text: "Get Started", href: "#" } ], features: [ "6 core color bottles", "Mixing guide included", "Basic application tools", "Email support" @@ -143,7 +143,7 @@ export default function LandingPage() { { id: "professional", badge: "Professional", badgeIcon: Award, price: "$129.99", subtitle: "For serious artists and designers", buttons: [ - { text: "Upgrade Now", href: "#" } + { text: "Choose Plan", href: "#" } ], features: [ "24 premium colors", "Advanced mixing guide", "Professional application kit", "Priority support", "Color matching service" @@ -152,7 +152,7 @@ export default function LandingPage() { { id: "studio", badge: "Studio Pro", badgeIcon: Zap, price: "$299.99", subtitle: "Complete studio solution", buttons: [ - { text: "Contact Sales", href: "#" } + { text: "Start Creating", href: "#" } ], features: [ "48 exclusive colors", "Complete studio setup", "Custom color creation", "24/7 expert support", "Annual color updates", "Professional certification" @@ -227,22 +227,22 @@ export default function LandingPage() {