Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-04 02:16:28 +00:00
4 changed files with 20 additions and 20 deletions

View File

@@ -81,7 +81,7 @@ export default function AboutPage() {
textboxLayout="default"
useInvertedBackground={false}
imagePosition="right"
imageSrc="http://img.b2bpic.net/free-photo/jeweler-working-his-workshop-cutting-gold-ring-with-saw_181624-55539.jpg"
imageSrc="http://img.b2bpic.net/free-photo/jeweler-working-his-workshop-cutting-gold-ring-with-saw_181624-55539.jpg?_wi=2"
imageAlt="Master artisan jewelry craftsmanship"
mediaAnimation="opacity"
bulletPoints={[

View File

@@ -87,7 +87,7 @@ export default function CollectionsPage() {
name: "Eternal Elegance Ring",
price: "$2,850",
variant: "18K White Gold | 5 Styles",
imageSrc: "http://img.b2bpic.net/free-photo/jewelry-bright-studio-luxury-love-vintage_1400-30.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/jewelry-bright-studio-luxury-love-vintage_1400-30.jpg?_wi=2",
imageAlt: "Engagement ring",
},
{
@@ -95,7 +95,7 @@ export default function CollectionsPage() {
name: "Luminous Pendant",
price: "$1,950",
variant: "18K Gold | Diamond Center",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490484.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490484.jpg?_wi=2",
imageAlt: "Diamond pendant",
},
{
@@ -103,7 +103,7 @@ export default function CollectionsPage() {
name: "Heritage Earrings",
price: "$1,450",
variant: "Stud Design | 3 Finishes",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-woman-romantic-elegant-pink-long-dress-vacation-luxury-rich-villa-hotel-with-amazing-tropical-palm-trees-view-female-classic-white-hat_343596-2059.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-woman-romantic-elegant-pink-long-dress-vacation-luxury-rich-villa-hotel-with-amazing-tropical-palm-trees-view-female-classic-white-hat_343596-2059.jpg?_wi=2",
imageAlt: "Diamond earrings",
},
{
@@ -111,7 +111,7 @@ export default function CollectionsPage() {
name: "Signature Bracelet",
price: "$2,200",
variant: "Mixed Metal | Adjustable",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-young-woman-street_1301-4773.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-young-woman-street_1301-4773.jpg?_wi=2",
imageAlt: "Luxury bracelet",
},
]}

View File

@@ -94,7 +94,7 @@ export default function ContactPage() {
tag="Contact Options"
tagIcon={CheckCircle}
tagAnimation="opacity"
imageSrc="http://img.b2bpic.net/free-photo/rings-necklaces_1162-140.jpg"
imageSrc="http://img.b2bpic.net/free-photo/rings-necklaces_1162-140.jpg?_wi=2"
imageAlt="Contact information showcase"
mediaAnimation="opacity"
mediaPosition="left"

View File

@@ -94,14 +94,14 @@ export default function HomePage() {
handle: "Boutique Owner, Milan",
testimonial: "Leo Pizzo's craftsmanship is unparalleled. Every piece elevates our collection.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg?_wi=1",
},
{
name: "Catherine Dubois",
handle: "Jewelry Curator, Paris",
testimonial: "The quality and design consistency is exceptional. Our clients adore these pieces.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg?_wi=2",
},
]}
testimonialRotationInterval={5000}
@@ -123,7 +123,7 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={true}
imagePosition="right"
imageSrc="http://img.b2bpic.net/free-photo/jeweler-working-his-workshop-cutting-gold-ring-with-saw_181624-55539.jpg"
imageSrc="http://img.b2bpic.net/free-photo/jeweler-working-his-workshop-cutting-gold-ring-with-saw_181624-55539.jpg?_wi=1"
imageAlt="Artisan jewelry craftsmanship"
mediaAnimation="opacity"
bulletPoints={[
@@ -159,7 +159,7 @@ export default function HomePage() {
tag="Premium Services"
tagIcon={CheckCircle}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/rings-necklaces_1162-140.jpg"
imageSrc="http://img.b2bpic.net/free-photo/rings-necklaces_1162-140.jpg?_wi=1"
imageAlt="Luxury jewelry showcase"
mediaAnimation="slide-up"
mediaPosition="left"
@@ -211,7 +211,7 @@ export default function HomePage() {
name: "Eternal Elegance Ring",
price: "$2,850",
variant: "18K White Gold | 5 Styles",
imageSrc: "http://img.b2bpic.net/free-photo/jewelry-bright-studio-luxury-love-vintage_1400-30.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/jewelry-bright-studio-luxury-love-vintage_1400-30.jpg?_wi=1",
imageAlt: "Engagement ring",
},
{
@@ -219,7 +219,7 @@ export default function HomePage() {
name: "Luminous Pendant",
price: "$1,950",
variant: "18K Gold | Diamond Center",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490484.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490484.jpg?_wi=1",
imageAlt: "Diamond pendant",
},
{
@@ -227,7 +227,7 @@ export default function HomePage() {
name: "Heritage Earrings",
price: "$1,450",
variant: "Stud Design | 3 Finishes",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-woman-romantic-elegant-pink-long-dress-vacation-luxury-rich-villa-hotel-with-amazing-tropical-palm-trees-view-female-classic-white-hat_343596-2059.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-woman-romantic-elegant-pink-long-dress-vacation-luxury-rich-villa-hotel-with-amazing-tropical-palm-trees-view-female-classic-white-hat_343596-2059.jpg?_wi=1",
imageAlt: "Diamond earrings",
},
{
@@ -235,7 +235,7 @@ export default function HomePage() {
name: "Signature Bracelet",
price: "$2,200",
variant: "Mixed Metal | Adjustable",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-young-woman-street_1301-4773.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-young-woman-street_1301-4773.jpg?_wi=1",
imageAlt: "Luxury bracelet",
},
]}
@@ -262,7 +262,7 @@ export default function HomePage() {
"Our partnership with Leo Pizzo has transformed our jewelry retail business. The collection diversity and consistent quality have made us a destination for luxury jewelry in our region.",
tag: "Premium Partner",
avatarSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg?_wi=3",
},
{
id: "2",
@@ -273,7 +273,7 @@ export default function HomePage() {
"Working with Leo Pizzo means working with true craftspeople. Every piece tells a story, and our customers recognize and appreciate that authenticity immediately.",
tag: "Retail Partner",
avatarSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg?_wi=4",
},
{
id: "3",
@@ -284,7 +284,7 @@ export default function HomePage() {
"Leo Pizzo offers the perfect balance of luxury, quality, and reasonable wholesale pricing. Our retail partners keep coming back for more.",
tag: "Distributor",
avatarSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg?_wi=5",
},
{
id: "4",
@@ -295,7 +295,7 @@ export default function HomePage() {
"What impresses me most is how Leo Pizzo respects traditional craftsmanship while incorporating contemporary design trends. It's the best of both worlds.",
tag: "Fashion Advisor",
avatarSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg?_wi=6",
},
{
id: "5",
@@ -306,7 +306,7 @@ export default function HomePage() {
"57 years of heritage shows in every detail. Leo Pizzo is more than a supplier; they're a trusted partner in our brand story.",
tag: "Luxury Curator",
avatarSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg?_wi=7",
},
{
id: "6",
@@ -317,7 +317,7 @@ export default function HomePage() {
"From customer service to product delivery, every interaction with Leo Pizzo reflects their commitment to excellence and professional standards.",
tag: "Retail Director",
avatarSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-paying-with-card_1303-30684.jpg?_wi=8",
},
]}
/>