Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d23b20cd6 | |||
| f224e4b2f1 | |||
| 017c365158 | |||
| 9d81447557 | |||
| 71562f61aa | |||
| 2335a25ec4 |
@@ -68,7 +68,7 @@ export default function LandingPage() {
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Nature's Finest Ingredients"
|
||||
description="We believe beauty is about confidence and health. Our creams use organic, ethically sourced botanicals designed to nourish, protect, and restore your natural glow."
|
||||
description="Discover our dermatologist-tested, organic collection designed for visible radiance"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/white-vases-books-assortment_23-2149681102.jpg?_wi=1"
|
||||
imageAlt="beauty spa minimalist decor"
|
||||
/>
|
||||
@@ -96,6 +96,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
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: "http://img.b2bpic.net/free-photo/view-make-up-foundation-products_23-2149736910.jpg?_wi=2", imageAlt: "luxury face cream bottle" },
|
||||
{ id: "p2", brand: "Elegant Skin", name: "Day Radiance Cream", price: "$38.00", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/cream-containers-composition_23-2148549142.jpg?_wi=2", imageAlt: "night cream jar gold" },
|
||||
|
||||
Reference in New Issue
Block a user