From 7ff676418d4447ba4e121db932943a40e5ad28af Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 20:29:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7982353..a67b6ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,17 +129,17 @@ export default function LandingPage() { { title: "Ethically Sourced Materials", description: "Every gemstone and precious metal is responsibly sourced, ensuring both beauty and conscience.", imageSrc: - "http://img.b2bpic.net/free-photo/gold-ring_1203-2734.jpg", imageAlt: "Ethically sourced diamond ring", buttonIcon: Shield, + "http://img.b2bpic.net/free-photo/gold-ring_1203-2734.jpg?_wi=1", imageAlt: "Ethically sourced diamond ring", buttonIcon: Shield, }, { title: "Expert Craftsmanship", description: "Our master artisans have decades of experience creating intricate, detailed jewelry pieces.", imageSrc: - "http://img.b2bpic.net/free-photo/still-life-aesthetic-earrings_23-2149649179.jpg", imageAlt: "Expert crafted jewelry earrings", buttonIcon: Sparkles, + "http://img.b2bpic.net/free-photo/still-life-aesthetic-earrings_23-2149649179.jpg?_wi=1", imageAlt: "Expert crafted jewelry earrings", buttonIcon: Sparkles, }, { title: "Lifetime Guarantee", description: "Every piece comes with a comprehensive warranty and lifetime support for repairs and maintenance.", imageSrc: - "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-blue-suit-gray_158538-11096.jpg", imageAlt: "Premium luxury bracelet", buttonIcon: Award, + "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-blue-suit-gray_158538-11096.jpg?_wi=1", imageAlt: "Premium luxury bracelet", buttonIcon: Award, }, ]} textboxLayout="default" @@ -171,15 +171,15 @@ export default function LandingPage() { products={[ { id: "ring-001", name: "Diamond Promise Ring", price: "PKR 85,000", imageSrc: - "http://img.b2bpic.net/free-photo/gold-ring_1203-2734.jpg", imageAlt: "Elegant diamond ring", isFavorited: false, + "http://img.b2bpic.net/free-photo/gold-ring_1203-2734.jpg?_wi=2", imageAlt: "Elegant diamond ring", isFavorited: false, }, { id: "earrings-001", name: "Pearl Elegance Earrings", price: "PKR 42,000", imageSrc: - "http://img.b2bpic.net/free-photo/still-life-aesthetic-earrings_23-2149649179.jpg", imageAlt: "Pearl drop earrings", isFavorited: false, + "http://img.b2bpic.net/free-photo/still-life-aesthetic-earrings_23-2149649179.jpg?_wi=2", imageAlt: "Pearl drop earrings", isFavorited: false, }, { id: "bracelet-001", name: "Gold Link Bracelet", price: "PKR 65,000", imageSrc: - "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-blue-suit-gray_158538-11096.jpg", imageAlt: "Gold link bracelet", isFavorited: false, + "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-blue-suit-gray_158538-11096.jpg?_wi=2", imageAlt: "Gold link bracelet", isFavorited: false, }, { id: "necklace-001", name: "Sapphire Pendant Necklace", price: "PKR 95,000", imageSrc: -- 2.49.1