Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 19:19:54 +00:00
2 changed files with 1379 additions and 12 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3963.jpg"
imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3963.jpg?_wi=1"
imageAlt="Luxury custom grillz jewelry showcase"
mediaAnimation="slide-up"
frameStyle="card"
@@ -92,15 +92,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Pereira", name: "Custom Gold Grillz", price: "Starting at $450", rating: 5,
reviewCount: "604+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3963.jpg", imageAlt: "Custom luxury grillz"
reviewCount: "604+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3963.jpg?_wi=2", imageAlt: "Custom luxury grillz"
},
{
id: "2", brand: "Pereira", name: "Premium Chains", price: "Starting at $299", rating: 5,
reviewCount: "604+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chains-pebbles_23-2149836447.jpg", imageAlt: "Luxury gold chains"
reviewCount: "604+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chains-pebbles_23-2149836447.jpg?_wi=1", imageAlt: "Luxury gold chains"
},
{
id: "3", brand: "Pereira", name: "Custom Pendants", price: "Starting at $199", rating: 5,
reviewCount: "604+", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-necklace-jewelry-stand-neck_1339-7947.jpg", imageAlt: "Bespoke custom pendants"
reviewCount: "604+", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-necklace-jewelry-stand-neck_1339-7947.jpg?_wi=1", imageAlt: "Bespoke custom pendants"
}
]}
className="py-20"
@@ -142,10 +142,10 @@ export default function LandingPage() {
title: "Custom Design", description: "Personalize your jewelry with our expert designers. From custom grillz to bespoke pendants, we bring your vision to life.", icon: Palette,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/craftswoman-using-blow-torch-workshop_107420-65293.jpg", imageAlt: "Jewelry design process"
imageSrc: "http://img.b2bpic.net/free-photo/craftswoman-using-blow-torch-workshop_107420-65293.jpg?_wi=1", imageAlt: "Jewelry design process"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-necklace-jewelry-stand-neck_1339-7947.jpg", imageAlt: "Custom pendant showcase"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-necklace-jewelry-stand-neck_1339-7947.jpg?_wi=2", imageAlt: "Custom pendant showcase"
}
]
},
@@ -153,10 +153,10 @@ export default function LandingPage() {
title: "Premium Materials", description: "We use only the finest materials including genuine gold, lab diamonds, and premium metals for lasting quality.", icon: Shield,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chains-pebbles_23-2149836447.jpg", imageAlt: "Premium gold chains"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chains-pebbles_23-2149836447.jpg?_wi=2", imageAlt: "Premium gold chains"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/wedding-rings-with-ornaments_23-2148098862.jpg", imageAlt: "Fine jewelry rings"
imageSrc: "http://img.b2bpic.net/free-photo/wedding-rings-with-ornaments_23-2148098862.jpg?_wi=1", imageAlt: "Fine jewelry rings"
}
]
},
@@ -164,10 +164,10 @@ export default function LandingPage() {
title: "Expert Craftsmanship", description: "Our master jewelers bring decades of experience to every piece, ensuring flawless execution and timeless elegance.", icon: Award,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3963.jpg", imageAlt: "Crafted grillz showcase"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3963.jpg?_wi=3", imageAlt: "Crafted grillz showcase"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/craftswoman-using-blow-torch-workshop_107420-65293.jpg", imageAlt: "Expert jewelry crafting"
imageSrc: "http://img.b2bpic.net/free-photo/craftswoman-using-blow-torch-workshop_107420-65293.jpg?_wi=2", imageAlt: "Expert jewelry crafting"
}
]
},
@@ -175,10 +175,10 @@ export default function LandingPage() {
title: "Personalized Service", description: "Get treated like family. Book a 1:1 appointment to customize your perfect piece with our expert team.", icon: Heart,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-necklace-jewelry-stand-neck_1339-7947.jpg", imageAlt: "Personalized jewelry"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-necklace-jewelry-stand-neck_1339-7947.jpg?_wi=3", imageAlt: "Personalized jewelry"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/wedding-rings-with-ornaments_23-2148098862.jpg", imageAlt: "Custom jewelry service"
imageSrc: "http://img.b2bpic.net/free-photo/wedding-rings-with-ornaments_23-2148098862.jpg?_wi=2", imageAlt: "Custom jewelry service"
}
]
}