Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-03-02 10:27:03 +00:00

View File

@@ -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() {
<FaqSplitText
faqs={[
{
id: "1", title: "How long do Best dyes last?", content: "Our dyes are formulated with fade-resistant pigments that maintain their vibrant color for years. Most users report excellent color retention for 5-10+ years depending on exposure to light and environmental conditions."
id: "1", title: "How long do Best dyes last?", content: "✓ Extended lifespan: Our dyes are formulated with fade-resistant pigments that maintain their vibrant color for years. Most users report excellent color retention for 5-10+ years depending on exposure to light and environmental conditions."
},
{
id: "2", title: "Are Best dyes eco-friendly?", content: "Yes, we are committed to sustainability. All our dyes use eco-friendly, non-toxic formulas that are safe for the environment. Our packaging is 100% recyclable, and we continuously work to minimize our carbon footprint."
id: "2", title: "Are Best dyes eco-friendly?", content: "✓ 100% sustainable: Yes, we are committed to sustainability. All our dyes use eco-friendly, non-toxic formulas that are safe for the environment. Our packaging is 100% recyclable, and we continuously work to minimize our carbon footprint."
},
{
id: "3", title: "Can I mix Best dyes with other brands?", content: "While Best dyes work great on their own, we recommend using them exclusively for consistent results. Our formulas are optimized to work together, and mixing with other brands may affect color accuracy and quality."
id: "3", title: "Can I mix Best dyes with other brands?", content: "✓ Optimal performance: While Best dyes work great on their own, we recommend using them exclusively for consistent results. Our formulas are optimized to work together, and mixing with other brands may affect color accuracy and quality."
},
{
id: "4", title: "What surfaces can I use Best dyes on?", content: "Best dyes are versatile and work on fabric, paper, wood, leather, ceramics, and more. Check our detailed application guide for specific recommendations for your chosen surface."
id: "4", title: "What surfaces can I use Best dyes on?", content: "✓ Universal compatibility: Best dyes are versatile and work on fabric, paper, wood, leather, ceramics, and more. Check our detailed application guide for specific recommendations for your chosen surface."
},
{
id: "5", title: "Do you offer bulk discounts?", content: "Yes! We offer special pricing for bulk orders. Contact our sales team at bulk@bestdyes.com for quotes on larger quantities for studios, schools, and businesses."
id: "5", title: "Do you offer bulk discounts?", content: "✓ Bulk savings available: Yes! We offer special pricing for bulk orders. Contact our sales team at bulk@bestdyes.com for quotes on larger quantities for studios, schools, and businesses."
},
{
id: "6", title: "How should I store my dyes?", content: "Store Best dyes in a cool, dark place away from direct sunlight. Proper storage ensures maximum shelf life and color stability. Sealed bottles can last 3-5 years when stored correctly."
id: "6", title: "How should I store my dyes?", content: "✓ Maximum shelf life: Store Best dyes in a cool, dark place away from direct sunlight. Proper storage ensures maximum shelf life and color stability. Sealed bottles can last 3-5 years when stored correctly."
}
]}
sideTitle="Frequently Asked Questions"