Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-23 05:31:17 +00:00

View File

@@ -69,8 +69,7 @@ export default function Page() {
<div id="about" data-section="about" className={`${raleway.variable}`}>
<InlineImageSplitTextAbout
heading={[{ type: "text", content: "Our Philosophy: Nurturing Your Skin Naturally"}]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094185.jpg"
imageAlt="Hands gently touching a plant, symbolizing natural skincare"
description="At Kors Skincare, we believe in the power of nature combined with scientific innovation. Our products are formulated with the purest botanical extracts and advanced ingredients to provide gentle yet effective care, promoting healthy, radiant skin. We prioritize sustainability and ethical sourcing, ensuring that every product not only benefits your skin but also respects our planet."
buttons={[{ text: "Our Commitment", href: "#"}]}
useInvertedBackground={false}
@@ -99,8 +98,8 @@ export default function Page() {
products={[
{ id: "serum-hydra", name: "Hydra-Glow Serum", price: "$59.00", variant: "30ml", imageSrc: "http://img.b2bpic.net/free-photo/hand-sanitizer-gel-copy-space_23-2148758798.jpg", imageAlt: "White minimalist bottle of Hydra-Glow Serum" },
{ id: "cream-rejuvenate", name: "Rejuvenating Day Cream", price: "$48.00", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/beach-skincare-product-still-life_23-2150167939.jpg", imageAlt: "Jar of Rejuvenating Day Cream" },
{ id: "cleanser-pure", name: "Pure Radiance Cleanser", price: "$32.00", variant: "150ml", imageSrc: "http://img.b2bpic.net/free-photo/creams-orange-arrangement_23-2148549149.jpg?_wi=1", imageAlt: "Elegant cleanser bottle with gentle foam" },
{ id: "mask-detox", name: "Detoxifying Clay Mask", price: "$39.00", variant: "100ml", imageSrc: "http://img.b2bpic.net/free-photo/creams-orange-arrangement_23-2148549149.jpg?_wi=2", imageAlt: "Detoxifying Clay Mask" }
{ id: "cleanser-pure", name: "Pure Radiance Cleanser", price: "$32.00", variant: "150ml", imageSrc: "http://img.b2bpic.net/free-photo/creams-orange-arrangement_23-2148549149.jpg", imageAlt: "Elegant cleanser bottle with gentle foam" },
{ id: "mask-detox", name: "Detoxifying Clay Mask", price: "$39.00", variant: "100ml", imageSrc: "http://img.b2bpic.net/free-photo/creams-orange-arrangement_23-2148549149.jpg", imageAlt: "Detoxifying Clay Mask" }
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"