Merge version_1 into main #10
@@ -72,22 +72,22 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Curated Selections", description: "Hand-picked products for discerning tastes.", icon: Lightbulb,
|
||||
mediaItems: [
|
||||
{ type: 'image', src: "http://img.b2bpic.net/free-photo/cosmetic-products-made-with-natural-ingredients_181624-33827.jpg", alt: "Eco-friendly cosmetic products" },
|
||||
{ type: 'image', src: "http://img.b2bpic.net/free-photo/luxurious-anti-aging-serum-bottle_181624-34860.jpg", alt: "Luxurious anti-aging serum" }
|
||||
{ src: "http://img.b2bpic.net/free-photo/cosmetic-products-made-with-natural-ingredients_181624-33827.jpg", alt: "Eco-friendly cosmetic products" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/luxurious-anti-aging-serum-bottle_181624-34860.jpg", alt: "Luxurious anti-aging serum" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Expertly Vetted", description: "Our specialists ensure quality and efficacy.", icon: ShieldCheck,
|
||||
mediaItems: [
|
||||
{ type: 'image', src: "http://img.b2bpic.net/free-photo/woman-applying-moisturizer-face_23-2149495758.jpg", alt: "Woman applying moisturizer" },
|
||||
{ type: 'image', src: "http://img.b2bpic.net/free-photo/high-angle-view-various-face-care-products_23-2148769213.jpg", alt: "Various face care products" }
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-applying-moisturizer-face_23-2149495758.jpg", alt: "Woman applying moisturizer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-view-various-face-care-products_23-2148769213.jpg", alt: "Various face care products" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Sustainable & Ethical", description: "Beauty that respects the planet and people.", icon: Leaf,
|
||||
mediaItems: [
|
||||
{ type: 'image', src: "http://img.b2bpic.net/free-photo/man-using-skincare-product_23-2149377488.jpg", alt: "Man using skincare product" },
|
||||
{ type: 'image', src: "http://img.b2bpic.net/free-photo/woman-applying-mask-face_23-2149507907.jpg", alt: "Woman applying face mask" }
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-using-skincare-product_23-2149377488.jpg", alt: "Man using skincare product" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-applying-mask-face_23-2149507907.jpg", alt: "Woman applying face mask" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -99,6 +99,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -127,6 +128,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Trusted by Discerning Clients"
|
||||
description="Leading beauty influencers and luxury connoisseurs recognize our unique curation."
|
||||
|
||||
Reference in New Issue
Block a user