From 4bafde954723f2d0153402e0f87f01a56ac261cc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:54:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c1b599c..56e35d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,11 +50,11 @@ export default function CrystalCodexPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-psd/amethyst-crystal-cluster-raw-purple-gemstone-mineral_632498-55816.jpg", imageAlt: "Mystical amethyst crystal with glowing purple light"}, + imageSrc: "http://img.b2bpic.net/free-psd/amethyst-crystal-cluster-raw-purple-gemstone-mineral_632498-55816.jpg?_wi=1", imageAlt: "Mystical amethyst crystal with glowing purple light"}, { - imageSrc: "http://img.b2bpic.net/free-psd/amethyst-crystal-cluster-raw-purple-gemstone-mineral_632498-55816.jpg", imageAlt: "Floating crystal particles in deep space"}, + imageSrc: "http://img.b2bpic.net/free-psd/amethyst-crystal-cluster-raw-purple-gemstone-mineral_632498-55816.jpg?_wi=2", imageAlt: "Floating crystal particles in deep space"}, { - imageSrc: "http://img.b2bpic.net/free-psd/amethyst-crystal-cluster-raw-purple-gemstone-mineral_632498-55816.jpg", imageAlt: "Dark mystical crystal formation"}, + imageSrc: "http://img.b2bpic.net/free-psd/amethyst-crystal-cluster-raw-purple-gemstone-mineral_632498-55816.jpg?_wi=3", imageAlt: "Dark mystical crystal formation"}, ]} autoplayDelay={5000} showDimOverlay={true} @@ -69,13 +69,13 @@ export default function CrystalCodexPage() { { id: "2", name: "Rose Quartz", price: "Heart Healing", imageSrc: "http://img.b2bpic.net/free-photo/natural-coarse-pink-himalayan-salt-crystal-rocks_53876-101314.jpg", imageAlt: "Rose Quartz crystal - Pink stone of love"}, { - id: "3", name: "Obsidian", price: "Protection Force", imageSrc: "http://img.b2bpic.net/free-photo/numerology-concept-still-life_23-2150171502.jpg", imageAlt: "Obsidian crystal - Black stone of grounding"}, + id: "3", name: "Obsidian", price: "Protection Force", imageSrc: "http://img.b2bpic.net/free-photo/numerology-concept-still-life_23-2150171502.jpg?_wi=1", imageAlt: "Obsidian crystal - Black stone of grounding"}, { id: "4", name: "Citrine", price: "Abundance Attraction", imageSrc: "http://img.b2bpic.net/free-photo/yellow-sugar-candies-marble-table_114579-75860.jpg", imageAlt: "Citrine crystal - Yellow stone of prosperity"}, { id: "5", name: "Labradorite", price: "Transformation Magic", imageSrc: "http://img.b2bpic.net/free-photo/macro-photography-background-with-brightly-colored-glitter_91008-526.jpg", imageAlt: "Labradorite crystal - Iridescent stone of change"}, { - id: "6", name: "Black Tourmaline", price: "Energy Shield", imageSrc: "http://img.b2bpic.net/free-photo/numerology-concept-still-life_23-2150171502.jpg", imageAlt: "Black Tourmaline crystal - Protective stone"}, + id: "6", name: "Black Tourmaline", price: "Energy Shield", imageSrc: "http://img.b2bpic.net/free-photo/numerology-concept-still-life_23-2150171502.jpg?_wi=2", imageAlt: "Black Tourmaline crystal - Protective stone"}, ]} title="Stones of Power" description="Discover our collection of six powerful mineral stones, each with unique properties and mystical significance. Experience the natural beauty and energy of Earth's most treasured crystals." -- 2.49.1