Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-04 05:59:14 +00:00

View File

@@ -53,7 +53,7 @@ export default function HomePage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-applying-face-cream_23-2152029130.jpg", imageAlt: "Face cream application"},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-slugging-night-routine_23-2150396588.jpg", imageAlt: "Hair care mask"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-slugging-night-routine_23-2150396588.jpg?_wi=1", imageAlt: "Hair care mask"},
{
imageSrc: "http://img.b2bpic.net/free-photo/luxury-perfume-fragrance-bottle_116380-80.jpg", imageAlt: "Perfume bottle"},
]}
@@ -127,7 +127,7 @@ export default function HomePage() {
{
id: "11", name: "Men's Moisturizer", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/man-applying-face-cream-home_1303-32255.jpg", imageAlt: "Men's Moisturizer"},
{
id: "12", name: "Hair Styling Cream", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-slugging-night-routine_23-2150396588.jpg", imageAlt: "Hair Styling Cream"},
id: "12", name: "Hair Styling Cream", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-slugging-night-routine_23-2150396588.jpg?_wi=2", imageAlt: "Hair Styling Cream"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"