Update src/app/page.tsx
This commit is contained in:
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Best"
|
||||
description="Professional-grade, fade-resistant dyes and pigments for every creative vision. Transform your projects with vibrant, long-lasting color solutions trusted by artists worldwide."
|
||||
description="Premium dyes and pigments for every creative vision. Transform your projects with vibrant, long-lasting color solutions."
|
||||
buttons={[
|
||||
{ text: "Explore Colors", href: "products" },
|
||||
{ text: "Learn More", href: "features" }
|
||||
@@ -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: "Get Started", href: "#" }
|
||||
{ text: "Start Free Trial", 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: "Choose Plan", href: "#" }
|
||||
{ text: "Upgrade Now", 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: "Start Creating", href: "#" }
|
||||
{ text: "Contact Sales", href: "#" }
|
||||
],
|
||||
features: [
|
||||
"48 exclusive colors", "Complete studio setup", "Custom color creation", "24/7 expert support", "Annual color updates", "Professional certification"
|
||||
|
||||
Reference in New Issue
Block a user