Compare commits
4 Commits
version_9
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 654a39464d | |||
| c4ddbbbba8 | |||
| 12c7269c07 | |||
| 8bcc6a4755 |
@@ -62,7 +62,7 @@ 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"
|
||||
imageSrc="https://images.unsplash.com/photo-1556228720-195a672e8a03?q=80&w=2000"
|
||||
imageAlt="Fresh botanical ingredients for skincare"
|
||||
/>
|
||||
</div>
|
||||
@@ -89,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: "https://images.unsplash.com/photo-1598440947619-2c35fd959146?q=80&w=800" },
|
||||
{ id: "p2", brand: "Elegant Skin", name: "Day Radiance Cream", price: "$38.00", rating: 5, reviewCount: "95", imageSrc: "https://images.unsplash.com/photo-1619451334792-150fd3d24c94?q=80&w=800" },
|
||||
]}
|
||||
title="Our Collection"
|
||||
description="Shop our premium creams, serums, and lotions."
|
||||
@@ -104,7 +104,7 @@ export default function LandingPage() {
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah M.", imageSrc: "" },
|
||||
{ id: "t1", name: "Sarah M.", imageSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?q=80&w=200" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user