Merge version_1 into main #2
187
src/app/page.tsx
187
src/app/page.tsx
@@ -20,7 +20,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -46,16 +46,12 @@ export default function HomePage() {
|
||||
description="Authentic handcrafted crystals and agate stones for collectors, retailers, and wholesalers. Direct from India's globally recognized hub for agate stone and crystal craftsmanship."
|
||||
tag="Natural Crystals & Agate Stones"
|
||||
tagIcon={Sparkles}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bracelets-made-by-colorful-pearls-stones_114579-13014.jpg",
|
||||
imageAlt: "Premium crystal collection showcase",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bracelets-made-by-colorful-pearls-stones_114579-13014.jpg", imageAlt: "Premium crystal collection showcase"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17738.jpg?_wi=1",
|
||||
imageAlt: "Natural polished agate slice",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17738.jpg", imageAlt: "Natural polished agate slice"},
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Trusted by International Buyers"
|
||||
@@ -74,10 +70,7 @@ export default function HomePage() {
|
||||
heading={[
|
||||
{ type: "text", content: "Heritage of Excellence from" },
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-woman-wearing-protection-gloves_23-2149441950.jpg",
|
||||
alt: "Khambhat Artisans",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/high-angle-woman-wearing-protection-gloves_23-2149441950.jpg", alt: "Khambhat Artisans"},
|
||||
{ type: "text", content: "India's Crystal Capital" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
@@ -97,45 +90,15 @@ export default function HomePage() {
|
||||
tagIcon={Crown}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
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?_wi=1",
|
||||
imageAlt: "Purple amethyst crystal tower",
|
||||
},
|
||||
id: "1", 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", imageAlt: "Purple amethyst crystal tower"},
|
||||
{
|
||||
id: "2",
|
||||
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?_wi=1",
|
||||
imageAlt: "Clear quartz polished sphere",
|
||||
},
|
||||
id: "2", 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", imageAlt: "Clear quartz polished sphere"},
|
||||
{
|
||||
id: "3",
|
||||
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?_wi=1",
|
||||
imageAlt: "Colorful natural agate stone",
|
||||
},
|
||||
id: "3", 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", imageAlt: "Colorful natural agate stone"},
|
||||
{
|
||||
id: "4",
|
||||
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?_wi=1",
|
||||
imageAlt: "Mixed healing crystals collection",
|
||||
},
|
||||
id: "4", 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", imageAlt: "Mixed healing crystals collection"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Crystal Pendant Stone",
|
||||
price: "$25-65",
|
||||
variant: "Chakra Selection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-aesthetic-earrings_23-2149649136.jpg",
|
||||
imageAlt: "Polished stone pendant jewelry",
|
||||
},
|
||||
id: "5", name: "Crystal Pendant Stone", price: "$25-65", variant: "Chakra Selection", imageSrc: "http://img.b2bpic.net/free-photo/still-life-aesthetic-earrings_23-2149649136.jpg", imageAlt: "Polished stone pendant jewelry"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
textboxLayout="default"
|
||||
@@ -155,19 +118,11 @@ export default function HomePage() {
|
||||
tagIcon={Shield}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Mass-produced, low-quality crystals",
|
||||
"Limited sourcing options",
|
||||
"Delayed international shipping",
|
||||
"No quality guarantees",
|
||||
],
|
||||
"Mass-produced, low-quality crystals", "Limited sourcing options", "Delayed international shipping", "No quality guarantees"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Authentic natural crystals & agate stones",
|
||||
"Direct from skilled Khambhat artisans",
|
||||
"Export-ready packaging & fast delivery",
|
||||
"100% quality assurance & authenticity guarantee",
|
||||
],
|
||||
"Authentic natural crystals & agate stones", "Direct from skilled Khambhat artisans", "Export-ready packaging & fast delivery", "100% quality assurance & authenticity guarantee"],
|
||||
}}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -186,59 +141,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Premium Quality Crystals",
|
||||
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?_wi=1",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
id: "1", title: "Premium Quality Crystals", 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", imageAlt: "Sarah Mitchell"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Reliable Wholesale Partner",
|
||||
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?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", title: "Reliable Wholesale Partner", 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", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Exceptional Craftsmanship",
|
||||
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?_wi=1",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", title: "Exceptional Craftsmanship", 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", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Genuine & Authenticated",
|
||||
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?_wi=1",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", title: "Genuine & Authenticated", 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", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Responsive & Professional",
|
||||
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?_wi=1",
|
||||
imageAlt: "Jessica Thompson",
|
||||
},
|
||||
id: "5", title: "Responsive & Professional", 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", imageAlt: "Jessica Thompson"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Best Value for Money",
|
||||
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?_wi=1",
|
||||
imageAlt: "Rajesh Patel",
|
||||
},
|
||||
id: "6", title: "Best Value for Money", 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", imageAlt: "Rajesh Patel"},
|
||||
]}
|
||||
buttons={[{ text: "Leave a Review", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -251,50 +164,30 @@ export default function HomePage() {
|
||||
ctaTitle="Ready to Order?"
|
||||
ctaDescription="Connect with our team via WhatsApp for quick responses or submit an inquiry form for bulk wholesale orders."
|
||||
ctaButton={{
|
||||
text: "Chat on WhatsApp",
|
||||
href: "https://wa.me/919876543210",
|
||||
}}
|
||||
text: "Chat on WhatsApp", href: "https://wa.me/919876543210"}}
|
||||
ctaIcon={MessageCircle}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are the minimum order quantities for wholesale?",
|
||||
content:
|
||||
"Our wholesale programs are flexible. Minimum orders typically start at 50-100 pieces depending on product category. Contact us for custom bulk pricing on larger orders.",
|
||||
},
|
||||
id: "1", title: "What are the minimum order quantities for wholesale?", content:
|
||||
"Our wholesale programs are flexible. Minimum orders typically start at 50-100 pieces depending on product category. Contact us for custom bulk pricing on larger orders."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer international shipping?",
|
||||
content:
|
||||
"Yes! We ship worldwide with export-ready packaging. We handle all customs documentation and provide tracking for your orders. Delivery typically takes 7-14 business days internationally.",
|
||||
},
|
||||
id: "2", title: "Do you offer international shipping?", content:
|
||||
"Yes! We ship worldwide with export-ready packaging. We handle all customs documentation and provide tracking for your orders. Delivery typically takes 7-14 business days internationally."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How do you ensure crystal authenticity?",
|
||||
content:
|
||||
"Every crystal is hand-selected and verified by our expert artisans. We provide authenticity certificates with wholesale orders and guarantee 100% natural, unenhanced crystals.",
|
||||
},
|
||||
id: "3", title: "How do you ensure crystal authenticity?", content:
|
||||
"Every crystal is hand-selected and verified by our expert artisans. We provide authenticity certificates with wholesale orders and guarantee 100% natural, unenhanced crystals."},
|
||||
{
|
||||
id: "4",
|
||||
title:
|
||||
"Can I customize products or create private labels?",
|
||||
content:
|
||||
"Absolutely! We offer custom polishing, sizing, and private label packaging for wholesale partners. Contact our sales team to discuss your specific requirements.",
|
||||
},
|
||||
id: "4", title:
|
||||
"Can I customize products or create private labels?", content:
|
||||
"Absolutely! We offer custom polishing, sizing, and private label packaging for wholesale partners. Contact our sales team to discuss your specific requirements."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What payment methods do you accept?",
|
||||
content:
|
||||
"We accept bank transfers, wire transfers, PayPal, and major credit cards. For wholesale accounts, we offer net-30 payment terms subject to credit approval.",
|
||||
},
|
||||
id: "5", title: "What payment methods do you accept?", content:
|
||||
"We accept bank transfers, wire transfers, PayPal, and major credit cards. For wholesale accounts, we offer net-30 payment terms subject to credit approval."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How quickly can you fulfill large orders?",
|
||||
content:
|
||||
"Standard orders are processed within 3-5 business days. Bulk orders may require 7-14 days depending on quantity and specifications. We'll provide exact timelines upon order confirmation.",
|
||||
},
|
||||
id: "6", title: "How quickly can you fulfill large orders?", content:
|
||||
"Standard orders are processed within 3-5 business days. Bulk orders may require 7-14 days depending on quantity and specifications. We'll provide exact timelines upon order confirmation."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -306,24 +199,16 @@ export default function HomePage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/rockagate",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/rockagate", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/rockagate",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/rockagate", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/rockagate",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "https://linkedin.com/company/rockagate", ariaLabel: "LinkedIn"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/rockagate",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com/rockagate", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user