'use client' import { motion } from 'framer-motion' import Image from 'next/image' import Link from 'next/link' import { Users, Award, Target, Globe, Leaf, Shield, Heart, Factory, MapPin, Calendar, ArrowRight } from 'lucide-react' import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card' import { Badge } from '@/components/ui/badge' import { Button } from '@/components/ui/button' import ImageSlider from '@/components/ImageSlider' export default function AboutPage() { const sliderImages = [ { src: 'https://images.pexels.com/photos/164504/pexels-photo-164504.jpeg', alt: 'Rice Fields', title: 'Premium Basmati Rice Fields' }, { src: 'https://images.pexels.com/photos/2804327/pexels-photo-2804327.jpeg', alt: 'Rice Grains', title: 'High Quality Rice Grains' }, { src: 'https://images.pexels.com/photos/8108170/pexels-photo-8108170.jpeg', alt: 'Agriculture', title: 'Modern Agricultural Practices' }, { src: '/farmer.png', alt: 'Farmer', title: 'Dedicated Farming Excellence' }, // { // src: '/lab.png', // alt: 'Quality Control Lab', // title: 'Advanced Quality Control Laboratory' // }, { src: '/factory.png', alt: 'Manufacturing Facility', title: 'Manufacturing Facility' } ] const features = [ { icon: Leaf, title: 'Premium Basmati Rice', description: 'We source the finest Basmati rice from Haryana, known as the hub of premium quality Basmati rice.' }, { icon: Shield, title: 'Quality Assurance', description: 'FSSAI certified facilities with strict quality control measures ensuring food safety and excellence.' }, { icon: Heart, title: 'Traditional Excellence', description: 'Founded by experienced professionals with deep knowledge of rice processing and quality standards.' }, { icon: Factory, title: 'Modern Processing', description: 'Our manufacturing unit in Kaithal, Siwan, Haryana uses state-of-the-art technology for processing.' } ] const team = [ { name: 'Rajeev Singh', role: 'Founder & Director', image: '/Rajeev Singh.jpg', description: 'Ex-army professional who founded Padmaaja with extensive experience in real estate since 2018 and now leading FMCG operations.', background: 'Ex-Army • Real Estate Expert • Visionary Leader' }, { name: 'Smt. Padmasha Singh', role: 'Chairman', image: '/Padmaja Singh.png', description: 'Experienced leader providing strategic direction and ensuring the company maintains its commitment to quality and excellence.', background: 'Strategic Leader • Quality Advocate • Industry Expert' } ] const milestones = [ { year: '2018', title: 'Real Estate Journey', description: 'Started our business journey in real estate sector with successful operations' }, { year: '2024 Q1', title: 'FMCG Expansion', description: 'Transitioned into FMCG products, focusing on premium Basmati rice processing' }, { year: '2024 Q2', title: 'Manufacturing Setup', description: 'Established manufacturing unit in Kaithal, Siwan, Haryana - the hub of Basmati rice' }, { year: '2025', title: 'Brand Launch', description: 'Launched Kashmina Basmati Rice brand with guaranteed quality standards' } ] return (
{/* Image Slider Section */}
{/* Navigation Links */}
{/* Who We Are Section */}

Who We Are

{/* Left Column - Company Info */}

Based in Lucknow, Uttar Pradesh, India

We are an India-based company headquartered in Lucknow, Uttar Pradesh. Founded by an ex-army professional, Rajeev Singh (Founder and Director) and his wife Smt. Padmasha Singh (Chairman), we bring discipline, quality, and excellence to everything we do.

Our Journey

2018 Started our business journey in real estate
2024 Expanded into FMCG products, focusing on premium rice
Present Leading manufacturer of Kashmina Basmati Rice

Our manufacturing unit is strategically located in Kaithal, Siwan, Haryana - the renowned hub of Basmati rice production. Haryana is globally recognized for producing the finest quality Basmati rice, and our brand Kashmina Basmati Rice represents this legacy of excellence.

Our Promise

We assure and guarantee the highest quality standards in every grain of rice, bringing you the authentic taste and aroma that Basmati is known for.

{/* Right Column - Cards */}
{/* Manufacturing Excellence Card */} Manufacturing Excellence
Kaithal, Siwan, Haryana

Located in Haryana - the heart of Basmati rice cultivation

State-of-the-art processing facilities ensuring quality

Advanced quality control laboratory for testing

Hygienic packaging standards maintaining freshness

{/* Kashmina Rice Card */}
Kashmina Basmati Rice

Kashmina Basmati Rice

Our flagship brand represents the finest quality Basmati rice, carefully selected, processed, and packaged to deliver the authentic aroma, long grains, and exceptional taste that makes every meal special.

{/* Mission & Vision Section */}
{/* Mission */}
Our Mission

Our mission is very simple - we know that if we provide the best, you will collaborate with us as the best. We think and work towards prevailing all over India. Our mission is to provide the best quality rice for everyone at affordable cost, ensuring premium Basmati reaches every Indian kitchen.

{/* Vision */}
Our Vision

We know that we are processing what you don't see, but you eat. Here our responsibility is paramount. Our vision is to be the best in your eyes and within your budget - delivering exceptional quality Kashmina Basmati Rice that exceeds expectations while remaining accessible to all.

{/* Features Section */}

Why Choose Padmaaja Rasooi?

We're committed to delivering authentic flavors through traditional recipes and modern food processing excellence.

{features.map((feature, index) => (

{feature.title}

{feature.description}

))}
{/* Leadership Overview Section */}

Our Leadership

Founded by experienced professionals with a vision to bring premium quality Basmati rice from Haryana to every Indian household.

Meet Our Founders

Rajeev Singh (Founder & Director) - Ex-army professional with extensive experience in real estate since 2018, now leading our FMCG operations with discipline and excellence.

Smt. Padmasha Singh (Chairman) - Experienced leader providing strategic direction and ensuring our commitment to quality and excellence.

Rajeev Singh
Smt. Padmasha Singh
{/* Our Team Section */}
Meet Our Team

Our Core Team

Meet the dedicated professionals who ensure every grain of Kashmina Basmati Rice meets our exceptional standards of quality and excellence.

{/* Team Grid */}
{[ { name: "Abhishek Patel", role: "HR", department: "Human Resources", description: "Manages our human resources and ensures smooth workforce operations across all departments.", icon: "👔", color: "from-blue-500 to-blue-600", bgColor: "bg-blue-50", borderColor: "border-blue-200" }, { name: "Atul Sahu", role: "Account", department: "Finance & Accounts", description: "Manages financial operations, accounting, and ensures fiscal responsibility across the organization.", icon: "💼", color: "from-emerald-500 to-emerald-600", bgColor: "bg-emerald-50", borderColor: "border-emerald-200" }, { name: "Rahul Kumar", role: "Lab", department: "Quality Control Laboratory", description: "Oversees all laboratory testing and quality analysis to maintain our premium standards.", icon: "🔬", color: "from-orange-500 to-orange-600", bgColor: "bg-orange-50", borderColor: "border-orange-200" }, { name: "Shivchandra", role: "Processing Incharge", department: "Rice Processing", description: "Supervises rice processing operations and ensures efficient production workflows.", icon: "🏭", color: "from-purple-500 to-purple-600", bgColor: "bg-purple-50", borderColor: "border-purple-200" }, { name: "Sunil Awasthi", role: "Marketing Head", department: "Marketing & Sales", description: "Leads marketing strategies and sales initiatives to expand our market presence.", icon: "📈", color: "from-teal-500 to-teal-600", bgColor: "bg-teal-50", borderColor: "border-teal-200" }, { name: "Sailesh Tiwari", role: "Head of Operation", department: "Operations Management", description: "Manages overall operations and coordinates between different departments for seamless workflow.", icon: "⚙️", color: "from-indigo-500 to-indigo-600", bgColor: "bg-indigo-50", borderColor: "border-indigo-200" }, { name: "Ajad Singh", role: "Head of Operation", department: "Operations Management", description: "Oversees operational excellence and ensures quality standards across all production processes.", icon: "🎯", color: "from-rose-500 to-rose-600", bgColor: "bg-rose-50", borderColor: "border-rose-200" } ].map((member, index) => (
{/* Background Pattern */}
{/* Icon */}
{member.icon}
{/* Name & Role */}

{member.name}

{member.role}

{member.department}
{/* Description */}

{member.description}

{/* Hover Effect Gradient */}
))}
{/* Team Stats */} {[ { number: "7+", label: "Team Members", icon: "👥" }, { number: "100%", label: "Dedication", icon: "⭐" }, { number: "24/7", label: "Quality Focus", icon: "🎯" }, { number: "200+ CR", label: "Revenue", icon: "💰" }, ].map((stat, index) => (
{stat.icon}
{stat.number}
{stat.label}
))}
{/* Banking Partner Banner */} {/* Background Pattern */}
🏦

Trusted Banking Partner

State Bank of India, Kaithal

Our operations are backed by State Bank of India in Kaithal, Haryana, ensuring financial stability and trust in all our business operations.

{/* Journey & Milestones Section */}

Our Journey

From a small family kitchen to a trusted brand across India - here's how we've grown while staying true to our roots.

{milestones.map((milestone, index) => (
{milestone.year}

{milestone.title}

{milestone.description}

))}
{/* Rice Processing Journey Section */}

From Farm to Table

Our meticulous 8-step process ensures every grain of Kashmina Basmati Rice meets the highest standards of quality, purity, and freshness.

{/* Process Flow */}
{[ { step: 1, title: "Purchase", description: "Premium paddy sourced directly from trusted farmers in Haryana", icon: "🌾", color: "from-green-400 to-green-600" }, { step: 2, title: "Lab Testing", description: "Rigorous quality checks for moisture, purity, and grain quality", icon: "🔬", color: "from-blue-400 to-blue-600" }, { step: 3, title: "Drying Process", description: "Controlled drying to optimal moisture levels for processing", icon: "☀️", color: "from-yellow-400 to-orange-500" }, { step: 4, title: "Steaming", description: "Traditional steaming process to enhance aroma and texture", icon: "♨️", color: "from-purple-400 to-purple-600" }, { step: 5, title: "Sorting", description: "Advanced sorting to separate premium long grains", icon: "🔍", color: "from-teal-400 to-teal-600" }, { step: 6, title: "Quality Check", description: "Final quality inspection ensuring consistency and excellence", icon: "✅", color: "from-emerald-400 to-emerald-600" }, { step: 7, title: "Packaging", description: "Hygienic packaging in food-grade materials for freshness", icon: "📦", color: "from-indigo-400 to-indigo-600" }, { step: 8, title: "Labelling", description: "Proper labelling with batch details and quality certifications", icon: "🏷️", color: "from-rose-400 to-rose-600" } ].map((process, index) => ( {/* Connecting Line for larger screens */} {index < 7 && (
)} {/* Step Number */}
{process.step}
{/* Icon */}
{process.icon}
{/* Title */}

{process.title}

{/* Description */}

{process.description}

))}
{/* Quality Assurance Banner */}

🏆 Quality Guaranteed at Every Step

Our FSSAI-certified facility and experienced team ensure that every grain of Kashmina Basmati Rice maintains the authentic aroma, perfect texture, and exceptional taste that makes your meals truly special.

{/* Values Section */}

Our Core Values

The principles that guide everything we do at Padmaaja Rasooi.

Authenticity

We stay true to traditional recipes and cooking methods, ensuring every product delivers the authentic taste that connects you to India's rich culinary heritage.

Quality

From sourcing the finest ingredients to maintaining strict quality controls, we ensure every product meets the highest standards of safety and excellence.

Family First

We believe food brings families together. Every product is crafted with the same love and care we put into our own family's meals.

) }