Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b6646b96f | |||
| 1f7a48782c | |||
| 0cf12ac83f | |||
| 1b50a22e4e | |||
| bf66165cab |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user