diff --git a/src/app/page.tsx b/src/app/page.tsx index 168dc73..edbba64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-transparent-glass_23-2150329680.jpg", imageAlt: "Luxury gold jewelry collection" }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-33672.jpg", imageAlt: "Premium gold rings showcase" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-33672.jpg?_wi=1", imageAlt: "Premium gold rings showcase" } ]} mediaAnimation="opacity" @@ -77,7 +77,7 @@ export default function LandingPage() { { text: "Our Craft", href: "#features" } ]} buttonAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/peeling-silver-ring-witn-equipment_114579-12262.jpg" + imageSrc="http://img.b2bpic.net/free-photo/peeling-silver-ring-witn-equipment_114579-12262.jpg?_wi=1" imageAlt="Master jeweler at work" useInvertedBackground={true} ariaLabel="About section - Our story" @@ -98,15 +98,15 @@ export default function LandingPage() { products={[ { id: "ring-1", brand: "Ahsan Razzaq", name: "Diamond Engagement Ring", price: "PKR 85,000", rating: 5, - reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-33672.jpg", imageAlt: "Diamond engagement ring" + reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-33672.jpg?_wi=2", imageAlt: "Diamond engagement ring" }, { id: "necklace-1", brand: "Ahsan Razzaq", name: "Gold Pendant Necklace", price: "PKR 45,000", rating: 5, - reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/reflection-background-gold-pendant-precious-glass_1400-34.jpg", imageAlt: "Gold pendant necklace" + reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/reflection-background-gold-pendant-precious-glass_1400-34.jpg?_wi=1", imageAlt: "Gold pendant necklace" }, { id: "bracelet-1", brand: "Ahsan Razzaq", name: "Diamond Bracelet", price: "PKR 65,000", rating: 5, - reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635263.jpg", imageAlt: "Premium diamond bracelet" + reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635263.jpg?_wi=1", imageAlt: "Premium diamond bracelet" }, { id: "earrings-1", brand: "Ahsan Razzaq", name: "Gold Stud Earrings", price: "PKR 28,000", rating: 5, @@ -130,15 +130,15 @@ export default function LandingPage() { features={[ { id: "feature-1", title: "Authentic Craftsmanship", author: "Master Artisans", description: "Every piece is handcrafted by skilled artisans with decades of experience, ensuring unmatched quality and uniqueness.", tags: ["Handmade", "Quality", "Expertise"], - imageSrc: "http://img.b2bpic.net/free-photo/peeling-silver-ring-witn-equipment_114579-12262.jpg", imageAlt: "Master jeweler crafting jewelry" + imageSrc: "http://img.b2bpic.net/free-photo/peeling-silver-ring-witn-equipment_114579-12262.jpg?_wi=2", imageAlt: "Master jeweler crafting jewelry" }, { id: "feature-2", title: "Premium Materials", author: "Certified Gold", description: "We source only the finest gold, diamonds, and gemstones from certified suppliers to guarantee authenticity and brilliance.", tags: ["Certified", "Authentic", "Premium"], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-33672.jpg", imageAlt: "Premium gold collection" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-33672.jpg?_wi=3", imageAlt: "Premium gold collection" }, { id: "feature-3", title: "Lifetime Warranty", author: "Peace of Mind", description: "Every purchase comes with our lifetime warranty covering craftsmanship defects, because your satisfaction is our priority.", tags: ["Warranty", "Service", "Support"], - imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635263.jpg", imageAlt: "Quality assured jewelry" + imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635263.jpg?_wi=2", imageAlt: "Quality assured jewelry" } ]} ariaLabel="Features and benefits section" @@ -268,7 +268,7 @@ export default function LandingPage() {