diff --git a/src/app/page.tsx b/src/app/page.tsx index 4129963..355470e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,11 +89,11 @@ export default function GoldCentrePage() { tagAnimation="blur-reveal" products={[ { - id: "rings", name: "Gold Rings", price: "Starting at 50,000 sum", imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-with-red-manicure-two-rings-fingers-beautiful-green-palm-leaf-tropical-gray-wall_343596-3247.jpg", imageAlt: "Premium gold rings collection"}, + id: "rings", name: "Gold Rings", price: "Starting at 50,000 sum", imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-with-red-manicure-two-rings-fingers-beautiful-green-palm-leaf-tropical-gray-wall_343596-3247.jpg?_wi=1", imageAlt: "Premium gold rings collection"}, { - id: "wedding-rings", name: "Wedding Rings", price: "Starting at 150,000 sum", imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-with-red-manicure-two-rings-fingers-beautiful-green-palm-leaf-tropical-gray-wall_343596-3247.jpg", imageAlt: "Luxury wedding rings"}, + id: "wedding-rings", name: "Wedding Rings", price: "Starting at 150,000 sum", imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-with-red-manicure-two-rings-fingers-beautiful-green-palm-leaf-tropical-gray-wall_343596-3247.jpg?_wi=2", imageAlt: "Luxury wedding rings"}, { - id: "necklaces", name: "Necklaces", price: "Starting at 75,000 sum", imageSrc: "http://img.b2bpic.net/free-photo/charming-girl-stands-ballcony_8353-5669.jpg", imageAlt: "Elegant gold necklaces"}, + id: "necklaces", name: "Necklaces", price: "Starting at 75,000 sum", imageSrc: "http://img.b2bpic.net/free-photo/charming-girl-stands-ballcony_8353-5669.jpg?_wi=1", imageAlt: "Elegant gold necklaces"}, { id: "bracelets", name: "Bracelets", price: "Starting at 60,000 sum", imageSrc: "http://img.b2bpic.net/free-photo/portrait-relaxing-calm-woman-yellow-summer-dress-lies-edge-blue-swimming-pool-wearing-trendy-sea-shell-necklace_343596-3590.jpg", imageAlt: "Premium gold bracelets"}, { @@ -117,15 +117,15 @@ export default function GoldCentrePage() { tagAnimation="blur-reveal" features={[ { - id: "selection", title: "Large Selection", description: "Over 1000 pieces in stock including rings, necklaces, bracelets, earrings, and exclusive custom designs tailored to your preferences.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-girls-shop-having-fun_23-2147669960.jpg", imageAlt: "Luxury jewelry store interior"}, + id: "selection", title: "Large Selection", description: "Over 1000 pieces in stock including rings, necklaces, bracelets, earrings, and exclusive custom designs tailored to your preferences.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-girls-shop-having-fun_23-2147669960.jpg?_wi=1", imageAlt: "Luxury jewelry store interior"}, { - id: "trusted", title: "Trusted Local Store", description: "Serving Tashkent for over a decade with 4.4-star ratings from 149 verified customers who trust our expertise and service.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-girls-shop-having-fun_23-2147669960.jpg", imageAlt: "Premium jewelry display"}, + id: "trusted", title: "Trusted Local Store", description: "Serving Tashkent for over a decade with 4.4-star ratings from 149 verified customers who trust our expertise and service.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-girls-shop-having-fun_23-2147669960.jpg?_wi=2", imageAlt: "Premium jewelry display"}, { - id: "design", title: "Elegant Designs", description: "Modern and classic designs crafted by skilled artisans. From contemporary styles to timeless pieces, we have options for every taste.", imageSrc: "http://img.b2bpic.net/free-photo/charming-girl-stands-ballcony_8353-5669.jpg", imageAlt: "Designer gold jewelry"}, + id: "design", title: "Elegant Designs", description: "Modern and classic designs crafted by skilled artisans. From contemporary styles to timeless pieces, we have options for every taste.", imageSrc: "http://img.b2bpic.net/free-photo/charming-girl-stands-ballcony_8353-5669.jpg?_wi=2", imageAlt: "Designer gold jewelry"}, { - id: "quality", title: "High-Quality Gold", description: "All our gold jewelry meets international standards. We use genuine, certified materials ensuring your investment's value and longevity.", imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-with-red-manicure-two-rings-fingers-beautiful-green-palm-leaf-tropical-gray-wall_343596-3247.jpg", imageAlt: "Quality gold pieces"}, + id: "quality", title: "High-Quality Gold", description: "All our gold jewelry meets international standards. We use genuine, certified materials ensuring your investment's value and longevity.", imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-with-red-manicure-two-rings-fingers-beautiful-green-palm-leaf-tropical-gray-wall_343596-3247.jpg?_wi=3", imageAlt: "Quality gold pieces"}, { - id: "service", title: "Friendly Service", description: "Our knowledgeable team is dedicated to helping you find the perfect piece. We offer personalized consultation and after-sales support.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-girls-shop-having-fun_23-2147669960.jpg", imageAlt: "Expert jewelry consultation"}, + id: "service", title: "Friendly Service", description: "Our knowledgeable team is dedicated to helping you find the perfect piece. We offer personalized consultation and after-sales support.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-girls-shop-having-fun_23-2147669960.jpg?_wi=3", imageAlt: "Expert jewelry consultation"}, ]} gridVariant="bento-grid" animationType="slide-up" @@ -172,7 +172,7 @@ export default function GoldCentrePage() { tagAnimation="blur-reveal" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/pretty-girls-shop-having-fun_23-2147669960.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pretty-girls-shop-having-fun_23-2147669960.jpg?_wi=4" imageAlt="Gold Centre jewelry store location" mediaAnimation="slide-up" mediaPosition="right" @@ -185,7 +185,7 @@ export default function GoldCentrePage() {