Merge version_1 into main #3

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

View File

@@ -102,10 +102,10 @@ export default function LandingPage() {
title: "Exceptional Sparkle", description: "Our moissanite stones deliver superior brilliance and fire, perfect for making a statement in streetwear culture.", icon: Sparkles,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/macro-photograph-set-diamond_91008-522.jpg", imageAlt: "Moissanite sparkle detail"
imageSrc: "http://img.b2bpic.net/free-photo/macro-photograph-set-diamond_91008-522.jpg?_wi=1", imageAlt: "Moissanite sparkle detail"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/macro-photograph-set-diamond_91008-522.jpg", imageAlt: "Diamond shine comparison"
imageSrc: "http://img.b2bpic.net/free-photo/macro-photograph-set-diamond_91008-522.jpg?_wi=2", imageAlt: "Diamond shine comparison"
}
]
},
@@ -113,10 +113,10 @@ export default function LandingPage() {
title: "Artisan Craftsmanship", description: "Each piece is meticulously crafted by our expert jewelers using premium materials and precise techniques.", icon: Award,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/jeweler-working-his-workshop-cutting-gold-ring-with-saw_181624-55539.jpg", imageAlt: "Jewelry craftsmanship"
imageSrc: "http://img.b2bpic.net/free-photo/jeweler-working-his-workshop-cutting-gold-ring-with-saw_181624-55539.jpg?_wi=1", imageAlt: "Jewelry craftsmanship"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/jeweler-working-his-workshop-cutting-gold-ring-with-saw_181624-55539.jpg", imageAlt: "Artisan jeweler at work"
imageSrc: "http://img.b2bpic.net/free-photo/jeweler-working-his-workshop-cutting-gold-ring-with-saw_181624-55539.jpg?_wi=2", imageAlt: "Artisan jeweler at work"
}
]
}