diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0b35d0e..8e38112 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -67,7 +67,7 @@ export default function AboutPage() { icon: Gem, }, ]} - 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=3" imageAlt="Skilled jewelry craftsman at work" mediaAnimation="blur-reveal" imagePosition="right" @@ -89,7 +89,7 @@ export default function AboutPage() { description: "Every piece undergoes rigorous quality checks to ensure it meets our exacting standards and brings joy to our customers", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509248.jpg", + "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509248.jpg?_wi=2", imageAlt: "Commitment to premium quality", }, { @@ -98,7 +98,7 @@ export default function AboutPage() { description: "We believe in understanding each customer's unique needs and creating custom designs that tell their personal story", imageSrc: - "http://img.b2bpic.net/free-photo/sewing-buttons_23-2148146005.jpg", + "http://img.b2bpic.net/free-photo/sewing-buttons_23-2148146005.jpg?_wi=3", imageAlt: "Personalized jewelry design service", }, { @@ -107,7 +107,7 @@ export default function AboutPage() { description: "Our reputation is built on trust and long-term relationships with our customers, many of whom have been with us for decades", imageSrc: - "http://img.b2bpic.net/free-photo/jeweler-working-his-workshop-cutting-gold-ring-with-saw_181624-55539.jpg", + "http://img.b2bpic.net/free-photo/jeweler-working-his-workshop-cutting-gold-ring-with-saw_181624-55539.jpg?_wi=4", imageAlt: "Community and trust in jewelry", }, ]} @@ -130,7 +130,7 @@ export default function AboutPage() { title: "Years of Heritage", description: "Serving generations with integrity and exceptional craftsmanship", imageSrc: - "http://img.b2bpic.net/free-photo/precious-stones-processing_169016-3325.jpg", + "http://img.b2bpic.net/free-photo/precious-stones-processing_169016-3325.jpg?_wi=2", imageAlt: "Jewelry heritage and craftsmanship", }, { @@ -139,7 +139,7 @@ export default function AboutPage() { title: "Families Served", description: "Creating memories through beautiful jewelry for life's most precious moments", imageSrc: - "http://img.b2bpic.net/free-photo/pleasant-looking-afro-american-female-with-broad-smile-holds-mug-coffee-tea-enjoys-break-after-hard-working-day_273609-3085.jpg", + "http://img.b2bpic.net/free-photo/pleasant-looking-afro-american-female-with-broad-smile-holds-mug-coffee-tea-enjoys-break-after-hard-working-day_273609-3085.jpg?_wi=2", imageAlt: "Happy families and satisfied customers", }, ]} diff --git a/src/app/collection/page.tsx b/src/app/collection/page.tsx index eed97bc..7ed730a 100644 --- a/src/app/collection/page.tsx +++ b/src/app/collection/page.tsx @@ -49,7 +49,7 @@ export default function CollectionPage() { name: "Gold Bridal Necklace with Diamonds", price: "₹45,000", imageSrc: - "http://img.b2bpic.net/free-photo/bright-engagement-gold-shiny-love-macro_1400-32.jpg", + "http://img.b2bpic.net/free-photo/bright-engagement-gold-shiny-love-macro_1400-32.jpg?_wi=1", imageAlt: "Gold bridal necklace with diamond pendant", }, { @@ -57,7 +57,7 @@ export default function CollectionPage() { name: "Traditional Gold Bangle Set", price: "₹38,000", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-hand-young-woman-street_1301-4773.jpg", + "http://img.b2bpic.net/free-photo/close-up-hand-young-woman-street_1301-4773.jpg?_wi=1", imageAlt: "Traditional gold bangle set", }, { @@ -73,7 +73,7 @@ export default function CollectionPage() { name: "Emerald Drop Earrings", price: "₹28,000", imageSrc: - "http://img.b2bpic.net/free-photo/attractive-young-woman-with-blonde-hair-stylish-white-dress-sits-luxurious-sofa_132075-8134.jpg", + "http://img.b2bpic.net/free-photo/attractive-young-woman-with-blonde-hair-stylish-white-dress-sits-luxurious-sofa_132075-8134.jpg?_wi=1", imageAlt: "Emerald drop earrings", }, { @@ -137,7 +137,7 @@ export default function CollectionPage() { name: "Diamond Stud Earrings", price: "₹30,000", imageSrc: - "http://img.b2bpic.net/free-photo/attractive-young-woman-with-blonde-hair-stylish-white-dress-sits-luxurious-sofa_132075-8134.jpg", + "http://img.b2bpic.net/free-photo/attractive-young-woman-with-blonde-hair-stylish-white-dress-sits-luxurious-sofa_132075-8134.jpg?_wi=2", imageAlt: "Diamond stud earrings", }, { @@ -145,7 +145,7 @@ export default function CollectionPage() { name: "Gold Pendant Necklace", price: "₹36,000", imageSrc: - "http://img.b2bpic.net/free-photo/bright-engagement-gold-shiny-love-macro_1400-32.jpg", + "http://img.b2bpic.net/free-photo/bright-engagement-gold-shiny-love-macro_1400-32.jpg?_wi=2", imageAlt: "Gold pendant necklace", }, { @@ -153,7 +153,7 @@ export default function CollectionPage() { name: "Luxury Gold Bracelet", price: "₹48,000", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-hand-young-woman-street_1301-4773.jpg", + "http://img.b2bpic.net/free-photo/close-up-hand-young-woman-street_1301-4773.jpg?_wi=2", imageAlt: "Luxury gold bracelet", }, { diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ef7a514..42dac74 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -48,7 +48,7 @@ export default function ContactPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/couple-jewelry-shop-choosing-necklace-together_1303-30656.jpg" + imageSrc="http://img.b2bpic.net/free-photo/couple-jewelry-shop-choosing-necklace-together_1303-30656.jpg?_wi=2" mediaAnimation="opacity" mediaPosition="right" inputPlaceholder="Enter your email" @@ -71,7 +71,7 @@ export default function ContactPage() { testimonial: "The craftsmanship is absolutely stunning! My bridal jewelry was perfectly designed according to my vision. Highly recommend!", imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Priya Sharma", }, { @@ -81,7 +81,7 @@ export default function ContactPage() { testimonial: "Exceptional quality and authentic materials. The team is very professional. Best jewelry shop in Samastipur!", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", + "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "Rajesh Kumar", }, { @@ -91,7 +91,7 @@ export default function ContactPage() { testimonial: "Been a customer for 5 years now. Their designs are timeless and the customer service is impeccable. Worth every penny!", imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4", imageAlt: "Anjali Gupta", }, { @@ -101,7 +101,7 @@ export default function ContactPage() { testimonial: "The attention to detail is incredible. My engagement ring is perfect and exactly what I imagined. Thank you!", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", + "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=4", imageAlt: "Vikram Singh", }, { @@ -111,7 +111,7 @@ export default function ContactPage() { testimonial: "Beautiful collection with authentic designs. The staff is knowledgeable and helps you find exactly what you're looking for.", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg", + "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg?_wi=2", imageAlt: "Neha Verma", }, { @@ -121,7 +121,7 @@ export default function ContactPage() { testimonial: "Outstanding craftsmanship and genuine materials. I've recommended them to all my friends and family. They never disappoint!", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Arjun Patel", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 2edab4c..d905d68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function HomePage() { }, { imageSrc: - "http://img.b2bpic.net/free-photo/jeweler-working-his-workshop-cutting-gold-ring-with-saw_181624-55539.jpg", + "http://img.b2bpic.net/free-photo/jeweler-working-his-workshop-cutting-gold-ring-with-saw_181624-55539.jpg?_wi=1", imageAlt: "Traditional jewelry craftsmanship", }, ]} @@ -101,7 +101,7 @@ export default function HomePage() { icon: Gem, }, ]} - 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="Skilled jewelry craftsman at work" mediaAnimation="blur-reveal" imagePosition="right" @@ -123,7 +123,7 @@ export default function HomePage() { description: "Each piece is handcrafted by master artisans with decades of experience in traditional jewelry making techniques", imageSrc: - "http://img.b2bpic.net/free-photo/sewing-buttons_23-2148146005.jpg", + "http://img.b2bpic.net/free-photo/sewing-buttons_23-2148146005.jpg?_wi=1", imageAlt: "Heritage jewelry craftsmanship", }, { @@ -132,7 +132,7 @@ export default function HomePage() { description: "We use only certified genuine gold, silver, and authentic gemstones with verified authenticity certificates", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509248.jpg", + "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509248.jpg?_wi=1", imageAlt: "Premium quality gemstones", }, { @@ -141,7 +141,7 @@ export default function HomePage() { description: "Enjoy lifetime maintenance, cleaning, and repair services for all jewelry purchased from our store", imageSrc: - "http://img.b2bpic.net/free-photo/sewing-buttons_23-2148146005.jpg", + "http://img.b2bpic.net/free-photo/sewing-buttons_23-2148146005.jpg?_wi=2", imageAlt: "Lifetime jewelry support services", }, ]} @@ -164,7 +164,7 @@ export default function HomePage() { title: "Years in Business", description: "Serving customers with integrity and excellence since 1985", imageSrc: - "http://img.b2bpic.net/free-photo/precious-stones-processing_169016-3325.jpg", + "http://img.b2bpic.net/free-photo/precious-stones-processing_169016-3325.jpg?_wi=1", imageAlt: "Jewelry craft heritage", }, { @@ -173,7 +173,7 @@ export default function HomePage() { title: "Happy Customers", description: "Satisfied families celebrating their precious moments with our jewelry", imageSrc: - "http://img.b2bpic.net/free-photo/pleasant-looking-afro-american-female-with-broad-smile-holds-mug-coffee-tea-enjoys-break-after-hard-working-day_273609-3085.jpg", + "http://img.b2bpic.net/free-photo/pleasant-looking-afro-american-female-with-broad-smile-holds-mug-coffee-tea-enjoys-break-after-hard-working-day_273609-3085.jpg?_wi=1", imageAlt: "Happy customers community", }, ]} @@ -197,7 +197,7 @@ export default function HomePage() { testimonial: "The craftsmanship is absolutely stunning! My bridal jewelry was perfectly designed according to my vision. Highly recommend for any occasion!", imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Priya Sharma", }, { @@ -207,7 +207,7 @@ export default function HomePage() { testimonial: "Exceptional quality and authentic materials. The team is very professional and delivered exactly what was promised. Best jewelry shop in Samastipur!", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", + "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Rajesh Kumar", }, { @@ -217,7 +217,7 @@ export default function HomePage() { testimonial: "Been a customer for 5 years now. Their designs are timeless and the customer service is impeccable. Worth every penny!", imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Anjali Gupta", }, { @@ -227,7 +227,7 @@ export default function HomePage() { testimonial: "The attention to detail is incredible. My engagement ring is perfect and exactly what I imagined. Thank you for making my moment special!", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", + "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Vikram Singh", }, { @@ -237,7 +237,7 @@ export default function HomePage() { testimonial: "Beautiful collection with authentic designs. The staff is knowledgeable and helps you find exactly what you're looking for. Highly satisfied!", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg", + "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg?_wi=1", imageAlt: "Neha Verma", }, { @@ -247,7 +247,7 @@ export default function HomePage() { testimonial: "Outstanding craftsmanship and genuine materials. I've recommended them to all my friends and family. They never disappoint!", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Arjun Patel", }, ]} @@ -267,7 +267,7 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/couple-jewelry-shop-choosing-necklace-together_1303-30656.jpg" + imageSrc="http://img.b2bpic.net/free-photo/couple-jewelry-shop-choosing-necklace-together_1303-30656.jpg?_wi=1" mediaAnimation="opacity" mediaPosition="right" inputPlaceholder="Enter your email"