Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7284b4c87b | |||
| affe320d35 |
@@ -69,11 +69,11 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Pivot Essentials", name: "Premium Shampoo", price: "$34.99", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307281.jpg?_wi=2", imageAlt: "Pivot Premium Shampoo"
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307281.jpg?_wi=2", imageAlt: "Pivot Premium Shampoo", description: "Sulfate-free, dermatologist-tested"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Pivot Essentials", name: "Premium Conditioner", price: "$34.99", rating: 5,
|
||||
reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669122.jpg", imageAlt: "Pivot Premium Conditioner"
|
||||
reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669122.jpg", imageAlt: "Pivot Premium Conditioner", description: "Silicone-free, nutrient-rich formula"
|
||||
}
|
||||
]}
|
||||
buttons={[{ text: "View All Products", href: "#" }]}
|
||||
|
||||
Reference in New Issue
Block a user