5 Commits

Author SHA1 Message Date
6ab4030c33 Update src/app/page.tsx 2026-03-02 10:34:47 +00:00
ceca898259 Update src/app/page.tsx 2026-03-02 10:32:38 +00:00
9d11624bf4 Merge version_5 into main
Merge version_5 into main
2026-03-02 10:30:15 +00:00
2de85e31b4 Update src/app/page.tsx 2026-03-02 10:30:11 +00:00
f56d03015d Merge version_4 into main
Merge version_4 into main
2026-03-02 10:27:02 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -107,13 +107,13 @@ export default function LandingPage() {
<ProductCardFour
products={[
{
id: "1", name: "Crimson Velvet Pro", price: "$24.99", variant: "Red 5 Shades", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-paint-materials_23-2147989743.jpg", imageAlt: "Crimson Velvet Pro dye"
id: "1", name: "Crimson Velvet Pro", price: "$24.99", variant: "Red | 5 Shades | Fade-Resistant", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-paint-materials_23-2147989743.jpg", imageAlt: "Crimson Velvet Pro dye"
},
{
id: "2", name: "Ocean Essence", price: "$24.99", variant: "Blue 4 Shades", imageSrc: "http://img.b2bpic.net/free-photo/colored-cloths-arrangement-with-natural-pigments_23-2148734437.jpg", imageAlt: "Ocean Essence dye"
id: "2", name: "Ocean Essence", price: "$24.99", variant: "Blue | 4 Shades | Eco-Friendly", imageSrc: "http://img.b2bpic.net/free-photo/colored-cloths-arrangement-with-natural-pigments_23-2148734437.jpg", imageAlt: "Ocean Essence dye"
},
{
id: "3", name: "Golden Horizon", price: "$22.99", variant: "Yellow 6 Shades", imageSrc: "http://img.b2bpic.net/free-vector/multicolor-hand-painted-texture_1100-73.jpg", imageAlt: "Golden Horizon dye"
id: "3", name: "Golden Horizon", price: "$22.99", variant: "Yellow | 6 Shades | Fast-Setting", imageSrc: "http://img.b2bpic.net/free-vector/multicolor-hand-painted-texture_1100-73.jpg", imageAlt: "Golden Horizon dye"
}
]}
title="Featured Products"
@@ -227,22 +227,22 @@ export default function LandingPage() {
<FaqSplitText
faqs={[
{
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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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."
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."
}
]}
sideTitle="Frequently Asked Questions"