9 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
85272e206e Update src/app/page.tsx 2026-03-02 10:23:55 +00:00
97c43d7d3a Merge version_2 into main
Merge version_2 into main
2026-03-02 10:20:40 +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';
@@ -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" }
@@ -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"