Merge version_2 into main #1

Merged
bender merged 5 commits from version_2 into main 2026-06-13 07:16:43 +00:00
5 changed files with 552 additions and 868 deletions

View File

@@ -2,11 +2,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardTen from '@/components/sections/team/TeamCardTen';
import { Users, Target, Handshake } from "lucide-react";
export default function LandingPage() {
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
@@ -21,143 +23,101 @@ export default function LandingPage() {
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About Us",
id: "/about",
},
{
name: "Products",
id: "/products",
},
{
name: "Suppliers",
id: "/suppliers/register",
},
{
name: "Contact",
id: "/contact",
},
]}
brandName="Hidden Rajasthan"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home", id: "/"},
{
name: "About Us", id: "/about"}
]}
brandName="Hidden Rajasthan"
/>
</div>
<div id="about-heritage" data-section="about-heritage">
<MetricSplitMediaAbout
useInvertedBackground={false}
title="Unveiling Rajasthan's Rich Heritage"
description="Our mission at Hidden Rajasthan is to empower the region's hidden artisans and entrepreneurs through digital access and global business opportunities. We envision becoming the world's leading marketplace for authentic Rajasthan products and heritage craftsmanship."
metrics={[
{
value: "1000+",
title: "Artisans Supported",
},
{
value: "50+",
title: "Craft Categories",
},
{
value: "20+",
title: "Countries Reached",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/colorful-rainbow-appearing-sky-nature-landscape_23-2151521522.jpg"
imageAlt="Traditional Rajasthani artisan working on a craft"
mediaAnimation="slide-up"
/>
</div>
<div id="about-us-story" data-section="about-us-story">
<SplitAbout
title="About Hidden Rajasthan: Connecting Heritage with the World"
description="Hidden Rajasthan is more than just a marketplace; it's a bridge connecting the rich artistic heritage and robust manufacturing capabilities of Rajasthan with a global audience. We empower local artisans, small businesses, and heritage manufacturers by providing them with a platform to showcase their authentic products and traditions to international buyers."
bulletPoints={[
{
title: "Our Mission", description: "To foster sustainable livelihoods for Rajasthani artisans and businesses by expanding their global market reach, preserving traditional crafts, and promoting ethical trade practices.", icon: Target
},
{
title: "Our Vision", description: "To be the leading global B2B platform for authentic, high-quality products from Rajasthan, recognized for our commitment to heritage, quality, and fair trade.", icon: Users
},
{
title: "Our Values", description: "Authenticity, Quality, Empowerment, Sustainability, Transparency.", icon: Handshake
}
]}
imageSrc="http://img.b2bpic.net/free-photo/view-city-jodhpur-india_23-2148710321.jpg"
imageAlt="View of Jodhpur city, representing Rajasthan heritage"
mediaAnimation="slide-up"
imagePosition="right"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Hidden Rajasthan"
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Products",
href: "/products",
},
{
label: "Suppliers",
href: "/suppliers/register",
},
{
label: "Contact Us",
href: "/contact",
},
],
},
{
title: "Services",
items: [
{
label: "Wholesale Marketplace",
href: "#",
},
{
label: "Export Assistance",
href: "#",
},
{
label: "Private Labeling",
href: "#",
},
{
label: "Corporate Gifting",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms & Conditions",
href: "#",
},
],
},
{
title: "Connect",
items: [
{
label: "Instagram",
href: "https://instagram.com",
},
{
label: "Facebook",
href: "https://facebook.com",
},
{
label: "LinkedIn",
href: "https://linkedin.com",
},
{
label: "YouTube",
href: "https://youtube.com",
},
],
},
]}
copyrightText="© 2024 Hidden Rajasthan. All rights reserved."
/>
</div>
<div id="team-information" data-section="team-information">
<TeamCardTen
title="Meet Our Visionary Team"
tag="Driving Our Mission"
membersAnimation="slide-up"
memberVariant="card"
members={[
{ id: "1", name: "Rajat Singh", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-entrepreneur-looking-camera_1157-30232.jpg", imageAlt: "Rajat Singh" },
{ id: "2", name: "Priya Devi", imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-sitting-desk-with-colleagues-background-office_1153-4886.jpg", imageAlt: "Priya Devi" },
{ id: "3", name: "Anil Kumar", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-man_23-2149021812.jpg", imageAlt: "Anil Kumar" },
{ id: "4", name: "Meera Sharma", imageSrc: "http://img.b2bpic.net/free-photo/indian-woman-posing-against-orange-background_23-2151199321.jpg", imageAlt: "Meera Sharma" }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Hidden Rajasthan"
columns={[
{
title: "Company", items: [
{
label: "About Us", href: "/about"}
],
},
{
title: "Services", items: [
{
label: "Wholesale Marketplace", href: "#"},
{
label: "Export Assistance", href: "#"},
{
label: "Private Labeling", href: "#"},
{
label: "Corporate Gifting", href: "#"},
],
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms & Conditions", href: "#"},
],
},
{
title: "Connect", items: [
{
label: "Instagram", href: "https://instagram.com"},
{
label: "Facebook", href: "https://facebook.com"},
{
label: "LinkedIn", href: "https://linkedin.com"},
{
label: "YouTube", href: "https://youtube.com"},
],
},
]}
copyrightText="© 2024 Hidden Rajasthan. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);

View File

@@ -2,11 +2,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
export default function LandingPage() {
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
@@ -21,142 +21,95 @@ export default function LandingPage() {
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About Us",
id: "/about",
},
{
name: "Products",
id: "/products",
},
{
name: "Suppliers",
id: "/suppliers/register",
},
{
name: "Contact",
id: "/contact",
},
]}
brandName="Hidden Rajasthan"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home", id: "/"},
{
name: "About Us", id: "/about"},
{
name: "Products", id: "/products"},
{
name: "Suppliers", id: "/suppliers/register"},
{
name: "Contact", id: "/contact"},
]}
brandName="Hidden Rajasthan"
/>
</div>
<div id="contact-us" data-section="contact-us">
<ContactText
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
text="Get in Touch with Hidden Rajasthan"
buttons={[
{
text: "Inquire Now",
href: "#",
},
{
text: "Supplier Support",
href: "#",
},
{
text: "Buyer Support",
href: "#",
},
]}
/>
</div>
<div id="contact-form" data-section="contact-form">
<ContactSplitForm
title="Get in Touch"
description="Have questions, need support, or want to discuss a partnership? Reach out to us using the form below. We're here to help you connect with the heart of Rajasthan's craftsmanship.\n\n📍 Our Location: Jodhpur, Rajasthan, India\n📞 Phone: +91 123 456 7890\n📧 Email: support@hiddenrajasthan.com\n\nOur support team is available Monday to Friday, 9 AM to 6 PM (IST)."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
{ name: "subject", type: "text", placeholder: "Subject", required: true },
]}
textarea={{ name: "message", placeholder: "Your Message", rows: 5, required: true }}
buttonText="Send Message"
imageSrc="http://img.b2bpic.net/free-photo/contact-us-customer-service-support-concept_53876-133602.jpg"
imageAlt="Contact Us"
mediaPosition="left"
useInvertedBackground={false}
onSubmit={(data) => console.log("Form submitted:", data)}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Hidden Rajasthan"
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Products",
href: "/products",
},
{
label: "Suppliers",
href: "/suppliers/register",
},
{
label: "Contact Us",
href: "/contact",
},
],
},
{
title: "Services",
items: [
{
label: "Wholesale Marketplace",
href: "#",
},
{
label: "Export Assistance",
href: "#",
},
{
label: "Private Labeling",
href: "#",
},
{
label: "Corporate Gifting",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms & Conditions",
href: "#",
},
],
},
{
title: "Connect",
items: [
{
label: "Instagram",
href: "https://instagram.com",
},
{
label: "Facebook",
href: "https://facebook.com",
},
{
label: "LinkedIn",
href: "https://linkedin.com",
},
{
label: "YouTube",
href: "https://youtube.com",
},
],
},
]}
copyrightText="© 2024 Hidden Rajasthan. All rights reserved."
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Hidden Rajasthan"
columns={[
{
title: "Company", items: [
{
label: "About Us", href: "/about"},
{
label: "Products", href: "/products"},
{
label: "Suppliers", href: "/suppliers/register"},
{
label: "Contact Us", href: "/contact"},
],
},
{
title: "Services", items: [
{
label: "Wholesale Marketplace", href: "#"},
{
label: "Export Assistance", href: "#"},
{
label: "Private Labeling", href: "#"},
{
label: "Corporate Gifting", href: "#"},
],
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms & Conditions", href: "#"},
],
},
{
title: "Connect", items: [
{
label: "Instagram", href: "https://instagram.com"},
{
label: "Facebook", href: "https://facebook.com"},
{
label: "LinkedIn", href: "https://linkedin.com"},
{
label: "YouTube", href: "https://youtube.com"},
],
},
]}
copyrightText="© 2024 Hidden Rajasthan. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);

View File

@@ -31,25 +31,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Products",
id: "/products",
},
name: "Products", id: "/products"},
{
name: "Suppliers",
id: "/suppliers/register",
},
name: "Suppliers", id: "/suppliers/register"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Hidden Rajasthan"
/>
@@ -58,87 +48,50 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="From Rajasthan to the World"
description="Connecting authentic artisans, manufacturers, and heritage businesses with global buyers."
buttons={[
{
text: "Explore Products",
href: "/products",
},
text: "Explore Products", href: "/products"},
{
text: "Become a Supplier",
href: "/suppliers/register",
},
text: "Become a Supplier", href: "/suppliers/register"},
{
text: "Request Bulk Quote",
href: "/contact",
},
text: "Request Bulk Quote", href: "/contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/pillow-sofa-chair_74190-3620.jpg"
imageAlt="Rajasthan artisans crafting traditional products"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg",
alt: "Profile of a business partner",
},
src: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg", alt: "Profile of a business partner"},
{
src: "http://img.b2bpic.net/free-photo/attractive-man-glasses-is-working-his-own-clay-project_613910-21509.jpg",
alt: "Profile of a skilled artisan",
},
src: "http://img.b2bpic.net/free-photo/attractive-man-glasses-is-working-his-own-clay-project_613910-21509.jpg", alt: "Profile of a skilled artisan"},
{
src: "http://img.b2bpic.net/free-photo/businessman-with-silly-face_1154-110.jpg",
alt: "Profile of an international buyer",
},
src: "http://img.b2bpic.net/free-photo/businessman-with-silly-face_1154-110.jpg", alt: "Profile of an international buyer"},
{
src: "http://img.b2bpic.net/free-photo/people_273609-1918.jpg",
alt: "Profile of an e-commerce seller",
},
src: "http://img.b2bpic.net/free-photo/people_273609-1918.jpg", alt: "Profile of an e-commerce seller"},
{
src: "http://img.b2bpic.net/free-photo/portrait-female-mechanic-repair-garage_107420-95937.jpg",
alt: "Profile of a manufacturer",
},
src: "http://img.b2bpic.net/free-photo/portrait-female-mechanic-repair-garage_107420-95937.jpg", alt: "Profile of a manufacturer"},
]}
avatarText="Join 1000+ artisans and buyers globally."
marqueeItems={[
{
type: "image",
src: "http://img.b2bpic.net/free-photo/circular-clock-indoors-still-life_23-2150436172.jpg",
alt: "Circular clock indoors still life",
},
type: "image", src: "http://img.b2bpic.net/free-photo/circular-clock-indoors-still-life_23-2150436172.jpg", alt: "Circular clock indoors still life"},
{
type: "text",
text: "Authentic Heritage",
},
type: "text", text: "Authentic Heritage"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/close-up-wallpaper-texture_1339-958.jpg",
alt: "close-up wallpaper texture",
},
type: "image", src: "http://img.b2bpic.net/free-photo/close-up-wallpaper-texture_1339-958.jpg", alt: "close-up wallpaper texture"},
{
type: "text",
text: "Global Connections",
},
type: "text", text: "Global Connections"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/egypt-plate-background-cairo-pottery_1203-4880.jpg",
alt: "egypt plate background cairo pottery",
},
type: "image", src: "http://img.b2bpic.net/free-photo/egypt-plate-background-cairo-pottery_1203-4880.jpg", alt: "egypt plate background cairo pottery"},
{
type: "text",
text: "Quality Craftsmanship",
},
type: "text", text: "Quality Craftsmanship"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/terracotta-vase-with-indigenous-pattern_23-2151585760.jpg",
alt: "Terracotta vase with indigenous pattern",
},
type: "image", src: "http://img.b2bpic.net/free-photo/terracotta-vase-with-indigenous-pattern_23-2151585760.jpg", alt: "Terracotta vase with indigenous pattern"},
{
type: "text",
text: "Sustainable Sourcing",
},
type: "text", text: "Sustainable Sourcing"},
]}
marqueeSpeed={40}
showMarqueeCard={true}
@@ -155,34 +108,22 @@ export default function LandingPage() {
features={[
{
icon: ShieldCheck,
title: "Verified Suppliers",
description: "Ensuring authenticity and reliability from every artisan and manufacturer.",
},
title: "Verified Suppliers", description: "Ensuring authenticity and reliability from every artisan and manufacturer."},
{
icon: Diamond,
title: "Authentic Rajasthan Products",
description: "Discover unique heritage crafts, traditional goods, and rural industry products.",
},
title: "Authentic Rajasthan Products", description: "Discover unique heritage crafts, traditional goods, and rural industry products."},
{
icon: MessageCircle,
title: "Direct Buyer-Seller Communication",
description: "Facilitate transparent and efficient interactions for your business needs.",
},
title: "Direct Buyer-Seller Communication", description: "Facilitate transparent and efficient interactions for your business needs."},
{
icon: Globe,
title: "Export Ready Suppliers",
description: "Access partners equipped to handle international orders and logistics.",
},
title: "Export Ready Suppliers", description: "Access partners equipped to handle international orders and logistics."},
{
icon: Package,
title: "Bulk Order Support",
description: "Seamless processing for large volume purchases with dedicated assistance.",
},
title: "Bulk Order Support", description: "Seamless processing for large volume purchases with dedicated assistance."},
{
icon: Building,
title: "OEM & Private Label Solutions",
description: "Custom manufacturing and branding services to meet your specific requirements.",
},
title: "OEM & Private Label Solutions", description: "Custom manufacturing and branding services to meet your specific requirements."},
]}
title="Why Choose Hidden Rajasthan?"
description="Partner with a marketplace built on trust, quality, and direct connections to Rajasthan's finest craftsmanship."
@@ -197,34 +138,22 @@ export default function LandingPage() {
features={[
{
icon: Grid,
title: "Extensive Product Catalog",
description: "Browse a wide array of products categorized for easy discovery.",
},
title: "Extensive Product Catalog", description: "Browse a wide array of products categorized for easy discovery."},
{
icon: Users,
title: "Verified Supplier Directory",
description: "Find trusted suppliers with detailed profiles and product listings.",
},
title: "Verified Supplier Directory", description: "Find trusted suppliers with detailed profiles and product listings."},
{
icon: ListChecks,
title: "Bulk Inquiry System",
description: "Submit requests for large orders and receive competitive quotes.",
},
title: "Bulk Inquiry System", description: "Submit requests for large orders and receive competitive quotes."},
{
icon: FileText,
title: "RFQ (Request for Quotation)",
description: "Issue requests for customized quotes from multiple suppliers.",
},
title: "RFQ (Request for Quotation)", description: "Issue requests for customized quotes from multiple suppliers."},
{
icon: Wrench,
title: "Custom Manufacturing Requests",
description: "Collaborate with artisans for bespoke product development.",
},
title: "Custom Manufacturing Requests", description: "Collaborate with artisans for bespoke product development."},
{
icon: Link,
title: "Business Networking",
description: "Connect with industry peers and expand your professional circle.",
},
title: "Business Networking", description: "Connect with industry peers and expand your professional circle."},
]}
title="Advanced Marketplace Features"
description="Powerful tools and services designed to streamline your sourcing and selling experience with efficiency."
@@ -239,47 +168,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "prod-1",
name: "Handmade Rugs & Carpets",
price: "Starting from $150",
imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1233.jpg",
imageAlt: "Handmade Rajasthani Rugs",
},
id: "prod-1", name: "Handmade Rugs & Carpets", price: "Starting from $150", imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1233.jpg", imageAlt: "Handmade Rajasthani Rugs"},
{
id: "prod-2",
name: "Exquisite Blue Pottery",
price: "Starting from $25",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-working-pottery_23-2151680902.jpg",
imageAlt: "Rajasthani Blue Pottery",
},
id: "prod-2", name: "Exquisite Blue Pottery", price: "Starting from $25", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-working-pottery_23-2151680902.jpg", imageAlt: "Rajasthani Blue Pottery"},
{
id: "prod-3",
name: "Block Print Textiles",
price: "Starting from $30",
imageSrc: "http://img.b2bpic.net/free-photo/bird-colorful-colorful-flowers-generative-ai_206725-752.jpg",
imageAlt: "Rajasthani Block Print Fabrics",
},
id: "prod-3", name: "Block Print Textiles", price: "Starting from $30", imageSrc: "http://img.b2bpic.net/free-photo/bird-colorful-colorful-flowers-generative-ai_206725-752.jpg", imageAlt: "Rajasthani Block Print Fabrics"},
{
id: "prod-4",
name: "Wooden Handicrafts",
price: "Starting from $40",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-diwali-celebration_23-2149887022.jpg",
imageAlt: "Rajasthani Wooden Handicrafts",
},
id: "prod-4", name: "Wooden Handicrafts", price: "Starting from $40", imageSrc: "http://img.b2bpic.net/free-photo/still-life-diwali-celebration_23-2149887022.jpg", imageAlt: "Rajasthani Wooden Handicrafts"},
{
id: "prod-5",
name: "Camel Milk Powder",
price: "Starting from $20",
imageSrc: "http://img.b2bpic.net/free-photo/eskimo-people-living-extreme-weather-condition_23-2151036528.jpg",
imageAlt: "Camel Milk Powder",
},
id: "prod-5", name: "Camel Milk Powder", price: "Starting from $20", imageSrc: "http://img.b2bpic.net/free-photo/eskimo-people-living-extreme-weather-condition_23-2151036528.jpg", imageAlt: "Camel Milk Powder"},
{
id: "prod-6",
name: "Traditional Organic Spices",
price: "Starting from $10",
imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg",
imageAlt: "Rajasthani Spices",
},
id: "prod-6", name: "Traditional Organic Spices", price: "Starting from $10", imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg", imageAlt: "Rajasthani Spices"},
]}
title="Discover Our Authentic Categories"
description="Explore the rich diversity of Rajasthan's heritage, from intricate crafts to natural wellness products."
@@ -293,54 +192,24 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "wholesale",
value: "Wholesale Marketplace",
title: "Streamlined Bulk Sourcing",
items: [
"Access to verified bulk suppliers",
"Competitive pricing for large orders",
"Dedicated account management",
],
id: "wholesale", value: "Wholesale Marketplace", title: "Streamlined Bulk Sourcing", items: [
"Access to verified bulk suppliers", "Competitive pricing for large orders", "Dedicated account management"],
},
{
id: "export",
value: "Export Assistance",
title: "Global Market Access",
items: [
"Guidance on international shipping",
"Documentation support for exports",
"Connection with global distributors",
],
id: "export", value: "Export Assistance", title: "Global Market Access", items: [
"Guidance on international shipping", "Documentation support for exports", "Connection with global distributors"],
},
{
id: "private-label",
value: "Private Label Manufacturing",
title: "Custom Brand Solutions",
items: [
"Collaborate on unique product designs",
"Brand your products with artisan quality",
"Flexible production volumes",
],
id: "private-label", value: "Private Label Manufacturing", title: "Custom Brand Solutions", items: [
"Collaborate on unique product designs", "Brand your products with artisan quality", "Flexible production volumes"],
},
{
id: "oem",
value: "OEM Production",
title: "Original Equipment Manufacturing",
items: [
"Manufacture products based on your designs",
"Scalable production for diverse needs",
"Quality control for all batches",
],
id: "oem", value: "OEM Production", title: "Original Equipment Manufacturing", items: [
"Manufacture products based on your designs", "Scalable production for diverse needs", "Quality control for all batches"],
},
{
id: "corporate-gifting",
value: "Corporate Gifting",
title: "Unique Corporate Gifts",
items: [
"Customized gift options for clients & employees",
"Authentic products with a story",
"Hassle-free delivery services",
],
id: "corporate-gifting", value: "Corporate Gifting", title: "Unique Corporate Gifts", items: [
"Customized gift options for clients & employees", "Authentic products with a story", "Hassle-free delivery services"],
},
]}
title="Tailored B2B Solutions for Your Business"
@@ -355,53 +224,17 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Priya Sharma",
handle: "@TextileTraditions",
testimonial: "Hidden Rajasthan transformed our small textile workshop into an international brand. Their support in reaching global buyers has been invaluable.",
imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-business-coach-posing-with-arms-folded_74855-3084.jpg",
imageAlt: "Priya Sharma, Textile Traditions",
},
id: "1", name: "Priya Sharma", handle: "@TextileTraditions", testimonial: "Hidden Rajasthan transformed our small textile workshop into an international brand. Their support in reaching global buyers has been invaluable.", imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-business-coach-posing-with-arms-folded_74855-3084.jpg", imageAlt: "Priya Sharma, Textile Traditions"},
{
id: "2",
name: "Rahul Mehta",
handle: "@CraftsOfRajasthan",
testimonial: "The platform's features, especially bulk inquiries, have significantly boosted our handicraft exports. A true game-changer for artisans.",
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-caucasian-male-gardener-wearing-gardening-hat-holding-gardening-scissors-keeping-hand-open-isolated-orange-wall-with-copy-space_141793-97267.jpg",
imageAlt: "Rahul Mehta, Crafts of Rajasthan",
},
id: "2", name: "Rahul Mehta", handle: "@CraftsOfRajasthan", testimonial: "The platform's features, especially bulk inquiries, have significantly boosted our handicraft exports. A true game-changer for artisans.", imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-caucasian-male-gardener-wearing-gardening-hat-holding-gardening-scissors-keeping-hand-open-isolated-orange-wall-with-copy-space_141793-97267.jpg", imageAlt: "Rahul Mehta, Crafts of Rajasthan"},
{
id: "3",
name: "Ananya Singh",
handle: "@HeritageHomes",
testimonial: "As an interior designer, I rely on Hidden Rajasthan for authentic pieces. The quality and variety are unmatched, and the sourcing process is seamless.",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-pink-jacket-spend-time-cafe_1157-31477.jpg",
imageAlt: "Ananya Singh, Heritage Homes",
},
id: "3", name: "Ananya Singh", handle: "@HeritageHomes", testimonial: "As an interior designer, I rely on Hidden Rajasthan for authentic pieces. The quality and variety are unmatched, and the sourcing process is seamless.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-pink-jacket-spend-time-cafe_1157-31477.jpg", imageAlt: "Ananya Singh, Heritage Homes"},
{
id: "4",
name: "Vikram Kapoor",
handle: "@GlobalImports",
testimonial: "Their export assistance simplified our entry into the Indian craft market. We now consistently source unique marble artifacts for our retail chain.",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-confident-pensive-businessman-sitting-table-with-pencil-drawing-portrait-white-modern-office-interior_176420-2602.jpg",
imageAlt: "Vikram Kapoor, Global Imports",
},
id: "4", name: "Vikram Kapoor", handle: "@GlobalImports", testimonial: "Their export assistance simplified our entry into the Indian craft market. We now consistently source unique marble artifacts for our retail chain.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-confident-pensive-businessman-sitting-table-with-pencil-drawing-portrait-white-modern-office-interior_176420-2602.jpg", imageAlt: "Vikram Kapoor, Global Imports"},
{
id: "5",
name: "Ishani Gupta",
handle: "@EcoCrafts",
testimonial: "Hidden Rajasthan allowed us to scale our organic product line. The direct communication with rural entrepreneurs is fantastic.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-working-laptop-co-working-area_1153-3860.jpg",
imageAlt: "Ishani Gupta, EcoCrafts",
},
id: "5", name: "Ishani Gupta", handle: "@EcoCrafts", testimonial: "Hidden Rajasthan allowed us to scale our organic product line. The direct communication with rural entrepreneurs is fantastic.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-working-laptop-co-working-area_1153-3860.jpg", imageAlt: "Ishani Gupta, EcoCrafts"},
{
id: "6",
name: "Arjun Singh",
handle: "@RoyalFurnishings",
testimonial: "The OEM services helped us create bespoke furniture. The craftsmanship from Rajasthan is truly exceptional and valued by our clients.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947458.jpg",
imageAlt: "Arjun Singh, Royal Furnishings",
},
id: "6", name: "Arjun Singh", handle: "@RoyalFurnishings", testimonial: "The OEM services helped us create bespoke furniture. The craftsmanship from Rajasthan is truly exceptional and valued by our clients.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947458.jpg", imageAlt: "Arjun Singh, Royal Furnishings"},
]}
title="Our Partners' Success Stories"
description="Hear how Hidden Rajasthan empowers artisans and connects businesses globally, fostering growth and cultural exchange."
@@ -413,16 +246,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Interior Designers",
"Hotels & Resorts",
"Retail Chains",
"Importers & Exporters",
"Corporate Buyers",
"E-commerce Sellers",
"International Distributors",
"Gift Companies",
"Wholesalers",
]}
"Interior Designers", "Hotels & Resorts", "Retail Chains", "Importers & Exporters", "Corporate Buyers", "E-commerce Sellers", "International Distributors", "Gift Companies", "Wholesalers"]}
title="Trusted by Leading Global Buyers"
description="Our diverse clientele includes top interior designers, hotels, retail chains, and international distributors seeking authentic quality."
speed={40}
@@ -435,79 +259,47 @@ export default function LandingPage() {
logoText="Hidden Rajasthan"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Products",
href: "/products",
},
label: "Products", href: "/products"},
{
label: "Suppliers",
href: "/suppliers/register",
},
label: "Suppliers", href: "/suppliers/register"},
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Wholesale Marketplace",
href: "#",
},
label: "Wholesale Marketplace", href: "#"},
{
label: "Export Assistance",
href: "#",
},
label: "Export Assistance", href: "#"},
{
label: "Private Labeling",
href: "#",
},
label: "Private Labeling", href: "#"},
{
label: "Corporate Gifting",
href: "#",
},
label: "Corporate Gifting", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms & Conditions",
href: "#",
},
label: "Terms & Conditions", href: "#"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Instagram",
href: "https://instagram.com",
},
label: "Instagram", href: "https://instagram.com"},
{
label: "Facebook",
href: "https://facebook.com",
},
label: "Facebook", href: "https://facebook.com"},
{
label: "LinkedIn",
href: "https://linkedin.com",
},
label: "LinkedIn", href: "https://linkedin.com"},
{
label: "YouTube",
href: "https://youtube.com",
},
label: "YouTube", href: "https://youtube.com"},
],
},
]}

View File

@@ -2,11 +2,31 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Search } from "lucide-react";
export default function ProductListingPage() {
const products = [
{
id: "prod-1", name: "Handmade Rugs & Carpets", price: "B2B Price: $120 (Min 10 units)", variant: "Wool & Silk Blend", imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1233.jpg", imageAlt: "Handmade Rajasthani Rugs"},
{
id: "prod-2", name: "Exquisite Blue Pottery Vases", price: "B2B Price: $20 (Min 20 units)", variant: "Traditional Jaipur Blue", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-working-pottery_23-2151680902.jpg", imageAlt: "Rajasthani Blue Pottery"},
{
id: "prod-3", name: "Block Print Cotton Fabrics", price: "B2B Price: $25/meter (Min 50 meters)", variant: "Indigo & Floral Patterns", imageSrc: "http://img.b2bpic.net/free-photo/bird-colorful-colorful-flowers-generative-ai_206725-752.jpg", imageAlt: "Rajasthani Block Print Fabrics"},
{
id: "prod-4", name: "Carved Wooden Furniture", price: "B2B Price: $300 (Min 2 units)", variant: "Sheesham Wood, Hand Carved", imageSrc: "http://img.b2bpic.net/free-photo/still-life-diwali-celebration_23-2149887022.jpg", imageAlt: "Rajasthani Wooden Furniture"},
{
id: "prod-5", name: "Organic Camel Milk Powder", price: "B2B Price: $18/kg (Min 10 kg)", variant: "100% Pure & Natural", imageSrc: "http://img.b2bpic.net/free-photo/eskimo-people-living-extreme-weather-condition_23-2151036528.jpg", imageAlt: "Camel Milk Powder"},
{
id: "prod-6", name: "Premium Rajasthani Spices", price: "B2B Price: $8/kg (Min 25 kg)", variant: "Assorted Whole Spices", imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg", imageAlt: "Rajasthani Spices"},
{
id: "prod-7", name: "Gemstone Painting Art", price: "B2B Price: $75 (Min 5 units)", variant: "Hand-painted, Various Sizes", imageSrc: "http://img.b2bpic.net/free-photo/gem-art-craft_23-2149021200.jpg", imageAlt: "Rajasthani Gemstone Painting"},
{
id: "prod-8", name: "Leather Mojari Shoes", price: "B2B Price: $35/pair (Min 12 pairs)", variant: "Handcrafted Leather Footwear", imageSrc: "http://img.b2bpic.net/free-photo/stylish-leather-shoes-men_23-2149718424.jpg", imageAlt: "Rajasthani Leather Mojari Shoes"},
];
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
@@ -21,173 +41,114 @@ export default function LandingPage() {
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About Us",
id: "/about",
},
{
name: "Products",
id: "/products",
},
{
name: "Suppliers",
id: "/suppliers/register",
},
{
name: "Contact",
id: "/contact",
},
]}
brandName="Hidden Rajasthan"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Products", id: "/products" },
{ name: "Suppliers", id: "/suppliers/register" },
{ name: "Contact", id: "/contact" },
]}
brandName="Hidden Rajasthan"
/>
</div>
<div id="product-catalog" data-section="product-catalog">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "catalog-1",
name: "Traditional Marble Artifacts",
price: "Starting from $50",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-artisan-doing-woodcutting_52683-126477.jpg",
imageAlt: "Rajasthani Marble Artifacts",
},
{
id: "catalog-2",
name: "Handloom Woven Textiles",
price: "Starting from $40",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-woman-wearing-traditional-sari-garment_23-2149565135.jpg",
imageAlt: "Handloom Products",
},
{
id: "catalog-3",
name: "Artisan Crafted Furniture",
price: "Starting from $200",
imageSrc: "http://img.b2bpic.net/free-photo/chinise-building_1417-1704.jpg",
imageAlt: "Rajasthani Furniture",
},
{
id: "catalog-4",
name: "Natural Herbal & Ayurvedic Products",
price: "Starting from $15",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-spa-items-wooden-background_23-2148268410.jpg",
imageAlt: "Herbal Wellness",
},
{
id: "catalog-5",
name: "Camel Milk Soap & Skincare",
price: "Starting from $12",
imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-milk-dried-dates-quail-eggs-marble-table_114579-24848.jpg",
imageAlt: "Camel Milk Soap",
},
{
id: "catalog-6",
name: "Authentic Local Snacks & Sweets",
price: "Starting from $8",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-different-seasonings-with-sliced-cabbage-greens-beet-white-table_140725-131718.jpg",
imageAlt: "Local Snacks",
},
]}
title="Explore Our Extensive Product Catalog"
description="From intricate handicrafts and luxurious textiles to essential rural products, find exactly what you need with advanced search and filtering options."
/>
</div>
<div id="product-listing-hero" data-section="product-listing-hero" className="py-20 md:py-24 lg:py-32 px-4 container mx-auto">
<div className="text-center mb-16 max-w-3xl mx-auto">
<h1 className="text-5xl md:text-6xl font-extrabold mb-4 leading-tight">
Discover Authentic B2B Products
</h1>
<p className="text-lg md:text-xl text-gray-600 dark:text-gray-300">
Explore our extensive catalog of wholesale products from Rajasthan. Use filters and search to find exactly what your business needs.
</p>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Hidden Rajasthan"
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Products",
href: "/products",
},
{
label: "Suppliers",
href: "/suppliers/register",
},
{
label: "Contact Us",
href: "/contact",
},
],
},
{
title: "Services",
items: [
{
label: "Wholesale Marketplace",
href: "#",
},
{
label: "Export Assistance",
href: "#",
},
{
label: "Private Labeling",
href: "#",
},
{
label: "Corporate Gifting",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms & Conditions",
href: "#",
},
],
},
{
title: "Connect",
items: [
{
label: "Instagram",
href: "https://instagram.com",
},
{
label: "Facebook",
href: "https://facebook.com",
},
{
label: "LinkedIn",
href: "https://linkedin.com",
},
{
label: "YouTube",
href: "https://youtube.com",
},
],
},
]}
copyrightText="© 2024 Hidden Rajasthan. All rights reserved."
/>
</div>
{/* Filters and Search Section */}
<div className="flex flex-col lg:flex-row gap-8 mb-16">
{/* Search Bar */}
<div className="flex-grow relative">
<input
type="text"
placeholder="Search products..."
className="w-full pl-12 pr-4 py-3 border border-gray-300 dark:border-gray-700 rounded-lg focus:ring-primary-cta focus:border-primary-cta dark:bg-card dark:text-foreground text-lg"
/>
<Search className="absolute left-4 top-1/2 -translate-y-1/2 text-gray-400 dark:text-gray-500" size={20} />
</div>
{/* Filters */}
<div className="flex flex-wrap gap-4 justify-center">
<select className="px-5 py-3 border border-gray-300 dark:border-gray-700 rounded-lg dark:bg-card dark:text-foreground text-lg">
<option value="">All Categories</option>
<option value="textiles">Textiles</option>
<option value="pottery">Pottery</option>
<option value="handicrafts">Handicrafts</option>
<option value="food">Food & Spices</option>
</select>
<select className="px-5 py-3 border border-gray-300 dark:border-gray-700 rounded-lg dark:bg-card dark:text-foreground text-lg">
<option value="">Price Range</option>
<option value="0-50">$0 - $50</option>
<option value="50-200">$50 - $200</option>
<option value="200-500">$200 - $500</option>
<option value="500+">$500+</option>
</select>
<button className="px-6 py-3 bg-primary-cta text-primary-cta-foreground rounded-lg font-semibold hover:opacity-90 transition-opacity duration-200 text-lg">
Apply Filters
</button>
</div>
</div>
</div>
<div id="product-grid-section" data-section="product-grid-section">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Wholesale Products"
description="High-quality products available for bulk purchase and B2B partnerships."
products={products}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Hidden Rajasthan"
columns={[
{
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Products", href: "/products" },
{ label: "Suppliers", href: "/suppliers/register" },
{ label: "Contact Us", href: "/contact" },
],
},
{
title: "Services", items: [
{ label: "Wholesale Marketplace", href: "#" },
{ label: "Export Assistance", href: "#" },
{ label: "Private Labeling", href: "#" },
{ label: "Corporate Gifting", href: "#" },
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
],
},
{
title: "Connect", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "YouTube", href: "https://youtube.com" },
],
},
]}
copyrightText="© 2024 Hidden Rajasthan. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);

View File

@@ -2,11 +2,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import { Scale, CheckCircle, Factory, Handshake, Box, Globe, Earth, UsersRound, MessageSquareText, Megaphone, Plane } from 'lucide-react';
export default function LandingPage() {
export default function SupplierRegistrationPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
@@ -21,148 +23,164 @@ export default function LandingPage() {
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About Us",
id: "/about",
},
{
name: "Products",
id: "/products",
},
{
name: "Suppliers",
id: "/suppliers/register",
},
{
name: "Contact",
id: "/contact",
},
]}
brandName="Hidden Rajasthan"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home", id: "/"},
{
name: "About Us", id: "/about"},
{
name: "Products", id: "/products"},
{
name: "Suppliers", id: "/suppliers/register"},
{
name: "Contact", id: "/contact"},
]}
brandName="Hidden Rajasthan"
/>
</div>
<div id="supplier-registration-info" data-section="supplier-registration-info">
<FaqSplitMedia
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "faq-1",
title: "Who can register as a supplier?",
content: "We welcome Rajasthan's artisans, manufacturers, rural entrepreneurs, and traditional businesses producing authentic products.",
},
{
id: "faq-2",
title: "What are the benefits of joining?",
content: "Gain access to a global buyer network, direct communication tools, export assistance, and secure business transactions.",
},
{
id: "faq-3",
title: "What information is required for registration?",
content: "You'll need to provide business name, owner name, product category, contact details, GST number, export experience, and product images.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-office-clerk-checking-his-phone-before-brief-meeeting_1098-20472.jpg"
imageAlt="Artisan filling online registration form"
mediaAnimation="slide-up"
title="Become a Hidden Rajasthan Supplier"
description="Join our growing network of authentic artisans and manufacturers. Expand your reach to national and international markets with ease."
faqsAnimation="slide-up"
/>
</div>
<div id="supplier-registration-form" data-section="supplier-registration-form">
<ContactSplitForm
title="Register as a Supplier"
description="Join our network of verified artisans and manufacturers. Fill out the form to start your journey with Hidden Rajasthan."
inputs={[
{ name: "name", type: "text", placeholder: "Your Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
{ name: "company", type: "text", placeholder: "Company Name", required: true },
]}
multiSelect={{
name: "productCategory", label: "Main Product Category", options: [
"Textiles & Apparel", "Handicrafts & Decor", "Jewellery", "Food & Beverages", "Leather Goods", "Others"],
}}
textarea={{
name: "message", placeholder: "Tell us about your products and business...", rows: 5,
}}
imageSrc="http://img.b2bpic.net/free-photo/market-stall-full-indian-spices_23-2147684948.jpg"
imageAlt="Market stall full of Indian spices"
mediaPosition="left"
buttonText="Submit Registration"
onSubmit={(data) => {
console.log("Supplier Registration Data:", data);
alert("Registration submitted successfully!");
}}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Hidden Rajasthan"
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Products",
href: "/products",
},
{
label: "Suppliers",
href: "/suppliers/register",
},
{
label: "Contact Us",
href: "/contact",
},
],
},
{
title: "Services",
items: [
{
label: "Wholesale Marketplace",
href: "#",
},
{
label: "Export Assistance",
href: "#",
},
{
label: "Private Labeling",
href: "#",
},
{
label: "Corporate Gifting",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms & Conditions",
href: "#",
},
],
},
{
title: "Connect",
items: [
{
label: "Instagram",
href: "https://instagram.com",
},
{
label: "Facebook",
href: "https://facebook.com",
},
{
label: "LinkedIn",
href: "https://linkedin.com",
},
{
label: "YouTube",
href: "https://youtube.com",
},
],
},
]}
copyrightText="© 2024 Hidden Rajasthan. All rights reserved."
/>
</div>
<div id="supplier-requirements" data-section="supplier-requirements">
<FeatureHoverPattern
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
title="Supplier Requirements"
description="Criteria for joining the Hidden Rajasthan network to ensure quality and reliability for our global buyers."
features={[
{
icon: Scale,
title: "Legal Entity & Compliance", description: "Registered business with all necessary local and national permits and licenses."},
{
icon: CheckCircle,
title: "Quality Standards", description: "Commitment to producing high-quality products consistently, meeting international benchmarks."},
{
icon: Factory,
title: "Production Capacity", description: "Ability to fulfill bulk orders and maintain a steady supply chain."},
{
icon: Handshake,
title: "Ethical & Sustainable Practices", description: "Adherence to fair labor, environmental responsibility, and transparent sourcing."},
{
icon: Box,
title: "Packaging & Logistics", description: "Capability for secure packaging and efficient dispatch for domestic and international shipments."},
{
icon: Globe,
title: "Export Readiness", description: "Understanding of export procedures, documentation, and international trade regulations."},
]}
/>
</div>
<div id="supplier-benefits" data-section="supplier-benefits">
<FeatureHoverPattern
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Benefits of Becoming a Hidden Rajasthan Supplier"
description="Expand your reach and grow your business by connecting with a global network of buyers seeking authentic Indian craftsmanship."
features={[
{
icon: Earth,
title: "Global Market Access", description: "Showcase your products to a worldwide audience, expanding your customer base beyond local markets."},
{
icon: UsersRound,
title: "Access to Verified Buyers", description: "Connect with legitimate businesses and individuals looking for quality products from Rajasthan."},
{
icon: MessageSquareText,
title: "Direct Buyer Communication", description: "Facilitate transparent and efficient interactions, enabling better deals and relationships."},
{
icon: Megaphone,
title: "Marketing & Promotion", description: "Benefit from our platform's marketing efforts, increasing visibility for your brand and products."},
{
icon: Plane,
title: "Export Support", description: "Receive guidance and assistance with international shipping, documentation, and trade compliance."},
{
icon: Handshake,
title: "Fair & Transparent Practices", description: "Operate within a fair and ethical marketplace that values artisans and quality manufacturing."},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Hidden Rajasthan"
columns={[
{
title: "Company", items: [
{
label: "About Us", href: "/about"},
{
label: "Products", href: "/products"},
{
label: "Suppliers", href: "/suppliers/register"},
{
label: "Contact Us", href: "/contact"},
],
},
{
title: "Services", items: [
{
label: "Wholesale Marketplace", href: "#"},
{
label: "Export Assistance", href: "#"},
{
label: "Private Labeling", href: "#"},
{
label: "Corporate Gifting", href: "#"},
],
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms & Conditions", href: "#"},
],
},
{
title: "Connect", items: [
{
label: "Instagram", href: "https://instagram.com"},
{
label: "Facebook", href: "https://facebook.com"},
{
label: "LinkedIn", href: "https://linkedin.com"},
{
label: "YouTube", href: "https://youtube.com"},
],
},
]}
copyrightText="© 2024 Hidden Rajasthan. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);