Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 12:29:34 +00:00
2 changed files with 1371 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/colorful-soft-marshmallows-glass-jar-high-quality-photo_114579-35975.jpg", imageAlt: "Artisan handcrafting crystal details"},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-bathroom-cleaning-products_23-2150829690.jpg", imageAlt: "Finished golden crystal soap dispenser"},
imageSrc: "http://img.b2bpic.net/free-photo/still-life-bathroom-cleaning-products_23-2150829690.jpg?_wi=1", imageAlt: "Finished golden crystal soap dispenser"},
],
},
{
@@ -50,18 +50,18 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/flowers-frozen-ice-cubes-white-surface_114579-29817.jpg", imageAlt: "Durable crystal quality showcase"},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-eco-friendly-cleaning-products-set_23-2148818485.jpg", imageAlt: "Golden crystal vanity tray collection"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-eco-friendly-cleaning-products-set_23-2148818485.jpg?_wi=1", imageAlt: "Golden crystal vanity tray collection"},
],
},
];
const productItems = [
{
id: "1", name: "Golden Crystal Soap Dispenser", price: "$189.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-bathroom-cleaning-products_23-2150829690.jpg", imageAlt: "Luxury golden crystal soap dispenser"},
id: "1", name: "Golden Crystal Soap Dispenser", price: "$189.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-bathroom-cleaning-products_23-2150829690.jpg?_wi=2", imageAlt: "Luxury golden crystal soap dispenser"},
{
id: "2", name: "Silver Crystal Toothbrush Holder", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-purple-green-cocktail-garnished-with-lemon-zest_140725-6017.jpg", imageAlt: "Premium silver crystal toothbrush holder"},
{
id: "3", name: "Golden Crystal Mirror Tray", price: "$229.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-eco-friendly-cleaning-products-set_23-2148818485.jpg", imageAlt: "Elegant golden crystal vanity tray"},
id: "3", name: "Golden Crystal Mirror Tray", price: "$229.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-eco-friendly-cleaning-products-set_23-2148818485.jpg?_wi=2", imageAlt: "Elegant golden crystal vanity tray"},
{
id: "4", name: "Silver Crystal Towel Bar", price: "$279.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-crystal-glasses-with-embossed-pattern-wooden-surface_140725-12793.jpg", imageAlt: "Luxury silver crystal towel bar"},
];