Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-01 23:13:38 +00:00

View File

@@ -82,7 +82,7 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardFour
title="Hero Products"
description="Our bestselling skincare essentials trusted by thousands of customers worldwide"
description="Our bestselling skincare essentials trusted by thousands of customers worldwide. Discover our signature collection designed to transform your skincare routine with our innovative two-column display."
tag="Best Sellers"
tagIcon={Award}
products={[
@@ -94,9 +94,12 @@ export default function LandingPage() {
},
{
id: "cleanser-001", name: "Gentle Cleansing Gel", price: "$38", variant: "200ml • Purifying", imageSrc: "http://img.b2bpic.net/free-photo/bottle-with-skincare-product_23-2147710586.jpg?_wi=1", imageAlt: "Cleansing gel"
},
{
id: "toner-001", name: "Balancing Facial Toner", price: "$42", variant: "150ml • Clarifying", imageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-wooden-bowls_23-2148268453.jpg", imageAlt: "Facial toner"
}
]}
gridVariant="three-columns-all-equal-width"
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}