Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-05 13:58:09 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -1422,4 +1422,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -65,17 +65,17 @@ export default function CrystalCodexPage() {
<ProductCardOne
products={[
{
id: "1", name: "Amethyst", price: "Spiritual Clarity", imageSrc: "http://img.b2bpic.net/free-photo/close-up-floating-water_23-2150963066.jpg", imageAlt: "Amethyst crystal - Purple stone of wisdom"},
id: "1", name: "Amethyst", price: "Spiritual Clarity", imageSrc: "http://img.b2bpic.net/free-photo/close-up-floating-water_23-2150963066.jpg", imageAlt: "Purple healing stone known for clarity and spiritual insight"},
{
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: "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: "Pink stone of love and emotional healing energy"},
{
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: "3", name: "Obsidian", price: "Protection Force", imageSrc: "http://img.b2bpic.net/free-photo/numerology-concept-still-life_23-2150171502.jpg?_wi=1", imageAlt: "Black protective stone for grounding and shielding"},
{
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: "4", name: "Citrine", price: "Abundance Attraction", imageSrc: "http://img.b2bpic.net/free-photo/yellow-sugar-candies-marble-table_114579-75860.jpg", imageAlt: "Golden yellow stone of prosperity and manifestation"},
{
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: "5", name: "Labradorite", price: "Transformation Magic", imageSrc: "http://img.b2bpic.net/free-photo/macro-photography-background-with-brightly-colored-glitter_91008-526.jpg", imageAlt: "Iridescent stone of transformation and intuitive power"},
{
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"},
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: "Deep black stone that protects and grounds energy"},
]}
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."
@@ -205,4 +205,4 @@ export default function CrystalCodexPage() {
</div>
</ThemeProvider>
);
}
}