Compare commits
4 Commits
version_8
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 12c7269c07 | |||
| 8bcc6a4755 | |||
| a5da514502 | |||
| 7adfe96435 |
@@ -62,6 +62,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Nature's Finest Ingredients"
|
||||
description="Discover our dermatologist-tested, organic collection designed for visible radiance"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/organic-cosmetic-product-with-dreamy-aesthetic-fresh-background_23-2151382870.jpg"
|
||||
imageAlt="Fresh botanical ingredients for skincare"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -87,8 +89,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "View All Products", href: "#all-products" }]}
|
||||
products={[
|
||||
{ id: "p1", brand: "Elegant Skin", name: "Botanical Night Cream", price: "$45.00", rating: 5, reviewCount: "120", imageSrc: "" },
|
||||
{ id: "p2", brand: "Elegant Skin", name: "Day Radiance Cream", price: "$38.00", rating: 5, reviewCount: "95", imageSrc: "" },
|
||||
{ id: "p1", brand: "Elegant Skin", name: "Botanical Night Cream", price: "$45.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dark-blue-flowers-white-colored-water_23-2148256399.jpg" },
|
||||
{ id: "p2", brand: "Elegant Skin", name: "Day Radiance Cream", price: "$38.00", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cream-container-plants_23-2149339775.jpg" },
|
||||
]}
|
||||
title="Our Collection"
|
||||
description="Shop our premium creams, serums, and lotions."
|
||||
|
||||
Reference in New Issue
Block a user