Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-06 02:16:57 +00:00

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/serum-bottle-balanced-smooth-white-stones_9975-135599.jpg", imageAlt: "Premium skincare serum bottle"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-body-cream-arrangement-marble-background_23-2148241866.jpg", imageAlt: "Luxurious moisturizer cream"
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-body-cream-arrangement-marble-background_23-2148241866.jpg?_wi=1", imageAlt: "Luxurious moisturizer cream"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-applying-moisturizer-her-face-bathroom_637285-3386.jpg", imageAlt: "Complete facial care routine"
@@ -91,13 +91,13 @@ export default function LandingPage() {
tag="Best Sellers"
products={[
{
id: "1", name: "Radiance Serum", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047740.jpg", imageAlt: "Radiance Serum bottle"
id: "1", name: "Radiance Serum", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047740.jpg?_wi=1", imageAlt: "Radiance Serum bottle"
},
{
id: "2", name: "Hydra Boost Cream", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-body-cream-arrangement-marble-background_23-2148241866.jpg", imageAlt: "Hydra Boost Cream jar"
id: "2", name: "Hydra Boost Cream", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-body-cream-arrangement-marble-background_23-2148241866.jpg?_wi=2", imageAlt: "Hydra Boost Cream jar"
},
{
id: "3", name: "SPF 50 Protect", price: "$44.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-face-into-shield-makes-spf-protection-from-ray_633478-2418.jpg", imageAlt: "SPF 50 Protect sunscreen"
id: "3", name: "SPF 50 Protect", price: "$44.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-face-into-shield-makes-spf-protection-from-ray_633478-2418.jpg?_wi=1", imageAlt: "SPF 50 Protect sunscreen"
},
]}
gridVariant="three-columns-all-equal-width"
@@ -149,7 +149,7 @@ export default function LandingPage() {
{
id: 1,
title: "Natural Ingredients", description: "Carefully sourced botanical extracts and natural compounds that work in harmony with your skin's natural processes", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047740.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047740.jpg?_wi=2"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/lavender-spa-accessories-arranged-white-surface_9975-133076.jpg"
@@ -158,10 +158,10 @@ export default function LandingPage() {
{
id: 2,
title: "Clinically Proven Results", description: "All our products are dermatologist-tested and formulated to deliver visible results in just weeks", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-body-cream-arrangement-marble-background_23-2148241866.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-body-cream-arrangement-marble-background_23-2148241866.jpg?_wi=3"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-s-face-into-shield-makes-spf-protection-from-ray_633478-2418.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/woman-s-face-into-shield-makes-spf-protection-from-ray_633478-2418.jpg?_wi=2"
},
},
]}