Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0cf12ac83f | |||
| 1b50a22e4e | |||
| bf66165cab |
@@ -8,7 +8,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -81,21 +81,21 @@ export default function LandingPage() {
|
|||||||
<div id="colors" data-section="colors">
|
<div id="colors" data-section="colors">
|
||||||
<ProductCardTwo
|
<ProductCardTwo
|
||||||
title="Explore Our Color Range"
|
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."
|
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"
|
tag="Featured Palette"
|
||||||
tagIcon={Palette}
|
tagIcon={ArtistPalette}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", brand: "Doms", name: "Premium 60 Color Set", price: "₹599", rating: 5,
|
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,
|
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,
|
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"
|
gridVariant="three-columns-all-equal-width"
|
||||||
|
|||||||
Reference in New Issue
Block a user