Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-02 21:11:47 +00:00

View File

@@ -59,53 +59,53 @@ export default function LandingPage() {
description="Hand-harvested lavender and rosemary, cold-pressed and suspended in a lightweight botanical serum. Skin that remembers the earth."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149292045.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149292045.jpg?_wi=1",
imageAlt: "Botanical serum bottle",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/spa-beauty-treatment-copy-space_23-2148677964.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/spa-beauty-treatment-copy-space_23-2148677964.jpg?_wi=1",
imageAlt: "Lavender Face Serum",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-with-beauty-products_23-2149440673.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-with-beauty-products_23-2149440673.jpg?_wi=1",
imageAlt: "Botanical Face Oil",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-skincare-products-with-copy-space_23-2148317672.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-skincare-products-with-copy-space_23-2148317672.jpg?_wi=1",
imageAlt: "Gentle Cream Cleanser",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-petals-with-paper-clean-palette_23-2148143527.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-petals-with-paper-clean-palette_23-2148143527.jpg?_wi=1",
imageAlt: "Rose Toning Mist",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-hand-holding-face-cream-container_23-2148213310.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-hand-holding-face-cream-container_23-2148213310.jpg?_wi=1",
imageAlt: "Night Recovery Balm",
},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149292045.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149292045.jpg?_wi=2",
imageAlt: "Botanical serum focus",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-vanity-kit-arrangement_23-2149879943.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-vanity-kit-arrangement_23-2149879943.jpg?_wi=1",
imageAlt: "Discovery Kit",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/spa-beauty-treatment-copy-space_23-2148677964.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/spa-beauty-treatment-copy-space_23-2148677964.jpg?_wi=2",
imageAlt: "Serum texture",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-with-beauty-products_23-2149440673.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-with-beauty-products_23-2149440673.jpg?_wi=2",
imageAlt: "Oil detail",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-skincare-products-with-copy-space_23-2148317672.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-skincare-products-with-copy-space_23-2148317672.jpg?_wi=2",
imageAlt: "Cleanser texture",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-petals-with-paper-clean-palette_23-2148143527.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-petals-with-paper-clean-palette_23-2148143527.jpg?_wi=2",
imageAlt: "Mist fine spray",
},
]}
@@ -183,7 +183,7 @@ export default function LandingPage() {
price: "$64",
rating: 5,
reviewCount: "124",
imageSrc: "http://img.b2bpic.net/free-photo/spa-beauty-treatment-copy-space_23-2148677964.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/spa-beauty-treatment-copy-space_23-2148677964.jpg?_wi=3",
},
{
id: "p2",
@@ -192,7 +192,7 @@ export default function LandingPage() {
price: "$78",
rating: 5,
reviewCount: "89",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-with-beauty-products_23-2149440673.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-with-beauty-products_23-2149440673.jpg?_wi=3",
},
{
id: "p3",
@@ -201,7 +201,7 @@ export default function LandingPage() {
price: "$42",
rating: 4,
reviewCount: "56",
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-skincare-products-with-copy-space_23-2148317672.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-skincare-products-with-copy-space_23-2148317672.jpg?_wi=3",
},
{
id: "p4",
@@ -210,7 +210,7 @@ export default function LandingPage() {
price: "$38",
rating: 5,
reviewCount: "42",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-petals-with-paper-clean-palette_23-2148143527.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-petals-with-paper-clean-palette_23-2148143527.jpg?_wi=3",
},
{
id: "p5",
@@ -219,7 +219,7 @@ export default function LandingPage() {
price: "$58",
rating: 5,
reviewCount: "71",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-hand-holding-face-cream-container_23-2148213310.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-hand-holding-face-cream-container_23-2148213310.jpg?_wi=2",
},
{
id: "p6",
@@ -228,7 +228,7 @@ export default function LandingPage() {
price: "$168",
rating: 5,
reviewCount: "205",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-vanity-kit-arrangement_23-2149879943.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-vanity-kit-arrangement_23-2149879943.jpg?_wi=2",
},
]}
title="FARUK Essentials"
@@ -275,7 +275,7 @@ export default function LandingPage() {
role: "Creative Director",
company: "Paris",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/spa-beauty-treatment-copy-space_23-2148677964.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/spa-beauty-treatment-copy-space_23-2148677964.jpg?_wi=4",
},
{
id: "t2",
@@ -283,7 +283,7 @@ export default function LandingPage() {
role: "Architect",
company: "London",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-with-beauty-products_23-2149440673.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-eucalyptus-with-beauty-products_23-2149440673.jpg?_wi=4",
},
{
id: "t3",
@@ -291,7 +291,7 @@ export default function LandingPage() {
role: "Designer",
company: "Tokyo",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-skincare-products-with-copy-space_23-2148317672.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-skincare-products-with-copy-space_23-2148317672.jpg?_wi=4",
},
{
id: "t4",
@@ -299,7 +299,7 @@ export default function LandingPage() {
role: "Writer",
company: "Rome",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-petals-with-paper-clean-palette_23-2148143527.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-petals-with-paper-clean-palette_23-2148143527.jpg?_wi=4",
},
{
id: "t5",
@@ -307,7 +307,7 @@ export default function LandingPage() {
role: "Chef",
company: "Provence",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-hand-holding-face-cream-container_23-2148213310.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-hand-holding-face-cream-container_23-2148213310.jpg?_wi=3",
},
]}
title="Loved by Nature"