3 Commits

Author SHA1 Message Date
387bec276a Update src/app/page.tsx 2026-03-07 15:32:40 +00:00
8d789ed66b Merge version_2 into main
Merge version_2 into main
2026-03-05 00:19:18 +00:00
e27008c47f Update src/app/page.tsx 2026-03-05 00:19:14 +00:00

View File

@@ -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">