'use client' import { motion } from 'framer-motion' import Image from 'next/image' import { Mail, Phone, MapPin, Calendar, Award, Target, Users, Quote, Briefcase, Star, ArrowRight, CheckCircle, TrendingUp } 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 PageHero from '@/components/sections/PageHero' export default function FounderPage() { const founders = [ { name: 'Rajeev Singh', role: 'Founder & Chief Managing Director', image: '/Rajeev Singh.jpg', email: 'info@padmajarice.com', phone: '+91 94757 58817', description: 'Dynamic entrepreneur with 7+ years of experience in real estate. He successfully led Padmaja Group to a turnover of ₹200+ crores, showcasing his sharp business acumen and leadership skills.', vision: 'Now, he brings the same vision and excellence to the food processing industry, aiming to build a trusted and scalable brand focused on quality, innovation, and customer satisfaction.', achievements: [ '7+ years real estate experience', '₹200+ crores group turnover', 'Dynamic business leadership', 'Strategic vision & execution' ] }, { name: 'Padmaja Singh', role: 'Founder & Chairman', image: '/Padmaja Singh.png', description: 'Director at Padmaaja Rasooi Private Limited, with over 5 years of experience in managing large-scale business operations within the Padmaja Group. Her strong background in finance, project oversight, and administration has been instrumental in driving business efficiency and growth.', vision: 'As a co-leader of Padmaaja Rasooi, she is committed to upholding the values of quality, sustainability, and customer satisfaction while steering the company toward long-term success in the food processing industry.', achievements: [ '5+ years operations experience', 'Finance & project oversight', 'Business efficiency expert', 'Sustainability advocate' ] } ] return (
{/* PageHero Section */} {/* Modern Founders Section */}
{/* Section Header */} Leadership Team

The Minds Behind Padmaaja Rasooi

Meet the visionary leaders who bring decades of business excellence to India's food processing industry.

{/* Founders Grid */}
{founders.map((founder, index) => ( {/* Founder Image Section */}
{/* Large Background Blobs */}
{/* Enhanced Background Glow */}
{/* Main Image - Much Larger */}
{founder.name}
{/* Enhanced Status Badge */}
{/* Content Section */}
{/* Name & Role */}

{founder.name}

{founder.role}
{/* Contact Info */} {founder.email && (
{founder.email}
{founder.phone}
)} {/* Description */}

{founder.description}

{founder.vision}

{/* Achievements */}

Key Achievements

{founder.achievements.map((achievement, idx) => (
{achievement}
))}
))}
{/* Modern Business Story Section */}
{/* Background Pattern */}
{/* Section Header */} Our Story

From Vision to Reality

A journey of transformation from successful real estate ventures to revolutionizing India's food processing industry.

{/* Business Legacy Card */} {/* Header */}

Business Legacy

₹200+ Crores Achieved

{/* Content */}

The Padmaja Group, under the visionary leadership of Padmaja Singh, has achieved remarkable success with a turnover exceeding ₹100 crores.

Starting with real estate ventures, the group demonstrated exceptional business acumen and strategic growth, building a foundation of trust and excellence.

"Our transition from real estate to food processing represents our commitment to creating sustainable value in essential industries that serve communities."

— Founding Vision

{/* Key Stats */}
7+
Years Real Estate
5+
Years Operations
{/* Vision & Mission Card */} {/* Header */}

Vision & Mission

Future-Focused Leadership

{/* Content */}

To become India's most trusted name in authentic food processing, preserving traditional flavors while embracing modern technology.

Our mission extends beyond business success – we're building a legacy that honors India's culinary heritage while creating opportunities for sustainable growth.

{/* Mission Points */}

Quality Excellence

Quality-first approach in every product and process

Sustainable Practices

Ethical business practices that benefit all stakeholders

Community Impact

Empowering local communities and farmers across India

{/* Professional Call to Action Section */}
{/* Sophisticated Background Elements */}
{/* Subtle geometric patterns */}
{/* Grid overlay */}
Connect with Leadership

Let's Build the Future Together

Ready to explore partnership opportunities, discuss our vision, or learn more about Padmaaja Rasooi's journey? Our founders are always excited to connect with like-minded individuals and organizations.

{/* Enhanced Contact Cards */}
{/* Email Card */}

Email Us

Send us a message anytime

info@padmajarice.com

{/* Phone Card */}

Call Direct

Speak with our founder

+91 94757 58817

{/* Location Card */}

Visit Us

Based in India

Schedule a Meeting

{/* Action Buttons */}
) }