From ef20dcbe4463bf5e92a37ef4de1f9177ad6cd946 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 14:10:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8fbe75f..d38eca0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,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" @@ -78,7 +78,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" @@ -99,15 +99,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, @@ -131,15 +131,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" @@ -269,7 +269,7 @@ export default function LandingPage() {