6 Commits

Author SHA1 Message Date
288450b9bd Merge version_3 into main
Merge version_3 into main
2026-03-12 17:14:58 +00:00
8b6646b96f Update src/app/page.tsx 2026-03-12 17:14:54 +00:00
1f7a48782c Merge version_2 into main
Merge version_2 into main
2026-03-12 17:13:17 +00:00
0cf12ac83f Update src/app/page.tsx 2026-03-12 17:13:13 +00:00
1b50a22e4e Merge version_1 into main
Merge version_1 into main
2026-03-12 17:11:55 +00:00
bf66165cab Merge version_1 into main
Merge version_1 into main
2026-03-12 17:11:07 +00:00

View File

@@ -8,7 +8,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Paintbrush, Palette, Sparkles } from 'lucide-react';
import { Paintbrush, Palette, Sparkles, Droplet, Palette as ArtistPalette } from 'lucide-react';
export default function LandingPage() {
return (
@@ -46,7 +46,7 @@ export default function LandingPage() {
]}
buttonAnimation="blur-reveal"
background={{ variant: "sparkles-gradient" }}
videoSrc="http://img.b2bpic.net/free-photo/brushes-watercolor-near-paper_23-2147895461.jpg"
videoSrc="https://videos.pexels.com/video-files/3573383/3573383-sd_medium_30s-_9f0af7e3.mp4"
videoAriaLabel="30-second Doms markers creative demonstration video"
mediaAnimation="slide-up"
frameStyle="card"
@@ -81,21 +81,21 @@ export default function LandingPage() {
<div id="colors" data-section="colors">
<ProductCardTwo
title="Explore Our Color Range"
description="Choose from our extensive palette of premium art colours. Each marker is crafted for vibrant, lasting color that inspires creativity."
tag="Featured"
tagIcon={Palette}
description="Choose from our extensive palette of premium art colours. Each marker is crafted for vibrant, lasting color that inspires creativity. Our artistic collection showcases the full spectrum of possibilities."
tag="Featured Palette"
tagIcon={ArtistPalette}
products={[
{
id: "1", brand: "Doms", name: "Premium 60 Color Set", price: "₹599", rating: 5,
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/lgbt-tubes-with-multicolored-paints_23-2148141260.jpg", imageAlt: "Doms 60 color marker set"
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/lgbt-tubes-with-multicolored-paints_23-2148141260.jpg", imageAlt: "Doms 60 color marker set with vibrant palette"
},
{
id: "2", brand: "Doms", name: "Professional 120 Color Set", price: "₹1,299", rating: 5,
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/couple-making-plans-together-redecorate-home_23-2148814615.jpg", imageAlt: "Doms 120 color professional set"
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/couple-making-plans-together-redecorate-home_23-2148814615.jpg", imageAlt: "Doms 120 color professional set with complete color spectrum"
},
{
id: "3", brand: "Doms", name: "Artist's Ultimate Collection", price: "₹2,499", rating: 5,
reviewCount: "945", imageSrc: "http://img.b2bpic.net/free-vector/minimal-makeup-artist-landing-page-template_23-2149349836.jpg", imageAlt: "Doms ultimate artist collection"
reviewCount: "945", imageSrc: "http://img.b2bpic.net/free-vector/minimal-makeup-artist-landing-page-template_23-2149349836.jpg", imageAlt: "Doms ultimate artist collection featuring rare artistic hues"
}
]}
gridVariant="three-columns-all-equal-width"