import { useState } from 'react';
import {
FaWhatsapp,
FaPhoneAlt,
FaInstagram,
FaYoutube,
FaFacebookF,
} from 'react-icons/fa';
export default function SabkaKabadiWalaWebsite() {
const [selectedService, setSelectedService] = useState('');
const [language, setLanguage] = useState('en');
const translations = {
en: {
home: 'Home',
services: 'Services',
about: 'About',
rates: 'Check Rate',
contact: 'Contact',
heroTitle: 'Scrap Pickup Services in Nagpur',
heroSubtitle: 'Turn your old scrap into instant cash — book your pickup today! 💰♻️',
bookPickup: '{t.bookPickup}',
whatsapp: '{t.whatsapp}',
quickBooking: 'Quick Booking Form',
yourName: 'Your Name',
phone: 'Phone Number',
location: 'Location',
address: 'Address',
selectScrap: 'Select Scrap Type',
submit: 'Submit → WhatsApp',
ourServices: '{t.ourServices}',
whyChoose: '{t.whyChoose}',
scrapWeBuy: '{t.scrapWeBuy}',
aboutTitle: '{t.aboutTitle}',
howWorks: '{t.howWorks}',
reviews: '{t.reviews}',
faq: '{t.faq}',
contactUs: '{t.contactUs}'
},
hi: {
home: 'होम',
services: 'सेवाएं',
about: 'हमारे बारे में',
rates: 'रेट देखें',
contact: 'संपर्क करें',
heroTitle: 'नागपुर में स्क्रैप पिकअप सेवा',
heroSubtitle: 'अपने पुराने कबाड़ को तुरंत पैसे में बदलें — आज ही पिकअप बुक करें! 💰♻️',
bookPickup: 'पिकअप बुक करें',
whatsapp: 'व्हाट्सएप',
quickBooking: 'त्वरित बुकिंग फॉर्म',
yourName: 'आपका नाम',
phone: 'फोन नंबर',
location: 'लोकेशन',
address: 'पता',
selectScrap: 'स्क्रैप का प्रकार चुनें',
submit: 'सबमिट → व्हाट्सएप',
ourServices: 'हमारी सेवाएं',
whyChoose: 'हमें क्यों चुनें',
scrapWeBuy: 'हम कौन सा स्क्रैप खरीदते हैं',
aboutTitle: 'सबका कबाड़ी वाला के बारे में',
howWorks: 'यह कैसे काम करता है',
reviews: 'ग्राहक समीक्षा',
faq: 'अक्सर पूछे जाने वाले सवाल',
contactUs: 'संपर्क करें'
}
};
const t = translations[language];
const handleLanguageSwitch = () => {
setLanguage((prev) => (prev === 'en' ? 'hi' : 'en'));
};
const scrollToSection = (id) => {
const section = document.querySelector(id);
if (section) {
section.scrollIntoView({ behavior: 'smooth' });
}
};
const handleServiceClick = (serviceName) => {
setSelectedService(serviceName);
scrollToSection('#contact');
};
const services = [
{ icon: '🏠', title: 'Household Scrap' },
{ icon: '🏢', title: 'Office Scrap' },
{ icon: '🏭', title: 'Factory Scrap' },
{ icon: '📦', title: 'Bulk Scrap' },
];
const features = [
'Free Pickup',
'Best Rate',
'Instant Payment',
'Same Day Service',
];
const testimonials = [
{
name: 'Rahul Sharma',
review:
'Very fast pickup service and best scrap rates in Nagpur. Highly recommended!',
},
{
name: 'Pooja Verma',
review:
'Easy booking process and instant payment. Great experience.',
},
{
name: 'Amit Patel',
review:
'Professional team with same day scrap pickup service.',
},
];
const handleWhatsAppSubmit = (e) => {
e.preventDefault();
const form = e.target;
const name = form.name.value;
const phone = form.phone.value;
const address = form.address.value;
const scrap = form.scrap.value;
const location = form.location.value;
const message = `Hello Sabka Kabadi Wala!
Name: ${name}
Phone: ${phone}
Location: ${location}
Address: ${address}
Scrap Type: ${scrap}`;
const whatsappUrl = `https://wa.me/919270710349?text=${encodeURIComponent(message)}`;
window.open(whatsappUrl, '_blank', 'noopener,noreferrer');
};
return (
{/* Navbar */}
{
e.currentTarget.src = 'https://via.placeholder.com/150?text=Logo';
}}
alt="Sabka Kabadi Wala Logo"
className="w-14 h-14 md:w-16 md:h-16 rounded-full object-cover border-2 border-yellow-400 shadow-xl transition duration-500 hover:scale-110 hover:rotate-6 hover:-translate-y-1 hover:shadow-2xl"
/>
Sabka Kabadi Wala
Scrap Pickup Services in Nagpur
scrollToSection('#home')} className="hover:text-yellow-300 transition cursor-pointer">{t.home}
scrollToSection('#services')} className="hover:text-yellow-300 transition cursor-pointer">{t.services}
scrollToSection('#about')} className="hover:text-yellow-300 transition cursor-pointer">{t.about}
scrollToSection('#faq')} className="hover:text-yellow-300 transition cursor-pointer">{t.rates}
scrollToSection('#contact')} className="hover:text-yellow-300 transition cursor-pointer">{t.contact}
🌐 {language === 'en' ? 'हिंदी' : 'English'}
{/* Hero Section */}
{t.heroTitle}
{t.heroSubtitle}
scrollToSection('#contact')}
className="bg-yellow-400 text-black px-6 py-3 rounded-2xl font-bold shadow-xl transform-gpu transition-all duration-500 hover:scale-110 hover:-translate-y-2 hover:rotate-1 hover:shadow-2xl cursor-pointer"
>
Book Pickup
WhatsApp
{t.quickBooking}
{/* Services */}
Our Services
We provide doorstep scrap pickup services for homes, offices,
factories, and bulk scrap collection with best market prices.
{services.map((service, index) => (
handleServiceClick(service.title)}
className="bg-gray-50 rounded-3xl p-8 shadow-xl transform-gpu transition-all duration-500 hover:shadow-[0_30px_60px_rgba\(0,0,0,0\.25\)] hover:-translate-y-4 hover:rotate-2 hover:scale-105 cursor-pointer w-full text-center"
>
{service.icon}
{service.title}
))}
{/* Why Choose Us */}
Why Choose Us
{features.map((item, index) => (
))}
{/* Scrap We Buy */}
Scrap We Buy
We purchase all types of recyclable scrap materials with best market prices and instant payment.
{[
{ icon: '📄', name: 'Paper' },
{ icon: '🧴', name: 'Plastic' },
{ icon: '🔩', name: 'Iron' },
{ icon: '⚙️', name: 'Metal' },
{ icon: '💻', name: 'E-waste' },
{ icon: '🟠', name: 'Copper' },
{ icon: '🟡', name: 'Brass' },
].map((item, index) => (
))}
{/* About */}
About Sabka Kabadi Wala
Sabka Kabadi Wala is a trusted doorstep scrap pickup service in
Nagpur, offering fast, reliable, and hassle-free scrap collection
for homes, offices, and factories.
We buy all types of scrap including paper, plastic, iron, metal,
and e-waste with free pickup, best market rates, and instant
payment.
Our mission is to make scrap selling simple, transparent, and
convenient while helping keep Nagpur clean and green ♻️
{/* How It Works */}
How It Works
{[
'Book Pickup',
'Pickup',
'Weigh Scrap',
'Instant Payment',
].map((step, index) => (
))}
{/* Testimonials */}
Customer Reviews
{testimonials.map((item, index) => (
⭐⭐⭐⭐⭐
“{item.review}”
{item.name}
))}
{/* FAQ */}
Frequently Asked Questions
Minimum Pickup?
Minimum scrap pickup starts from ₹500 value.
Service Area?
We provide scrap pickup services across Nagpur & nearby areas.
Payment Method?
Instant cash, UPI, Google Pay, PhonePe & bank transfer available.
{/* Contact */}
{/* Floating Buttons */}
{/* Footer */}
);
}
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Leave a Reply