Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-17 02:39:35 +00:00

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307344.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307344.jpg?_wi=1",
imageAlt: "Hero slide 1",
},
{
@@ -108,13 +108,13 @@ export default function LandingPage() {
id: "p1",
name: "Hydrating Cream",
price: "$45",
imageSrc: "http://img.b2bpic.net/free-photo/red-glass-bottle-with-purple-pump-beauty-products_187299-47312.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/red-glass-bottle-with-purple-pump-beauty-products_187299-47312.jpg?_wi=1",
},
{
id: "p2",
name: "Organic Serum",
price: "$60",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-floating-water_23-2150963081.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-floating-water_23-2150963081.jpg?_wi=1",
},
{
id: "p3",
@@ -179,7 +179,7 @@ export default function LandingPage() {
},
items: [],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307344.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307344.jpg?_wi=2",
imageAlt: "natural beauty ingredients flatlay",
},
{
@@ -191,7 +191,7 @@ export default function LandingPage() {
},
items: [],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/red-glass-bottle-with-purple-pump-beauty-products_187299-47312.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/red-glass-bottle-with-purple-pump-beauty-products_187299-47312.jpg?_wi=2",
imageAlt: "natural beauty ingredients flatlay",
},
{
@@ -203,7 +203,7 @@ export default function LandingPage() {
},
items: [],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-floating-water_23-2150963081.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-floating-water_23-2150963081.jpg?_wi=2",
imageAlt: "natural beauty ingredients flatlay",
},
]}