Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e8e871109d | |||
| 387bec276a | |||
| 8d789ed66b | |||
| e27008c47f |
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
title="Premium Skincare Collection"
|
||||
description="Discover our curated selection of organic skincare products, each formulated with pure botanical ingredients for maximum efficacy."
|
||||
description="Discover our curated selection of organic skincare products. Over 50,000+ customers trust our formulations for visible results in just 2-3 weeks. Each product is carefully crafted with pure botanical ingredients for maximum efficacy."
|
||||
tag="100% Organic"
|
||||
tagIcon={Leaf}
|
||||
textboxLayout="default"
|
||||
@@ -151,6 +151,20 @@ export default function LandingPage() {
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Customer testimonial" }
|
||||
]}
|
||||
/>
|
||||
<TestimonialCardFifteen
|
||||
testimonial="As someone with sensitive skin, I was skeptical about trying new products. Valen Organics has been a game-changer for me. After two weeks, my redness and irritation have significantly decreased. Finally, a skincare line that actually respects my skin's needs!"
|
||||
rating={5}
|
||||
author="Emma Rodriguez, Sensitive Skin Specialist"
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Emma Rodriguez" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Customer testimonial" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Customer testimonial" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Customer testimonial" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
|
||||
Reference in New Issue
Block a user