Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
260
src/app/page.tsx
260
src/app/page.tsx
@@ -32,37 +32,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Books",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Books", id: "#products"},
|
||||
{
|
||||
name: "Impact",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Impact", id: "#metrics"},
|
||||
{
|
||||
name: "Partners",
|
||||
id: "#partners",
|
||||
},
|
||||
name: "Partners", id: "#partners"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "#faqs",
|
||||
},
|
||||
name: "FAQs", id: "#faqs"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/26-january-indian-republic-day-concept-vector-illustration_460848-8774.jpg"
|
||||
logoAlt="Kenbee EduTech Logo"
|
||||
@@ -74,84 +58,44 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Foundation For Future: Empowering Young Minds"
|
||||
description="Kenbee EduTech provides world-class preschool educational materials, fostering early childhood learning and building bright futures for every child."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Mrs. Priya Sharma",
|
||||
handle: "Principal, Sunshine Academy",
|
||||
testimonial: "Kenbee's curriculum has transformed our preschool. The interactive books and activities have made learning so much more engaging for our students!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smile-woman-talking-phone-looking-camera_23-2148317284.jpg",
|
||||
imageAlt: "Principal Priya Sharma",
|
||||
},
|
||||
name: "Mrs. Priya Sharma", handle: "Principal, Sunshine Academy", testimonial: "Kenbee's curriculum has transformed our preschool. The interactive books and activities have made learning so much more engaging for our students!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smile-woman-talking-phone-looking-camera_23-2148317284.jpg", imageAlt: "Principal Priya Sharma"},
|
||||
{
|
||||
name: "Mr. Anand Singh",
|
||||
handle: "Parent, Delhi",
|
||||
testimonial: "My child absolutely loves Kenbee books. The concepts are easy to grasp, and I've seen a remarkable improvement in her early learning skills.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
|
||||
imageAlt: "Parent Anand Singh",
|
||||
},
|
||||
name: "Mr. Anand Singh", handle: "Parent, Delhi", testimonial: "My child absolutely loves Kenbee books. The concepts are easy to grasp, and I've seen a remarkable improvement in her early learning skills.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Parent Anand Singh"},
|
||||
{
|
||||
name: "Ms. Rina Kapoor",
|
||||
handle: "Educator, Little Wonders",
|
||||
testimonial: "As a teacher, I find Kenbee's pre-planned activities invaluable. They save time and ensure a comprehensive learning experience without homework burden.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-superhero-female-looking-camera-isolated-green-background_141793-64255.jpg",
|
||||
imageAlt: "Educator Rina Kapoor",
|
||||
},
|
||||
name: "Ms. Rina Kapoor", handle: "Educator, Little Wonders", testimonial: "As a teacher, I find Kenbee's pre-planned activities invaluable. They save time and ensure a comprehensive learning experience without homework burden.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-superhero-female-looking-camera-isolated-green-background_141793-64255.jpg", imageAlt: "Educator Rina Kapoor"},
|
||||
{
|
||||
name: "Mr. Dev Patel",
|
||||
handle: "School Director, Bright Minds",
|
||||
testimonial: "Partnering with Kenbee EduTech was one of our best decisions. Their support and quality materials have significantly enhanced our school's reputation.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident-with-his-arm_1298-403.jpg",
|
||||
imageAlt: "School Director Dev Patel",
|
||||
},
|
||||
name: "Mr. Dev Patel", handle: "School Director, Bright Minds", testimonial: "Partnering with Kenbee EduTech was one of our best decisions. Their support and quality materials have significantly enhanced our school's reputation.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident-with-his-arm_1298-403.jpg", imageAlt: "School Director Dev Patel"},
|
||||
{
|
||||
name: "Dr. Sameera Khan",
|
||||
handle: "Curriculum Head, Bloom Schools",
|
||||
testimonial: "The skill-based learning approach of Kenbee curriculum is truly innovative. It aligns perfectly with modern educational pedagogy, making learning effective and fun.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-teacher-classroom_23-2151696480.jpg",
|
||||
imageAlt: "Curriculum Head Sameera Khan",
|
||||
},
|
||||
name: "Dr. Sameera Khan", handle: "Curriculum Head, Bloom Schools", testimonial: "The skill-based learning approach of Kenbee curriculum is truly innovative. It aligns perfectly with modern educational pedagogy, making learning effective and fun.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-teacher-classroom_23-2151696480.jpg", imageAlt: "Curriculum Head Sameera Khan"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Books",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Our Books", href: "#products"},
|
||||
{
|
||||
text: "Request a Sample",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request a Sample", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg",
|
||||
alt: "Principal Priya Sharma",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg", alt: "Principal Priya Sharma"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-adult-male-riding-scooter-with-headphones_23-2148577360.jpg",
|
||||
alt: "Parent Anand Singh",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-adult-male-riding-scooter-with-headphones_23-2148577360.jpg", alt: "Parent Anand Singh"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/kid-having-fun-jungle-party_23-2149499022.jpg",
|
||||
alt: "Educator Rina Kapoor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/kid-having-fun-jungle-party_23-2149499022.jpg", alt: "Educator Rina Kapoor"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-black-boy-with-headphone-talking-his-mother-while-learning-home_637285-11415.jpg",
|
||||
alt: "School Director Dev Patel",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-black-boy-with-headphone-talking-his-mother-while-learning-home_637285-11415.jpg", alt: "School Director Dev Patel"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-happy-be-back-work_23-2148727621.jpg",
|
||||
alt: "Businesswoman happy to be back at work",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-happy-be-back-work_23-2148727621.jpg", alt: "Businesswoman happy to be back at work"},
|
||||
]}
|
||||
avatarText="Join 100+ schools across India"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-girl-classroom_23-2150769364.jpg"
|
||||
@@ -159,25 +103,15 @@ export default function LandingPage() {
|
||||
mediaAnimation="opacity"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Engaging Curriculum",
|
||||
},
|
||||
type: "text", text: "Engaging Curriculum"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Holistic Development",
|
||||
},
|
||||
type: "text", text: "Holistic Development"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Innovative Learning",
|
||||
},
|
||||
type: "text", text: "Innovative Learning"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Trusted by Educators",
|
||||
},
|
||||
type: "text", text: "Trusted by Educators"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Joyful Discoveries",
|
||||
},
|
||||
type: "text", text: "Joyful Discoveries"},
|
||||
]}
|
||||
marqueeSpeed={50}
|
||||
showMarqueeCard={true}
|
||||
@@ -189,7 +123,6 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
tag="About Kenbee"
|
||||
title="Our Mission: Nurturing Curiosity & Joyful Learning"
|
||||
description="Kenbee is a premier provider of pre-primary educational materials designed to foster early childhood learning. We believe in building a strong foundation for future success, nurturing curiosity, and making learning joyful for every child. Our commitment is to inspire young learners and support dedicated educators with innovative and engaging resources."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -200,30 +133,15 @@ export default function LandingPage() {
|
||||
description="Our meticulously crafted curriculum and books are designed to empower educators and inspire young learners, ensuring a holistic and engaging educational experience with proven benefits."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "no-homework",
|
||||
title: "No Homework Setting",
|
||||
content: "Our curriculum eliminates traditional homework for young children, focusing on in-class engagement and play-based learning to reduce stress and foster a love for discovery.",
|
||||
},
|
||||
id: "no-homework", title: "No Homework Setting", content: "Our curriculum eliminates traditional homework for young children, focusing on in-class engagement and play-based learning to reduce stress and foster a love for discovery."},
|
||||
{
|
||||
id: "pre-planned",
|
||||
title: "Pre-Planned Activities",
|
||||
content: "Every lesson comes with carefully planned, age-appropriate activities that are easy for teachers to implement and highly engaging for students, ensuring consistent quality.",
|
||||
},
|
||||
id: "pre-planned", title: "Pre-Planned Activities", content: "Every lesson comes with carefully planned, age-appropriate activities that are easy for teachers to implement and highly engaging for students, ensuring consistent quality."},
|
||||
{
|
||||
id: "reduced-bag",
|
||||
title: "Reduced Bag Weight",
|
||||
content: "We design our books and materials to be lightweight and manageable, prioritizing the physical well-being of young students while providing comprehensive content.",
|
||||
},
|
||||
id: "reduced-bag", title: "Reduced Bag Weight", content: "We design our books and materials to be lightweight and manageable, prioritizing the physical well-being of young students while providing comprehensive content."},
|
||||
{
|
||||
id: "skill-based",
|
||||
title: "Skill-Based Learning",
|
||||
content: "Our approach focuses on developing core skills through interactive lessons, encouraging critical thinking, creativity, and problem-solving from an early age.",
|
||||
},
|
||||
id: "skill-based", title: "Skill-Based Learning", content: "Our approach focuses on developing core skills through interactive lessons, encouraging critical thinking, creativity, and problem-solving from an early age."},
|
||||
{
|
||||
id: "teacher-friendly",
|
||||
title: "Teacher & Parent-Friendly Approach",
|
||||
content: "Our resources are intuitive for teachers to use and provide clear guidance for parents to support learning at home, fostering a collaborative educational environment.",
|
||||
},
|
||||
id: "teacher-friendly", title: "Teacher & Parent-Friendly Approach", content: "Our resources are intuitive for teachers to use and provide clear guidance for parents to support learning at home, fostering a collaborative educational environment."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-boy-having-fun-while-playing-with-his-family_23-2149489569.jpg"
|
||||
imageAlt="Children engaging in various learning activities, showcasing skill-based learning"
|
||||
@@ -240,47 +158,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "book-maths",
|
||||
name: "Early Maths Explorers",
|
||||
price: "₹ 349",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-math-objects-character_23-2151749710.jpg",
|
||||
imageAlt: "Preschool Maths Book Cover",
|
||||
},
|
||||
id: "book-maths", name: "Early Maths Explorers", price: "₹ 349", imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-math-objects-character_23-2151749710.jpg", imageAlt: "Preschool Maths Book Cover"},
|
||||
{
|
||||
id: "book-english",
|
||||
name: "Phonics & Fun English",
|
||||
price: "₹ 329",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-background-children_23-2150473153.jpg",
|
||||
imageAlt: "Preschool English Book Cover",
|
||||
},
|
||||
id: "book-english", name: "Phonics & Fun English", price: "₹ 329", imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-background-children_23-2150473153.jpg", imageAlt: "Preschool English Book Cover"},
|
||||
{
|
||||
id: "book-hindi",
|
||||
name: "Meri Pehli Hindi Pustak",
|
||||
price: "₹ 299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-little-girl-praying_23-2151061776.jpg",
|
||||
imageAlt: "Preschool Hindi Book Cover",
|
||||
},
|
||||
id: "book-hindi", name: "Meri Pehli Hindi Pustak", price: "₹ 299", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-little-girl-praying_23-2151061776.jpg", imageAlt: "Preschool Hindi Book Cover"},
|
||||
{
|
||||
id: "book-evs",
|
||||
name: "Discovering Our World (EVS)",
|
||||
price: "₹ 319",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-background-children_23-2150473335.jpg",
|
||||
imageAlt: "Preschool EVS Book Cover",
|
||||
},
|
||||
id: "book-evs", name: "Discovering Our World (EVS)", price: "₹ 319", imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-background-children_23-2150473335.jpg", imageAlt: "Preschool EVS Book Cover"},
|
||||
{
|
||||
id: "book-nursery",
|
||||
name: "Nursery Activity Treasury",
|
||||
price: "₹ 279",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-child-drawing-mother-s-day_23-2147623093.jpg",
|
||||
imageAlt: "Nursery Activity Book Cover",
|
||||
},
|
||||
id: "book-nursery", name: "Nursery Activity Treasury", price: "₹ 279", imageSrc: "http://img.b2bpic.net/free-photo/top-view-child-drawing-mother-s-day_23-2147623093.jpg", imageAlt: "Nursery Activity Book Cover"},
|
||||
{
|
||||
id: "book-lkg",
|
||||
name: "LKG Story & Rhyme Book",
|
||||
price: "₹ 309",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-some-books_23-2147783657.jpg",
|
||||
imageAlt: "LKG Story Book Cover",
|
||||
},
|
||||
id: "book-lkg", name: "LKG Story & Rhyme Book", price: "₹ 309", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-some-books_23-2147783657.jpg", imageAlt: "LKG Story Book Cover"},
|
||||
]}
|
||||
title="Explore Our Comprehensive Book Catalog"
|
||||
description="Dive into our extensive collection of preschool books, carefully categorized for Play Group, Nursery, LKG, and Prep, covering essential subjects like Maths, English, Hindi, and EVS."
|
||||
@@ -294,29 +182,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "schools",
|
||||
value: "100+",
|
||||
title: "Curriculum Powered Schools",
|
||||
description: "Trusted by leading educational institutions across India.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg",
|
||||
imageAlt: "School building icon",
|
||||
},
|
||||
id: "schools", value: "100+", title: "Curriculum Powered Schools", description: "Trusted by leading educational institutions across India.", imageSrc: "http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg", imageAlt: "School building icon"},
|
||||
{
|
||||
id: "children",
|
||||
value: "50,000+",
|
||||
title: "Children Impacted",
|
||||
description: "Empowering young learners with engaging and effective materials.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-young-students-attending-school-education_23-2151065225.jpg",
|
||||
imageAlt: "Children icon",
|
||||
},
|
||||
id: "children", value: "50,000+", title: "Children Impacted", description: "Empowering young learners with engaging and effective materials.", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-young-students-attending-school-education_23-2151065225.jpg", imageAlt: "Children icon"},
|
||||
{
|
||||
id: "experience",
|
||||
value: "10+ Years",
|
||||
title: "Experience in EduTech",
|
||||
description: "Pioneering early childhood education with expertise and innovation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/badge-icon-left-side-with-white-background_187299-39773.jpg",
|
||||
imageAlt: "Award icon",
|
||||
},
|
||||
id: "experience", value: "10+ Years", title: "Experience in EduTech", description: "Pioneering early childhood education with expertise and innovation.", imageSrc: "http://img.b2bpic.net/free-photo/badge-icon-left-side-with-white-background_187299-39773.jpg", imageAlt: "Award icon"},
|
||||
]}
|
||||
title="Our Impact: Building Foundations Nationwide"
|
||||
description="Kenbee EduTech is committed to transforming early education. Our achievements reflect the trust and success we share with schools and families across India."
|
||||
@@ -328,14 +198,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Sunrise Public School",
|
||||
"Global Kids Academy",
|
||||
"Future Leaders Prep",
|
||||
"Heritage International School",
|
||||
"Bright Sparks Preschool",
|
||||
"Little Einsteins School",
|
||||
"Springfield Academy",
|
||||
]}
|
||||
"Sunrise Public School", "Global Kids Academy", "Future Leaders Prep", "Heritage International School", "Bright Sparks Preschool", "Little Einsteins School", "Springfield Academy"]}
|
||||
title="Trusted Partners in Educational Excellence"
|
||||
description="We are proud to collaborate with a growing network of esteemed schools and educational institutions dedicated to fostering quality early learning and preparing children for a brighter future."
|
||||
speed={50}
|
||||
@@ -348,25 +211,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "age-groups",
|
||||
title: "What age groups do your books cover?",
|
||||
content: "Our curriculum and books are specifically designed for preschool children, covering Play Group, Nursery, LKG, and Prep levels, typically for ages 2-6 years.",
|
||||
},
|
||||
id: "age-groups", title: "What age groups do your books cover?", content: "Our curriculum and books are specifically designed for preschool children, covering Play Group, Nursery, LKG, and Prep levels, typically for ages 2-6 years."},
|
||||
{
|
||||
id: "preview-books",
|
||||
title: "How can I preview your books or curriculum?",
|
||||
content: "We offer sample requests for schools and educators. Please fill out the inquiry form in our contact section, and our team will get in touch to arrange a comprehensive preview session.",
|
||||
},
|
||||
id: "preview-books", title: "How can I preview your books or curriculum?", content: "We offer sample requests for schools and educators. Please fill out the inquiry form in our contact section, and our team will get in touch to arrange a comprehensive preview session."},
|
||||
{
|
||||
id: "teacher-training",
|
||||
title: "Do you provide training for teachers?",
|
||||
content: "Yes, Kenbee EduTech offers comprehensive training programs and workshops for teachers to effectively implement our curriculum and maximize learning outcomes in the classroom.",
|
||||
},
|
||||
id: "teacher-training", title: "Do you provide training for teachers?", content: "Yes, Kenbee EduTech offers comprehensive training programs and workshops for teachers to effectively implement our curriculum and maximize learning outcomes in the classroom."},
|
||||
{
|
||||
id: "order-process",
|
||||
title: "What is your order process for schools?",
|
||||
content: "Schools can place bulk orders through our website, by contacting our sales team directly, or requesting a consultation. We ensure a streamlined and efficient delivery process tailored to institutional needs.",
|
||||
},
|
||||
id: "order-process", title: "What is your order process for schools?", content: "Schools can place bulk orders through our website, by contacting our sales team directly, or requesting a consultation. We ensure a streamlined and efficient delivery process tailored to institutional needs."},
|
||||
]}
|
||||
sideTitle="Your Questions, Our Answers"
|
||||
sideDescription="Find quick solutions to common queries about Kenbee EduTech's curriculum, books, ordering, and partnership opportunities."
|
||||
@@ -380,8 +231,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Connect with Us"
|
||||
title="Ready to Empower Early Learning?"
|
||||
description="Whether you're a school, educator, or parent, reach out to Kenbee EduTech for inquiries, sample requests, or to discuss our innovative educational solutions. We're here to help."
|
||||
@@ -397,13 +247,9 @@ export default function LandingPage() {
|
||||
logoAlt="Kenbee EduTech Logo"
|
||||
logoText="Kenbee EduTech"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms & Conditions",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms & Conditions", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user