|
|
|
|
@@ -51,23 +51,31 @@ export default function LandingPage() {
|
|
|
|
|
background={{ variant: "glowing-orb" }}
|
|
|
|
|
leftCarouselItems={[
|
|
|
|
|
{
|
|
|
|
|
videoSrc: "https://videos.pexels.com/video-files/3454136/3454136-hd_1920_1080_30fps.mp4", imageAlt: "E-waste recycling process", videoAriaLabel: "E-waste recycling facility operations"},
|
|
|
|
|
videoSrc: "https://videos.pexels.com/video-files/3454136/3454136-hd_1920_1080_30fps.mp4", imageAlt: "E-waste recycling process", videoAriaLabel: "E-waste recycling facility operations"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-vector/intelligent-manufacturing-isometric-composition-with-holographic-control-panel-assembly-conveyor-dark_1284-31472.jpg?_wi=1", imageAlt: "Modern recycling facility"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-vector/intelligent-manufacturing-isometric-composition-with-holographic-control-panel-assembly-conveyor-dark_1284-31472.jpg?_wi=1", imageAlt: "Modern recycling facility"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/recycling-even-small-waste-is-our-duty_329181-9722.jpg?_wi=1", imageAlt: "E-waste collection services"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/recycling-even-small-waste-is-our-duty_329181-9722.jpg?_wi=1", imageAlt: "E-waste collection services"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/it-expert-monitors-server-farm-activity-using-tablet-while-walking-industrial-platform-data_482257-136209.jpg", imageAlt: "Battery waste management"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/it-expert-monitors-server-farm-activity-using-tablet-while-walking-industrial-platform-data_482257-136209.jpg", imageAlt: "Battery waste management"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
rightCarouselItems={[
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/supervisor-having-remote-discussion-with-manager_482257-96144.jpg", imageAlt: "Component dismantling process"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/supervisor-having-remote-discussion-with-manager_482257-96144.jpg", imageAlt: "Component dismantling process"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
videoSrc: "https://videos.pexels.com/video-files/855370/855370-hd_1920_1080_30fps.mp4", imageAlt: "Recycling operations", videoAriaLabel: "Sustainable recycling operations"},
|
|
|
|
|
videoSrc: "https://videos.pexels.com/video-files/855370/855370-hd_1920_1080_30fps.mp4", imageAlt: "Recycling operations", videoAriaLabel: "Sustainable recycling operations"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-vector/intelligent-manufacturing-isometric-composition-with-holographic-control-panel-assembly-conveyor-dark_1284-31472.jpg?_wi=2", imageAlt: "Recycling technology"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-vector/intelligent-manufacturing-isometric-composition-with-holographic-control-panel-assembly-conveyor-dark_1284-31472.jpg?_wi=2", imageAlt: "Recycling technology"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/recycling-even-small-waste-is-our-duty_329181-9722.jpg?_wi=2", imageAlt: "Professional waste management"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/recycling-even-small-waste-is-our-duty_329181-9722.jpg?_wi=2", imageAlt: "Professional waste management"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
carouselPosition="right"
|
|
|
|
|
buttons={[
|
|
|
|
|
@@ -82,7 +90,8 @@ export default function LandingPage() {
|
|
|
|
|
<TextSplitAbout
|
|
|
|
|
title="Empowering a Cleaner Future Through Responsible E-Waste Recycling"
|
|
|
|
|
description={[
|
|
|
|
|
"Founded in 2017 by Chhaya Sinha, Delhi NCR's first female entrepreneur in government-recognised e-waste management, Koscove E-Waste Pvt. Ltd. is one of India's most trusted and sustainable e-waste management brands.", "With headquarters in Noida and a recycling unit in Kosi, we maintain a strong PAN-India presence across 21 states. Our vision-driven brand has set benchmarks in innovation and regulatory compliance, honoured with multiple awards for excellence.", "From collection to recycling, we manage every aspect of electronic waste with strict regulatory adherence. We're committed to transforming discarded electronics into valuable resources while protecting our planet."]}
|
|
|
|
|
"Founded in 2017 by Chhaya Sinha, Delhi NCR's first female entrepreneur in government-recognised e-waste management, Koscove E-Waste Pvt. Ltd. is one of India's most trusted and sustainable e-waste management brands.", "With headquarters in Noida and a recycling unit in Kosi, we maintain a strong PAN-India presence across 21 states. Our vision-driven brand has set benchmarks in innovation and regulatory compliance, honoured with multiple awards for excellence.", "From collection to recycling, we manage every aspect of electronic waste with strict regulatory adherence. We're committed to transforming discarded electronics into valuable resources while protecting our planet."
|
|
|
|
|
]}
|
|
|
|
|
buttons={[{ text: "Our Services", href: "services" }]}
|
|
|
|
|
showBorder={true}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
@@ -103,13 +112,17 @@ export default function LandingPage() {
|
|
|
|
|
mediaPosition="right"
|
|
|
|
|
accordionItems={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "Electronic Waste Management", content: "Sustainable e-waste solutions with proven recycling methods. We provide comprehensive collection, segregation, and recycling services that maximize resource recovery while ensuring environmental compliance."},
|
|
|
|
|
id: "1", title: "Electronic Waste Management", content: "Sustainable e-waste solutions with proven recycling methods. We provide comprehensive collection, segregation, and recycling services that maximize resource recovery while ensuring environmental compliance."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "Battery Waste Management", content: "Specialized handling from collection to safe disposal. Our expert team manages battery waste with precision, following all safety protocols to prevent environmental contamination."},
|
|
|
|
|
id: "2", title: "Battery Waste Management", content: "Specialized handling from collection to safe disposal. Our expert team manages battery waste with precision, following all safety protocols to prevent environmental contamination."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "Bare Shelling & Dismantling", content: "Flexible recycling solutions exactly when you need them. We carefully dismantle electronic components to extract valuable materials and minimize waste."},
|
|
|
|
|
id: "3", title: "Bare Shelling & Dismantling", content: "Flexible recycling solutions exactly when you need them. We carefully dismantle electronic components to extract valuable materials and minimize waste."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", title: "EPR Services", content: "Find compliance solutions that shape your company's sustainability goals. We help organizations meet Extended Producer Responsibility requirements efficiently and responsibly."},
|
|
|
|
|
id: "4", title: "EPR Services", content: "Find compliance solutions that shape your company's sustainability goals. We help organizations meet Extended Producer Responsibility requirements efficiently and responsibly."
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
buttons={[{ text: "Start Working with Us", href: "contact" }]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
@@ -128,16 +141,19 @@ export default function LandingPage() {
|
|
|
|
|
metrics={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", value: "500+", title: "Satisfied Clients", items: [
|
|
|
|
|
"Across 21 states in India", "Growing network of partners", "4.9/5 client satisfaction rating"],
|
|
|
|
|
"Across 21 states in India", "Growing network of partners", "4.9/5 client satisfaction rating"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", value: "2017", title: "Year Established", items: [
|
|
|
|
|
"Industry pioneer in e-waste", "Award-winning compliance", "Proven track record"],
|
|
|
|
|
"Industry pioneer in e-waste", "Award-winning compliance", "Proven track record"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", value: "100%", title: "Regulatory Compliance", items: [
|
|
|
|
|
"Government recognised services", "Certified recycling facility", "Certified processes and protocols"],
|
|
|
|
|
},
|
|
|
|
|
"Government recognised services", "Certified recycling facility", "Certified processes and protocols"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -154,13 +170,17 @@ export default function LandingPage() {
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Rajesh Kumar", role: "IT Manager", testimonial: "Koscove's professional approach to e-waste management exceeded our expectations. Their compliance and efficiency are unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Rajesh Kumar"},
|
|
|
|
|
id: "1", name: "Rajesh Kumar", role: "IT Manager", testimonial: "Koscove's professional approach to e-waste management exceeded our expectations. Their compliance and efficiency are unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Rajesh Kumar"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Priya Sharma", role: "Operations Director", testimonial: "Working with Koscove has been transformative. Their commitment to sustainability and responsible recycling aligns perfectly with our corporate values.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg", imageAlt: "Priya Sharma"},
|
|
|
|
|
id: "2", name: "Priya Sharma", role: "Operations Director", testimonial: "Working with Koscove has been transformative. Their commitment to sustainability and responsible recycling aligns perfectly with our corporate values.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg", imageAlt: "Priya Sharma"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Amit Patel", role: "Procurement Head", testimonial: "Outstanding service from start to finish. Koscove's transparent processes and quick turnarounds make them our first choice for e-waste management.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg", imageAlt: "Amit Patel"},
|
|
|
|
|
id: "3", name: "Amit Patel", role: "Procurement Head", testimonial: "Outstanding service from start to finish. Koscove's transparent processes and quick turnarounds make them our first choice for e-waste management.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg", imageAlt: "Amit Patel"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "Sneha Desai", role: "Sustainability Lead", testimonial: "Koscove is a game-changer in the recycling industry. Their innovative approach and dedication to environmental responsibility sets them apart from competitors.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businessman-posing-looking-camera_1163-4800.jpg", imageAlt: "Sneha Desai"},
|
|
|
|
|
id: "4", name: "Sneha Desai", role: "Sustainability Lead", testimonial: "Koscove is a game-changer in the recycling industry. Their innovative approach and dedication to environmental responsibility sets them apart from competitors.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businessman-posing-looking-camera_1163-4800.jpg", imageAlt: "Sneha Desai"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -175,7 +195,8 @@ export default function LandingPage() {
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
names={[
|
|
|
|
|
"TechCorp India", "Green Solutions Ltd", "Digital Enterprises", "Future Tech Solutions", "Enterprise Systems Inc", "Sustainable Business Co", "Innovation Tech Group", "Global Recycling Partners"]}
|
|
|
|
|
"TechCorp India", "Green Solutions Ltd", "Digital Enterprises", "Future Tech Solutions", "Enterprise Systems Inc", "Sustainable Business Co", "Innovation Tech Group", "Global Recycling Partners"
|
|
|
|
|
]}
|
|
|
|
|
speed={40}
|
|
|
|
|
showCard={true}
|
|
|
|
|
/>
|
|
|
|
|
@@ -193,17 +214,23 @@ export default function LandingPage() {
|
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "What is Koscove?", content: "Koscove E-Waste Pvt. Ltd. is India's most trusted name in E-Waste Recycling & Sustainable IT Disposal. Founded in 2017, we transform discarded electronics into resources for a smarter, cleaner planet with strict regulatory compliance."},
|
|
|
|
|
id: "1", title: "What is Koscove?", content: "Koscove E-Waste Pvt. Ltd. is India's most trusted name in E-Waste Recycling & Sustainable IT Disposal. Founded in 2017, we transform discarded electronics into resources for a smarter, cleaner planet with strict regulatory compliance."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "What items do you recycle?", content: "We recycle a wide range of electronic waste including computers, laptops, mobile phones, servers, networking equipment, batteries, and other IT components. We handle both bulk and individual device collections."},
|
|
|
|
|
id: "2", title: "What items do you recycle?", content: "We recycle a wide range of electronic waste including computers, laptops, mobile phones, servers, networking equipment, batteries, and other IT components. We handle both bulk and individual device collections."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "Do you buy e-scrap?", content: "Yes, we purchase e-scrap and provide competitive rates for bulk electronic waste. Contact our team to discuss your specific materials and get a quote."},
|
|
|
|
|
id: "3", title: "Do you buy e-scrap?", content: "Yes, we purchase e-scrap and provide competitive rates for bulk electronic waste. Contact our team to discuss your specific materials and get a quote."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", title: "How does the recycling process work?", content: "Our comprehensive process includes collection, sorting, dismantling, material separation, and responsible processing. Every step follows strict environmental and regulatory standards to ensure maximum resource recovery."},
|
|
|
|
|
id: "4", title: "How does the recycling process work?", content: "Our comprehensive process includes collection, sorting, dismantling, material separation, and responsible processing. Every step follows strict environmental and regulatory standards to ensure maximum resource recovery."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", title: "Are your services compliant?", content: "Absolutely. We are government-recognized and certified for e-waste management. Our facility and processes meet all EPR (Extended Producer Responsibility) requirements and environmental regulations."},
|
|
|
|
|
id: "5", title: "Are your services compliant?", content: "Absolutely. We are government-recognized and certified for e-waste management. Our facility and processes meet all EPR (Extended Producer Responsibility) requirements and environmental regulations."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", title: "How do I schedule a collection?", content: "Contact us through our website or call our team directly. We offer flexible scheduling and handle collections across 21 states in India with professional pickup services."},
|
|
|
|
|
id: "6", title: "How do I schedule a collection?", content: "Contact us through our website or call our team directly. We offer flexible scheduling and handle collections across 21 states in India with professional pickup services."
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|