Update src/app/page.tsx

This commit is contained in:
2026-06-03 16:20:23 +00:00
parent ea68fd90ce
commit c11abce67a

View File

@@ -32,99 +32,62 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Programs",
id: "#programs",
},
name: "Programs", id: "#programs"},
{
name: "Results",
id: "#results",
},
name: "Results", id: "#results"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="First Pencil Tuition Classes"
button={{
text: "Book a Free Demo Class",
href: "#contact",
}}
text: "Book a Free Demo Class", href: "#contact"}}
/>
</div>
<div id="home" data-section="home">
<HeroBillboard
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Where Bright Futures Begin With The First Pencil"
description="Premium Home-Style Learning For Young Minds. Helping children develop confidence, handwriting, reading skills, academic excellence, and a lifelong love for learning. From Preschool Preparation to Grade 5, CBSE & GSEB Curriculum. Guided by the trusted teaching expertise of Bijal Ma'am."
tag="★★★★★ Trusted By Parents"
buttons={[
{
text: "Book A Free Trial Class",
href: "#contact",
},
text: "Book A Free Trial Class", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-girl-floor-drawing_23-2149438436.jpg"
imageAlt="Happy children learning in a home-style tuition class"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/closeup-portrait-cheerful-pretty-young-20s-woman-glasses-student-employee-smiling-camera-happy-carrying-tote-bag-lean-red-brick-building-wall-campus-enjoying-leisure_197531-30540.jpg",
alt: "Smiling young student portrait",
},
src: "http://img.b2bpic.net/free-photo/closeup-portrait-cheerful-pretty-young-20s-woman-glasses-student-employee-smiling-camera-happy-carrying-tote-bag-lean-red-brick-building-wall-campus-enjoying-leisure_197531-30540.jpg", alt: "Smiling young student portrait"},
{
src: "http://img.b2bpic.net/free-photo/little-girl-with-book-looking-camera_23-2148277127.jpg",
alt: "Happy child reading book",
},
src: "http://img.b2bpic.net/free-photo/little-girl-with-book-looking-camera_23-2148277127.jpg", alt: "Happy child reading book"},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-charismatic-young-woman-writing-down-notes-making-plans-putting-it_1258-255071.jpg",
alt: "Confident girl writing",
},
src: "http://img.b2bpic.net/free-photo/portrait-smiling-charismatic-young-woman-writing-down-notes-making-plans-putting-it_1258-255071.jpg", alt: "Confident girl writing"},
{
src: "http://img.b2bpic.net/free-photo/confident-little-schoolboy-sitting-desk-with-school-tools-doing-strong-gesture-isolated-white-background_141793-63609.jpg",
alt: "Boy enthusiastically learning",
},
src: "http://img.b2bpic.net/free-photo/confident-little-schoolboy-sitting-desk-with-school-tools-doing-strong-gesture-isolated-white-background_141793-63609.jpg", alt: "Boy enthusiastically learning"},
{
src: "http://img.b2bpic.net/free-photo/portrait-little-girl-keeping-hands-near-face-smiling-isolated-white_169016-48691.jpg",
alt: "Child with a bright smile",
},
src: "http://img.b2bpic.net/free-photo/portrait-little-girl-keeping-hands-near-face-smiling-isolated-white_169016-48691.jpg", alt: "Child with a bright smile"},
]}
avatarText="Join our growing family of successful learners!"
marqueeItems={[
{
type: "text",
text: "Personalized Attention",
},
type: "text", text: "Personalized Attention"},
{
type: "text",
text: "Strong Foundations",
},
type: "text", text: "Strong Foundations"},
{
type: "text",
text: "Academic Excellence",
},
type: "text", text: "Academic Excellence"},
{
type: "text",
text: "Confidence Building",
},
type: "text", text: "Confidence Building"},
{
type: "text",
text: "Joyful Learning Environment",
},
type: "text", text: "Joyful Learning Environment"},
]}
marqueeSpeed={30}
showMarqueeCard={true}
@@ -138,37 +101,13 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "30+",
title: "Students Scored Above 90%",
description: "A testament to our effective teaching methods and personalized guidance.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-right-handed-child-writing_23-2148552319.jpg",
imageAlt: "Child writing with a pencil",
},
id: "m1", value: "30+", title: "Students Scored Above 90%", description: "A testament to our effective teaching methods and personalized guidance.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-right-handed-child-writing_23-2148552319.jpg", imageAlt: "Child writing with a pencil"},
{
id: "m2",
value: "100+",
title: "Young Learners Guided",
description: "Impacting numerous children with foundational skills and academic excellence.",
imageSrc: "http://img.b2bpic.net/free-photo/child-hand-playing-with-pop-it-toy_58702-5353.jpg",
imageAlt: "Kids learning numbers and alphabets",
},
id: "m2", value: "100+", title: "Young Learners Guided", description: "Impacting numerous children with foundational skills and academic excellence.", imageSrc: "http://img.b2bpic.net/free-photo/child-hand-playing-with-pop-it-toy_58702-5353.jpg", imageAlt: "Kids learning numbers and alphabets"},
{
id: "m3",
value: "Pre-Junior KG",
title: "Writing Skills Development",
description: "Giving children a remarkable head start before formal schooling.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-relaxing-indoors_23-2151030613.jpg",
imageAlt: "Child practicing writing",
},
id: "m3", value: "Pre-Junior KG", title: "Writing Skills Development", description: "Giving children a remarkable head start before formal schooling.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-relaxing-indoors_23-2151030613.jpg", imageAlt: "Child practicing writing"},
{
id: "m4",
value: "Nursery Grade 5",
title: "Comprehensive Learning Support",
description: "Covering key subjects from early education to primary grades.",
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-pencil-looking-away-lesson_23-2147848666.jpg",
imageAlt: "Student studying with books",
},
id: "m4", value: "Nursery Grade 5", title: "Comprehensive Learning Support", description: "Covering key subjects from early education to primary grades.", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-pencil-looking-away-lesson_23-2147848666.jpg", imageAlt: "Student studying with books"},
]}
title="Results That Parents Can See"
description="At First Pencil Tuition Classes, we pride ourselves on nurturing academic success and a genuine love for learning. Our dedicated approach ensures every child achieves their full potential."
@@ -193,75 +132,25 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "f1",
title: "Home-Style Learning Environment",
subtitle: "Comfortable and conducive for young minds.",
category: "Environment",
value: "Warm & Nurturing",
},
id: "f1", title: "Home-Style Learning Environment", subtitle: "Comfortable and conducive for young minds.", category: "Environment", value: "Warm & Nurturing"},
{
id: "f2",
title: "Individual Attention For Every Child",
subtitle: "Personalized guidance for optimal progress.",
category: "Approach",
value: "Tailored Learning",
},
id: "f2", title: "Individual Attention For Every Child", subtitle: "Personalized guidance for optimal progress.", category: "Approach", value: "Tailored Learning"},
{
id: "f3",
title: "Early Writing & Handwriting Development",
subtitle: "Strong foundation even before Junior KG.",
category: "Skills",
value: "Head Start",
},
id: "f3", title: "Early Writing & Handwriting Development", subtitle: "Strong foundation even before Junior KG.", category: "Skills", value: "Head Start"},
{
id: "f4",
title: "Preschool Readiness Program",
subtitle: "Preparing children for formal schooling.",
category: "Preparation",
value: "School Ready",
},
id: "f4", title: "Preschool Readiness Program", subtitle: "Preparing children for formal schooling.", category: "Preparation", value: "School Ready"},
{
id: "f5",
title: "Strong Foundation In Reading & Mathematics",
subtitle: "Building core academic skills.",
category: "Academics",
value: "Core Subjects",
},
id: "f5", title: "Strong Foundation In Reading & Mathematics", subtitle: "Building core academic skills.", category: "Academics", value: "Core Subjects"},
{
id: "f6",
title: "Confidence Building Activities",
subtitle: "Fostering self-belief and enthusiasm.",
category: "Development",
value: "Empowerment",
},
id: "f6", title: "Confidence Building Activities", subtitle: "Fostering self-belief and enthusiasm.", category: "Development", value: "Empowerment"},
{
id: "f7",
title: "CBSE & GSEB Curriculum Support",
subtitle: "Comprehensive coverage for both boards.",
category: "Curriculum",
value: "Board Aligned",
},
id: "f7", title: "CBSE & GSEB Curriculum Support", subtitle: "Comprehensive coverage for both boards.", category: "Curriculum", value: "Board Aligned"},
{
id: "f8",
title: "Small Batch Teaching",
subtitle: "Ensuring quality interaction and focus.",
category: "Structure",
value: "Focused Groups",
},
id: "f8", title: "Small Batch Teaching", subtitle: "Ensuring quality interaction and focus.", category: "Structure", value: "Focused Groups"},
{
id: "f9",
title: "Regular Parent Feedback",
subtitle: "Keeping you informed on your child's progress.",
category: "Communication",
value: "Transparent Updates",
},
id: "f9", title: "Regular Parent Feedback", subtitle: "Keeping you informed on your child's progress.", category: "Communication", value: "Transparent Updates"},
{
id: "f10",
title: "Proven Academic Results",
subtitle: "Consistent high scores and improvement.",
category: "Outcomes",
value: "Success Track",
},
id: "f10", title: "Proven Academic Results", subtitle: "Consistent high scores and improvement.", category: "Outcomes", value: "Success Track"},
]}
title="Why Parents Love First Pencil"
description="A Different Kind Of Tuition Experience focused on holistic child development."
@@ -276,47 +165,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Nursery Program",
price: "Inquire for Fees",
imageSrc: "http://img.b2bpic.net/free-photo/exited-girl-having-fun_23-2147797963.jpg",
imageAlt: "Nursery class learning activity",
},
id: "p1", name: "Nursery Program", price: "Inquire for Fees", imageSrc: "http://img.b2bpic.net/free-photo/exited-girl-having-fun_23-2147797963.jpg", imageAlt: "Nursery class learning activity"},
{
id: "p2",
name: "Junior KG Program",
price: "Inquire for Fees",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-colored-geometrical-shapes-blue-background_23-2148642263.jpg",
imageAlt: "Junior KG child writing numbers",
},
id: "p2", name: "Junior KG Program", price: "Inquire for Fees", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-colored-geometrical-shapes-blue-background_23-2148642263.jpg", imageAlt: "Junior KG child writing numbers"},
{
id: "p3",
name: "Senior KG Program",
price: "Inquire for Fees",
imageSrc: "http://img.b2bpic.net/free-photo/happy-kids-elementary-school_53876-46934.jpg",
imageAlt: "Senior KG student practicing alphabet",
},
id: "p3", name: "Senior KG Program", price: "Inquire for Fees", imageSrc: "http://img.b2bpic.net/free-photo/happy-kids-elementary-school_53876-46934.jpg", imageAlt: "Senior KG student practicing alphabet"},
{
id: "p4",
name: "Grade 1 Support",
price: "Inquire for Fees",
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-studying-desk_23-2147669055.jpg",
imageAlt: "Grade 1 student reading textbook",
},
id: "p4", name: "Grade 1 Support", price: "Inquire for Fees", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-studying-desk_23-2147669055.jpg", imageAlt: "Grade 1 student reading textbook"},
{
id: "p5",
name: "Grade 2 Support",
price: "Inquire for Fees",
imageSrc: "http://img.b2bpic.net/free-photo/boy-with-glasses-man-writing-classroom_1150-24953.jpg",
imageAlt: "Grade 2 student focused on study",
},
id: "p5", name: "Grade 2 Support", price: "Inquire for Fees", imageSrc: "http://img.b2bpic.net/free-photo/boy-with-glasses-man-writing-classroom_1150-24953.jpg", imageAlt: "Grade 2 student focused on study"},
{
id: "p6",
name: "Grade 3 Support",
price: "Inquire for Fees",
imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-students-reading-books-lying-grass_23-2148208819.jpg",
imageAlt: "Grade 3 student engaged in learning",
},
id: "p6", name: "Grade 3 Support", price: "Inquire for Fees", imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-students-reading-books-lying-grass_23-2148208819.jpg", imageAlt: "Grade 3 student engaged in learning"},
]}
title="Our Programs"
description="Early Learning Foundation & Primary Excellence Program. We offer tailored support to ensure every child thrives academically and personally."
@@ -331,59 +190,23 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Mrs. Sharma",
role: "Parent",
company: "Satisfied Parent",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-covering-her-sister-towel_23-2147840660.jpg",
imageAlt: "Portrait of a happy parent",
},
id: "t1", name: "Mrs. Sharma", role: "Parent", company: "Satisfied Parent", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-covering-her-sister-towel_23-2147840660.jpg", imageAlt: "Portrait of a happy parent"},
{
id: "t2",
name: "Mr. Patel",
role: "Parent",
company: "Delighted Family",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-excited-person-portrait_23-2151186643.jpg",
imageAlt: "Portrait of a happy father",
},
id: "t2", name: "Mr. Patel", role: "Parent", company: "Delighted Family", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-excited-person-portrait_23-2151186643.jpg", imageAlt: "Portrait of a happy father"},
{
id: "t3",
name: "Ms. Kapoor",
role: "Parent",
company: "Proud Mother",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/family-having-fun-winter-time_23-2149290380.jpg",
imageAlt: "Portrait of a proud mother",
},
id: "t3", name: "Ms. Kapoor", role: "Parent", company: "Proud Mother", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/family-having-fun-winter-time_23-2149290380.jpg", imageAlt: "Portrait of a proud mother"},
{
id: "t4",
name: "Mr. Singh",
role: "Parent",
company: "Grateful Parent",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-female-entrepreneur-with-laptop_1262-6133.jpg",
imageAlt: "Portrait of a grateful parent",
},
id: "t4", name: "Mr. Singh", role: "Parent", company: "Grateful Parent", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-female-entrepreneur-with-laptop_1262-6133.jpg", imageAlt: "Portrait of a grateful parent"},
{
id: "t5",
name: "Mrs. Das",
role: "Parent",
company: "Happy Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-indian-businessman-student-sitting-with-pen_1262-17490.jpg",
imageAlt: "Portrait of a content parent",
},
id: "t5", name: "Mrs. Das", role: "Parent", company: "Happy Client", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-indian-businessman-student-sitting-with-pen_1262-17490.jpg", imageAlt: "Portrait of a content parent"},
{
id: "t6",
name: "Mr. Kumar",
role: "Parent",
company: "Trusted Tutor",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/indian-satisfied-woman-clapping-hands-feeling-proud-milestone_482257-122316.jpg",
imageAlt: "Portrait of a trusting parent",
},
id: "t6", name: "Mr. Kumar", role: "Parent", company: "Trusted Tutor", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/indian-satisfied-woman-clapping-hands-feeling-proud-milestone_482257-122316.jpg", imageAlt: "Portrait of a trusting parent"},
]}
title="Success Stories"
description="Real Results. Real Growth. Hear directly from parents whose children have flourished with First Pencil Tuition Classes."
@@ -396,30 +219,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq1",
title: "What age groups do you cater to?",
content: "We offer comprehensive learning support from Nursery to Grade 5, covering both preschool preparation and primary school academics.",
},
id: "faq1", title: "What age groups do you cater to?", content: "We offer comprehensive learning support from Nursery to Grade 5, covering both preschool preparation and primary school academics."},
{
id: "faq2",
title: "What curricula do you follow?",
content: "Our classes cover both CBSE and GSEB curricula, ensuring students receive relevant and in-depth academic support.",
},
id: "faq2", title: "What curricula do you follow?", content: "Our classes cover both CBSE and GSEB curricula, ensuring students receive relevant and in-depth academic support."},
{
id: "faq3",
title: "How does First Pencil differ from other coaching centers?",
content: "Unlike crowded centers, we provide personalized, home-style learning with individual attention, focusing on building confidence, core skills, and a love for learning, not just rote memorization.",
},
id: "faq3", title: "How does First Pencil differ from other coaching centers?", content: "Unlike crowded centers, we provide personalized, home-style learning with individual attention, focusing on building confidence, core skills, and a love for learning, not just rote memorization."},
{
id: "faq4",
title: "Do you offer trial classes?",
content: "Yes, we offer a free trial class so you and your child can experience our unique learning environment firsthand before committing.",
},
id: "faq4", title: "Do you offer trial classes?", content: "Yes, we offer a free trial class so you and your child can experience our unique learning environment firsthand before committing."},
{
id: "faq5",
title: "How do you ensure individual attention?",
content: "We maintain intentionally small batch sizes to ensure every child receives personalized guidance and focused support from Bijal Ma'am.",
},
id: "faq5", title: "How do you ensure individual attention?", content: "We maintain intentionally small batch sizes to ensure every child receives personalized guidance and focused support from Bijal Ma'am."},
]}
imageSrc="http://img.b2bpic.net/free-photo/long-shot-happy-family-living-room_23-2148456259.jpg"
imageAlt="Parents talking to a teacher about their child's education"
@@ -435,8 +243,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="LIMITED ADMISSIONS"
title="Begin Your Child's Success Story Today"
description="Seats are intentionally limited to maintain personalized attention for every student. Admissions Open For: Nursery, Junior KG, Senior KG, Grade 1, Grade 2, Grade 3, Grade 4, Grade 5 (CBSE & GSEB). Reach out to us to schedule a free consultation or book a demo class."
@@ -454,58 +261,38 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "First Pencil Tuition Classes",
items: [
title: "First Pencil Tuition Classes", items: [
{
label: "Every Great Future Begins With The First Pencil.",
href: "#",
},
label: "Every Great Future Begins With The First Pencil.", href: "#"},
],
},
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Home",
href: "#home",
},
label: "Home", href: "#home"},
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Programs",
href: "#programs",
},
label: "Programs", href: "#programs"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Contact Us",
items: [
title: "Contact Us", items: [
{
label: "Call Now",
href: "tel:+919876543210",
},
label: "Call Now", href: "tel:+919876543210"},
{
label: "WhatsApp Us",
href: "https://wa.me/919876543210",
},
label: "WhatsApp Us", href: "https://wa.me/919876543210"},
{
label: "Book a Free Demo",
href: "#contact",
},
label: "Book a Free Demo", href: "#contact"},
{
label: "Location",
href: "#",
},
label: "Location", href: "#"},
],
},
]}
bottomLeftText="© First Pencil Tuition Classes All Rights Reserved"
bottomRightText=""
/>
</div>
</ReactLenis>