Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 697a44ecbe | |||
| 6ab4030c33 | |||
| 15b36a7851 | |||
| ceca898259 | |||
| 9d11624bf4 | |||
| 2de85e31b4 | |||
| f56d03015d | |||
| 43ed231009 | |||
| 2e696d9a5b | |||
| 85272e206e | |||
| 97c43d7d3a | |||
| e9679e91b9 | |||
| 4fa49d22cd |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user