Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-08 04:52:15 +00:00
4 changed files with 1392 additions and 25 deletions

View File

@@ -128,7 +128,7 @@ export default function AboutPage() {
name: "Sarah Mitchell",
role: "Crystal Shop Owner",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg",
"http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg?_wi=2",
imageAlt: "Sarah Mitchell",
},
{
@@ -139,7 +139,7 @@ export default function AboutPage() {
name: "Michael Chen",
role: "International Distributor",
imageSrc:
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2",
imageAlt: "Michael Chen",
},
{
@@ -150,7 +150,7 @@ export default function AboutPage() {
name: "Emily Rodriguez",
role: "Interior Designer",
imageSrc:
"http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg",
"http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg?_wi=2",
imageAlt: "Emily Rodriguez",
},
{
@@ -161,7 +161,7 @@ export default function AboutPage() {
name: "David Kim",
role: "Collector & Enthusiast",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-senior-woman-professional-blazer-outdoors-laptop_23-2150296623.jpg",
"http://img.b2bpic.net/free-photo/portrait-senior-woman-professional-blazer-outdoors-laptop_23-2150296623.jpg?_wi=2",
imageAlt: "David Kim",
},
{
@@ -172,7 +172,7 @@ export default function AboutPage() {
name: "Jessica Thompson",
role: "Spiritual Retreat Organizer",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-image-trendy-looking-androgynal-female-with-make-up-hair-combed-back-posing-dressed-oversize-gray-men-s-jacket-looking-with-serious-facial-expression_343059-3174.jpg",
"http://img.b2bpic.net/free-photo/close-up-image-trendy-looking-androgynal-female-with-make-up-hair-combed-back-posing-dressed-oversize-gray-men-s-jacket-looking-with-serious-facial-expression_343059-3174.jpg?_wi=2",
imageAlt: "Jessica Thompson",
},
{
@@ -183,7 +183,7 @@ export default function AboutPage() {
name: "Rajesh Patel",
role: "Gift Store Manager",
imageSrc:
"http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg",
"http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg?_wi=2",
imageAlt: "Rajesh Patel",
},
]}

File diff suppressed because it is too large Load Diff

View File

@@ -53,7 +53,7 @@ export default function HomePage() {
imageAlt: "Premium crystal collection showcase",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17738.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17738.jpg?_wi=1",
imageAlt: "Natural polished agate slice",
},
]}
@@ -101,7 +101,7 @@ export default function HomePage() {
name: "Premium Amethyst Crystal Tower",
price: "$45-120",
variant: "3 Sizes Available",
imageSrc: "http://img.b2bpic.net/free-photo/color-year-purple-tones-abstract-landscape-with-fantasy-aesthetic_23-2151394082.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/color-year-purple-tones-abstract-landscape-with-fantasy-aesthetic_23-2151394082.jpg?_wi=1",
imageAlt: "Purple amethyst crystal tower",
},
{
@@ -109,7 +109,7 @@ export default function HomePage() {
name: "Natural Clear Quartz Sphere",
price: "$35-95",
variant: "4 Sizes",
imageSrc: "http://img.b2bpic.net/free-photo/objects-with-reflective-effect_23-2150141930.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/objects-with-reflective-effect_23-2150141930.jpg?_wi=1",
imageAlt: "Clear quartz polished sphere",
},
{
@@ -117,7 +117,7 @@ export default function HomePage() {
name: "Polished Agate Stone",
price: "$20-80",
variant: "Multiple Colors",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wooden-surface-background_23-2148383583.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wooden-surface-background_23-2148383583.jpg?_wi=1",
imageAlt: "Colorful natural agate stone",
},
{
@@ -125,7 +125,7 @@ export default function HomePage() {
name: "Healing Crystal Set",
price: "$55-150",
variant: "7-12 Pieces",
imageSrc: "http://img.b2bpic.net/free-vector/boho-frame-with-engraving-hand-drawn-details_23-2149021578.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/boho-frame-with-engraving-hand-drawn-details_23-2149021578.jpg?_wi=1",
imageAlt: "Mixed healing crystals collection",
},
{
@@ -191,7 +191,7 @@ export default function HomePage() {
quote: "Rock Agate's crystals are absolutely stunning. The quality and authenticity exceed all my expectations. Perfect for my crystal shop!",
name: "Sarah Mitchell",
role: "Crystal Shop Owner",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg?_wi=1",
imageAlt: "Sarah Mitchell",
},
{
@@ -200,7 +200,7 @@ export default function HomePage() {
quote: "Working with Rock Agate has been seamless. Their export-ready packaging and consistent quality make them an ideal wholesale supplier.",
name: "Michael Chen",
role: "International Distributor",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1",
imageAlt: "Michael Chen",
},
{
@@ -209,7 +209,7 @@ export default function HomePage() {
quote: "The handcrafted attention to detail is evident in every piece. These are not mass-produced stones - true artisan quality from Khambhat.",
name: "Emily Rodriguez",
role: "Interior Designer",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg?_wi=1",
imageAlt: "Emily Rodriguez",
},
{
@@ -218,7 +218,7 @@ export default function HomePage() {
quote: "I appreciate the authenticity guarantee. Every stone comes with confidence. This is the level of integrity I was looking for.",
name: "David Kim",
role: "Collector & Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-woman-professional-blazer-outdoors-laptop_23-2150296623.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-woman-professional-blazer-outdoors-laptop_23-2150296623.jpg?_wi=1",
imageAlt: "David Kim",
},
{
@@ -227,7 +227,7 @@ export default function HomePage() {
quote: "Outstanding customer service. They respond quickly to inquiries and go the extra mile to meet custom requests.",
name: "Jessica Thompson",
role: "Spiritual Retreat Organizer",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-trendy-looking-androgynal-female-with-make-up-hair-combed-back-posing-dressed-oversize-gray-men-s-jacket-looking-with-serious-facial-expression_343059-3174.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-trendy-looking-androgynal-female-with-make-up-hair-combed-back-posing-dressed-oversize-gray-men-s-jacket-looking-with-serious-facial-expression_343059-3174.jpg?_wi=1",
imageAlt: "Jessica Thompson",
},
{
@@ -236,7 +236,7 @@ export default function HomePage() {
quote: "Competitive pricing without compromising on quality. Rock Agate offers the best value for wholesale crystal purchases.",
name: "Rajesh Patel",
role: "Gift Store Manager",
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg?_wi=1",
imageAlt: "Rajesh Patel",
},
]}

View File

@@ -48,7 +48,7 @@ export default function ProductsPage() {
name: "Natural Crystals",
price: "Bulk Available",
variant: "40+ Varieties",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-bow-with-stones_23-2148874517.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-bow-with-stones_23-2148874517.jpg?_wi=1",
imageAlt: "Natural crystal varieties",
},
{
@@ -56,7 +56,7 @@ export default function ProductsPage() {
name: "Agate Stones",
price: "Wholesale Pricing",
variant: "15+ Colors",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wooden-surface-background_23-2148383583.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wooden-surface-background_23-2148383583.jpg?_wi=2",
imageAlt: "Agate stones collection",
},
{
@@ -64,7 +64,7 @@ export default function ProductsPage() {
name: "Healing Crystals",
price: "Premium Grade",
variant: "Chakra Aligned",
imageSrc: "http://img.b2bpic.net/free-vector/boho-frame-with-engraving-hand-drawn-details_23-2149021578.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/boho-frame-with-engraving-hand-drawn-details_23-2149021578.jpg?_wi=2",
imageAlt: "Healing crystal collection",
},
{
@@ -72,7 +72,7 @@ export default function ProductsPage() {
name: "Crystal Towers",
price: "$45-200",
variant: "8 Sizes",
imageSrc: "http://img.b2bpic.net/free-photo/color-year-purple-tones-abstract-landscape-with-fantasy-aesthetic_23-2151394082.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/color-year-purple-tones-abstract-landscape-with-fantasy-aesthetic_23-2151394082.jpg?_wi=2",
imageAlt: "Crystal tower collection",
},
{
@@ -80,7 +80,7 @@ export default function ProductsPage() {
name: "Crystal Spheres",
price: "$35-180",
variant: "7 Sizes",
imageSrc: "http://img.b2bpic.net/free-photo/objects-with-reflective-effect_23-2150141930.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/objects-with-reflective-effect_23-2150141930.jpg?_wi=2",
imageAlt: "Crystal sphere collection",
},
{
@@ -88,7 +88,7 @@ export default function ProductsPage() {
name: "Agate Slices",
price: "Wholesale Ready",
variant: "5+ Patterns",
imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17738.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17738.jpg?_wi=2",
imageAlt: "Polished agate slices",
},
{
@@ -96,7 +96,7 @@ export default function ProductsPage() {
name: "Decorative Stones",
price: "Custom Orders",
variant: "Interior Design",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-bow-with-stones_23-2148874517.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-bow-with-stones_23-2148874517.jpg?_wi=2",
imageAlt: "Decorative stone selection",
},
{
@@ -104,7 +104,7 @@ export default function ProductsPage() {
name: "Raw Stones",
price: "Bulk Discount",
variant: "Direct from Khambhat",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wooden-surface-background_23-2148383583.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wooden-surface-background_23-2148383583.jpg?_wi=3",
imageAlt: "Raw stone specimens",
},
]}