7 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
43ed231009 Update src/app/page.tsx 2026-03-02 10:26:57 +00:00
2e696d9a5b Merge version_3 into main
Merge version_3 into main
2026-03-02 10:23:59 +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"
@@ -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"