Spaces:
Sleeping
Sleeping
| import { NavItem, SpiceData, HeroContent, TrustStat, StoryStage, ComparisonItem, ImpactMetric, Testimonial, CTAContent, FooterContent } from '../types'; | |
| export const NAV_ITEMS: NavItem[] = [ | |
| { id: 'home', label: 'Genesis' }, | |
| { id: 'trust', label: 'Legacy' }, | |
| { id: 'process', label: 'Craft' }, | |
| { id: 'real-world', label: 'Scale' }, | |
| { id: 'impact', label: 'Impact' }, | |
| { id: 'testimonials', label: 'Voices' }, | |
| { id: 'comparison', label: 'Standards' }, | |
| { id: 'varieties', label: 'Collection' }, | |
| { id: 'contact', label: 'Trade' }, | |
| ]; | |
| export const HERO_DATA: HeroContent = { | |
| headline: "The Premier Source for India’s Red Chilli Trade", | |
| subheadline: "Direct sourcing of the finest Byadgi and Teja varieties. We are the bridge between the farm and your global brand.", | |
| cta: "Explore Collection" | |
| }; | |
| export const SOCIAL_LINKS = { | |
| instagram: "https://instagram.com", | |
| whatsapp: "https://wa.me/910000000000", | |
| linkedin: "https://linkedin.com" | |
| }; | |
| export const TRUST_STATS: TrustStat[] = [ | |
| { id: 'legacy', value: 40, suffix: '+', label: 'Years Legacy' }, | |
| { id: 'farmers', value: 2500, suffix: '+', label: 'Farmers Network' }, | |
| { id: 'capacity', value: 100, suffix: 'MT', label: 'Daily Capacity' }, | |
| { id: 'quality', value: 100, suffix: '%', label: 'Lab Tested' }, | |
| ]; | |
| export const SPICE_VARIANTS: SpiceData[] = [ | |
| { | |
| id: 'byadgi', | |
| name: 'Byadgi Kaddi', | |
| scoville: '10,000 - 30,000 SHU', | |
| description: 'Known for its deep red color and mild pungency. The essential ingredient for authentic visual appeal without overwhelming heat.', | |
| origin: 'Haveri District, Karnataka', | |
| color: '#7f1d1d', | |
| image: 'https://images.unsplash.com/photo-1541544537156-2150d83633d7?q=80&w=2669&auto=format&fit=crop', // Deep, dark textured chilli | |
| heatIndex: 3 | |
| }, | |
| { | |
| id: 'teja', | |
| name: 'Guntur Teja', | |
| scoville: '75,000 - 110,000 SHU', | |
| description: 'Sharp, fiery, and incredibly potent. For cuisines that demand respect and intensity.', | |
| origin: 'Guntur, Andhra Pradesh', | |
| color: '#dc2626', | |
| image: 'https://images.unsplash.com/photo-1563539860-2495ccb8254c?q=80&w=2574&auto=format&fit=crop', // Bright, sharp red chilli | |
| heatIndex: 9 | |
| }, | |
| { | |
| id: 'kashmiri', | |
| name: 'Kashmiri Premium', | |
| scoville: '1,500 - 2,000 SHU', | |
| description: 'Prized for its vibrant red pigment and mild, sweet undertones. Used primarily as a natural coloring agent in curries and tandoori dishes.', | |
| origin: 'Jammu & Kashmir / Karnataka', | |
| color: '#991b1b', | |
| image: 'https://images.unsplash.com/photo-1621360841013-c768371e93cf?q=80&w=2574&auto=format&fit=crop', // Rich powder/chilli vibe | |
| heatIndex: 1 | |
| }, | |
| { | |
| id: 'sannam', | |
| name: 'Sannam S4', | |
| scoville: '40,000 - 50,000 SHU', | |
| description: 'The global standard for Indian chilli. Balanced heat, moderate color, and excellent shelf life make it the versatile choice for bulk export.', | |
| origin: 'Guntur, Andhra Pradesh', | |
| color: '#ef4444', | |
| image: 'https://images.unsplash.com/photo-1601648764658-ad77dd7144e0?q=80&w=2602&auto=format&fit=crop', // Dried pile | |
| heatIndex: 6 | |
| }, | |
| { | |
| id: 'mundu', | |
| name: 'Ramnad Mundu', | |
| scoville: '15,000 - 25,000 SHU', | |
| description: 'Distinctive round shape with a unique flavor profile. Popular in Chettinad cuisine for its ability to impart flavor without aggressive heat.', | |
| origin: 'Ramnad, Tamil Nadu', | |
| color: '#b91c1c', | |
| image: 'https://images.unsplash.com/photo-1627308595229-7830a5c91f9f?q=80&w=2574&auto=format&fit=crop', // Rounder shape illusion or pile | |
| heatIndex: 4 | |
| }, | |
| { | |
| id: 'ghost', | |
| name: 'Bhut Jolokia', | |
| scoville: '1,000,000+ SHU', | |
| description: 'One of the world’s hottest chillies. Sourced specifically for capsaicin extraction, oleoresins, and extreme-heat sauce manufacturing.', | |
| origin: 'Assam / Nagaland', | |
| color: '#ef4444', | |
| image: 'https://images.unsplash.com/photo-1588619461327-047f311df704?q=80&w=2618&auto=format&fit=crop', // Fierce red | |
| heatIndex: 10 | |
| } | |
| ]; | |
| export const STORY_STAGES: StoryStage[] = [ | |
| { | |
| id: 'harvest', | |
| title: 'The Cultivation', | |
| subtitle: 'Nutrient-Rich Origins', | |
| description: 'Our journey begins in the black soils of Karnataka and Andhra Pradesh. We partner directly with generational farmers who understand the delicate balance of sun and soil needed for premium capsaicin development.', | |
| image: 'https://images.unsplash.com/photo-1595855793915-6331a9860473?q=80&w=2574&auto=format&fit=crop', // Agricultural field vibe | |
| stat: 'Region: Haveri & Guntur' | |
| }, | |
| { | |
| id: 'drying', | |
| title: 'The Awakening', | |
| subtitle: 'Traditional Sun-Drying', | |
| description: 'Post-harvest, the chillies are spread across vast open lands. Under the golden sun, they naturally cure, concentrating their fiery oils and developing that signature deep crimson wrinkling characteristic of high-grade Byadgi.', | |
| image: 'https://images.unsplash.com/photo-1596450523824-73890204cf89?q=80&w=2670&auto=format&fit=crop', // Red chillies drying | |
| stat: 'Process: 10-15 Days' | |
| }, | |
| { | |
| id: 'market', | |
| title: 'The Trade', | |
| subtitle: 'Market to Global Export', | |
| description: 'From rural bullock carts to our modern grading facilities. We act as the bridge, ensuring only the most consistent batches reach the global spice markets, free from aflatoxins and impurities.', | |
| image: 'https://images.unsplash.com/photo-1596150246244-a90104e18342?q=80&w=2670&auto=format&fit=crop', // Market sacks | |
| stat: 'Inventory: Premium Grade' | |
| } | |
| ]; | |
| export const COMPARISON_DATA: ComparisonItem[] = [ | |
| { | |
| id: 'quality', | |
| problem: 'Inconsistent Heat & Color', | |
| solution: 'Lab-Verified ASTA & SHU' | |
| }, | |
| { | |
| id: 'pricing', | |
| problem: 'Volatile Daily Pricing', | |
| solution: 'Forward Rate Contracts' | |
| }, | |
| { | |
| id: 'logistics', | |
| problem: 'Delayed, Opaque Shipping', | |
| solution: 'Real-time Batch Tracking' | |
| }, | |
| { | |
| id: 'sourcing', | |
| problem: 'Mixed & Adulterated Lots', | |
| solution: 'Single-Origin Purity' | |
| } | |
| ]; | |
| export const IMPACT_METRICS: ImpactMetric[] = [ | |
| { | |
| id: 'volume', | |
| value: '15,000+', | |
| label: 'Metric Tonnes Annually', | |
| description: 'Consistent supply volume ensuring year-round availability for bulk requirements.' | |
| }, | |
| { | |
| id: 'purity', | |
| value: '99.9%', | |
| label: 'Purity Rate', | |
| description: 'Automated stem removal and destoning processes guarantee ASTA standards.' | |
| }, | |
| { | |
| id: 'global', | |
| value: '12+', | |
| label: 'Export Destinations', | |
| description: 'A trusted supply chain partner for brands across Asia, Europe, and the Middle East.' | |
| } | |
| ]; | |
| export const TESTIMONIALS: Testimonial[] = [ | |
| { | |
| id: '1', | |
| quote: "आमच्या प्रत्येक मिसळीला जी 'तर्री' येते, ती फक्त तुमच्या लवंगी मिरचीमुळेच! क्वालिटीत कधीच तडजोड नाही.", | |
| name: "विलास पाटील", | |
| role: "Owner, Hotel Shivneri", | |
| location: "कोल्हापूर, महाराष्ट्र (Kolhapur)", | |
| image: "https://images.unsplash.com/photo-1596450523824-73890204cf89?q=80&w=2670&auto=format&fit=crop", | |
| language: 'mr' | |
| }, | |
| { | |
| id: '2', | |
| quote: "Finally, a supplier that understands the specific 'wrinkle' and pigment density needed for authentic blends. Exceptional reliability.", | |
| name: "Sarah Jenkins", | |
| role: "Head of Procurement", | |
| location: "London, UK", | |
| image: "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?q=80&w=2576&auto=format&fit=crop", | |
| language: 'en' | |
| }, | |
| { | |
| id: '3', | |
| quote: "ಬ್ಯಾಡಗಿ ಮೆಣಸಿನಕಾಯಿ ಬಣ್ಣ ಮತ್ತು ಘಾಟು ಅದ್ಭುತವಾಗಿದೆ. ಕಳೆದ 10 ವರ್ಷಗಳಿಂದ ನಮ್ಮ ನಂಬಿಕೆ ಉಳಿಸಿಕೊಂಡಿದ್ದೀರಿ.", | |
| name: "ಬಸವರಾಜ್ ಬೊಮ್ಮಾಯಿ", | |
| role: "Wholesale Trader", | |
| location: "ಹಾವೇರಿ, ಕರ್ನಾಟಕ (Haveri)", | |
| image: "https://images.unsplash.com/photo-1541544537156-2150d83633d7?q=80&w=2669&auto=format&fit=crop", | |
| language: 'kn' | |
| }, | |
| { | |
| id: '4', | |
| quote: "खरी बावली में ऐसा माल मिलना मुश्किल है। एकदम शुद्ध और तीखापन भी सही।", | |
| name: "राजेश गुप्ता", | |
| role: "Bulk Spices Distributor", | |
| location: "दिल्ली (Delhi)", | |
| image: "https://images.unsplash.com/photo-1556157382-97eda2d62296?q=80&w=2670&auto=format&fit=crop", | |
| language: 'hi' | |
| } | |
| ]; | |
| export const CTA_DATA: CTAContent = { | |
| headline: "Uncompromised Quality for the Global Palate", | |
| buttonLabel: "Initiate Trade Inquiry", | |
| owners: [ | |
| { name: "Channappa Pattanshetti", role: "Founder" }, | |
| { name: "Pratik Pattanshetti", role: "Managing Partner" } | |
| ] | |
| }; | |
| export const FOOTER_DATA: FooterContent = { | |
| brandName: "C.S. PATTANSHETTI", | |
| coordinates: "16°51'20.8\"N 74°34'57.9\"E", | |
| tagline: "From our spice to your flavor, we serve with heritage.", | |
| address: "Sangli Market Yard, Sangli, Maharashtra - 416416", | |
| developer: { | |
| team: "Team Triangle", | |
| name: "Aditya Devarshi", | |
| url: "https://www.linkedin.com/in/aditya-devarshi" | |
| } | |
| }; |