Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d81bc88d0a | |||
| 71da0c878d | |||
| 27a88648f6 | |||
| 931c4cb62b |
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
|||||||
title="Refine Your Beauty, Embody Your Confidence."
|
title="Refine Your Beauty, Embody Your Confidence."
|
||||||
description="Cybele Cosmetics brings you premium, long-lasting beauty essentials tailored for the elegant Lagos woman. Experience skincare and makeup designed to empower every look."
|
description="Cybele Cosmetics brings you premium, long-lasting beauty essentials tailored for the elegant Lagos woman. Experience skincare and makeup designed to empower every look."
|
||||||
tag="Luxury Defined"
|
tag="Luxury Defined"
|
||||||
buttons={[{ text: "Get Your Glow", href: "#products" }]}
|
buttons={[{ text: "Shop Luxury Cosmetics", href: "#products" }]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-gua-sha-face-products_23-2149401501.jpg", imageAlt: "Luxury cosmetics model portrait" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-gua-sha-face-products_23-2149401501.jpg", imageAlt: "Luxury cosmetics model portrait" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-oil-dropper_23-2149016644.jpg", imageAlt: "Premium beauty collection set" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-oil-dropper_23-2149016644.jpg", imageAlt: "Premium beauty collection set" }
|
||||||
@@ -79,9 +79,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", name: "Signature Lip Gloss", price: "₦8,500", imageSrc: "http://img.b2bpic.net/free-photo/pink-cosmetic-containers-flowers_23-2149270088.jpg" },
|
{ id: "p1", name: "Signature Lip Gloss", price: "₦8,500", imageSrc: "http://img.b2bpic.net/free-photo/pink-cosmetic-containers-flowers_23-2149270088.jpg", priceButtonProps: { text: "Shop Now" } },
|
||||||
{ id: "p2", name: "Velvet Matte Foundation", price: "₦15,000", imageSrc: "http://img.b2bpic.net/free-photo/foundation-dropper-bottle-with-reflection_23-2151968650.jpg" },
|
{ id: "p2", name: "Velvet Matte Foundation", price: "₦15,000", imageSrc: "http://img.b2bpic.net/free-photo/foundation-dropper-bottle-with-reflection_23-2151968650.jpg", priceButtonProps: { text: "Shop Now" } },
|
||||||
{ id: "p3", name: "Radiant Face Powder", price: "₦12,500", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-cosmetic-products-with-brushes-orange-backdrop_23-2147878896.jpg" }
|
{ id: "p3", name: "Radiant Face Powder", price: "₦12,500", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-cosmetic-products-with-brushes-orange-backdrop_23-2147878896.jpg", priceButtonProps: { text: "Shop Now" } }
|
||||||
]}
|
]}
|
||||||
title="Explore Our Essentials"
|
title="Explore Our Essentials"
|
||||||
description="Your journey to absolute elegance starts here."
|
description="Your journey to absolute elegance starts here."
|
||||||
|
|||||||
Reference in New Issue
Block a user