3 Commits

Author SHA1 Message Date
84ebc1a8cf Update src/app/styles/variables.css 2026-06-11 13:23:56 +00:00
8b65f4c636 Merge version_2 into main
Merge version_2 into main
2026-06-11 13:20:42 +00:00
5041617d84 Update src/app/page.tsx 2026-06-11 13:20:35 +00:00
2 changed files with 75 additions and 213 deletions

View File

@@ -34,33 +34,19 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Programs", name: "Programs", id: "programs"},
id: "programs",
},
{ {
name: "Faculty", name: "Faculty", id: "faculty"},
id: "faculty",
},
{ {
name: "Testimonials", name: "Testimonials", id: "testimonials"},
id: "testimonials",
},
{ {
name: "News", name: "News", id: "news"},
id: "news",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Bright Minds Academy" brandName="Bright Minds Academy"
/> />
@@ -69,19 +55,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroLogoBillboard
background={{ background={{
variant: "rotated-rays-static", variant: "rotated-rays-static"}}
}}
logoText="Bright Minds Academy" logoText="Bright Minds Academy"
description="Empowering students for a brighter future through exceptional education and innovative learning environments. Join our community of lifelong learners." description="Empowering students for a brighter future through exceptional education and innovative learning environments. Join our community of lifelong learners."
buttons={[ buttons={[
{ {
text: "Discover Programs", text: "Discover Programs", href: "#programs"},
href: "#programs",
},
{ {
text: "Admissions", text: "Admissions", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104609.jpg" imageSrc="http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104609.jpg"
imageAlt="Students walking on campus with books" imageAlt="Students walking on campus with books"
@@ -94,24 +75,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
heading={[ heading={[
{ {
type: "text", type: "text", content: "Our "},
content: "Our ",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/lovely-girl-classroom_1098-3857.jpg", alt: "Students collaborating on a project"},
src: "http://img.b2bpic.net/free-photo/lovely-girl-classroom_1098-3857.jpg",
alt: "Students collaborating on a project",
},
{ {
type: "text", type: "text", content: "Mission & Values"},
content: "Mission & Values",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Learn More", text: "Learn More", href: "#programs"},
href: "#programs",
},
]} ]}
/> />
</div> </div>
@@ -123,32 +95,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "f1", id: "f1", title: "Comprehensive Curriculum", descriptions: [
title: "Comprehensive Curriculum", "Our academic programs are designed to challenge and inspire, fostering critical thinking and a love for learning."],
descriptions: [ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-pen-light-bulb-card_23-2147865428.jpg", imageAlt: "Student studying with a laptop and books"},
"Our academic programs are designed to challenge and inspire, fostering critical thinking and a love for learning.",
],
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-pen-light-bulb-card_23-2147865428.jpg",
imageAlt: "Student studying with a laptop and books",
},
{ {
id: "f2", id: "f2", title: "Rich Extracurricular Activities", descriptions: [
title: "Rich Extracurricular Activities", "From sports to arts and clubs, students have abundant opportunities to explore interests and develop new skills."],
descriptions: [ imageSrc: "http://img.b2bpic.net/free-photo/young-women-playing-football_23-2149044704.jpg", imageAlt: "Kids playing soccer on a field"},
"From sports to arts and clubs, students have abundant opportunities to explore interests and develop new skills.",
],
imageSrc: "http://img.b2bpic.net/free-photo/young-women-playing-football_23-2149044704.jpg",
imageAlt: "Kids playing soccer on a field",
},
{ {
id: "f3", id: "f3", title: "Modern Learning Facilities", descriptions: [
title: "Modern Learning Facilities", "State-of-the-art classrooms, labs, and recreational areas provide an optimal environment for growth and discovery."],
descriptions: [ imageSrc: "http://img.b2bpic.net/free-photo/people-studying-peacefully-library_23-2148844711.jpg", imageAlt: "Modern school laboratory"},
"State-of-the-art classrooms, labs, and recreational areas provide an optimal environment for growth and discovery.",
],
imageSrc: "http://img.b2bpic.net/free-photo/people-studying-peacefully-library_23-2148844711.jpg",
imageAlt: "Modern school laboratory",
},
]} ]}
title="Our Pillars of Excellence" title="Our Pillars of Excellence"
description="We foster holistic growth through a rich curriculum, diverse activities, and modern facilities designed for discovery and success." description="We foster holistic growth through a rich curriculum, diverse activities, and modern facilities designed for discovery and success."
@@ -163,23 +120,14 @@ export default function LandingPage() {
carouselMode="buttons" carouselMode="buttons"
metrics={[ metrics={[
{ {
id: "m1", id: "m1", icon: Award,
icon: Award, title: "Graduation Rate", value: "98%"},
title: "Graduation Rate",
value: "98%",
},
{ {
id: "m2", id: "m2", icon: DollarSign,
icon: DollarSign, title: "Scholarship Awards", value: "$5M+"},
title: "Scholarship Awards",
value: "$5M+",
},
{ {
id: "m3", id: "m3", icon: Users,
icon: Users, title: "Teacher-Student Ratio", value: "1:12"},
title: "Teacher-Student Ratio",
value: "1:12",
},
]} ]}
title="Achieving Beyond Expectations" title="Achieving Beyond Expectations"
description="Proudly showcasing our commitment to student success and academic excellence year after year." description="Proudly showcasing our commitment to student success and academic excellence year after year."
@@ -195,23 +143,11 @@ export default function LandingPage() {
membersAnimation="slide-up" membersAnimation="slide-up"
members={[ members={[
{ {
id: "t1", id: "t1", name: "Dr. Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg", imageAlt: "Dr. Sarah Chen"},
name: "Dr. Sarah Chen",
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg",
imageAlt: "Dr. Sarah Chen",
},
{ {
id: "t2", id: "t2", name: "Mr. David Lee", imageSrc: "http://img.b2bpic.net/free-photo/side-view-father-teaching-girl-paint_23-2148542852.jpg", imageAlt: "Mr. David Lee"},
name: "Mr. David Lee",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-father-teaching-girl-paint_23-2148542852.jpg",
imageAlt: "Mr. David Lee",
},
{ {
id: "t3", id: "t3", name: "Ms. Emily White", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-working-company-strategy_329181-12087.jpg", imageAlt: "Ms. Emily White"},
name: "Ms. Emily White",
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-working-company-strategy_329181-12087.jpg",
imageAlt: "Ms. Emily White",
},
]} ]}
memberVariant="card" memberVariant="card"
/> />
@@ -225,25 +161,15 @@ export default function LandingPage() {
author="Maria Sanchez, Parent" author="Maria Sanchez, Parent"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/lovely-young-couple-hugging_1098-1538.jpg", src: "http://img.b2bpic.net/free-photo/lovely-young-couple-hugging_1098-1538.jpg", alt: "Parent 1"},
alt: "Parent 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/image-cheerful-joyful-young-female-smiling-sincerely-looking-directly-having-folded-arms-having-gap-teeth_176532-10224.jpg", src: "http://img.b2bpic.net/free-photo/image-cheerful-joyful-young-female-smiling-sincerely-looking-directly-having-folded-arms-having-gap-teeth_176532-10224.jpg", alt: "Parent 2"},
alt: "Parent 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/annoyed-young-caucasian-man-pulling-collar-his-turtleneck-sweater-looking-camera-with-one-eye-closed-isolated-orange-background-with-copy-space_141793-78073.jpg", src: "http://img.b2bpic.net/free-photo/annoyed-young-caucasian-man-pulling-collar-his-turtleneck-sweater-looking-camera-with-one-eye-closed-isolated-orange-background-with-copy-space_141793-78073.jpg", alt: "Parent 3"},
alt: "Parent 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151134028.jpg", src: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151134028.jpg", alt: "Parent 4"},
alt: "Parent 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiling-lady-wearing-sportswear-relaxing-outdoors_1262-18330.jpg", src: "http://img.b2bpic.net/free-photo/smiling-lady-wearing-sportswear-relaxing-outdoors_1262-18330.jpg", alt: "Satisfied Parent"},
alt: "Satisfied Parent",
},
]} ]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -256,20 +182,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "What are the admission requirements?", content: "Admission requirements vary by grade level. Please visit our Admissions page for detailed information or contact our office directly."},
title: "What are the admission requirements?",
content: "Admission requirements vary by grade level. Please visit our Admissions page for detailed information or contact our office directly.",
},
{ {
id: "q2", id: "q2", title: "What extracurricular activities are offered?", content: "We offer a wide range of activities including various sports, art classes, music programs, robotics club, debate team, and more. Explore our Programs section for details."},
title: "What extracurricular activities are offered?",
content: "We offer a wide range of activities including various sports, art classes, music programs, robotics club, debate team, and more. Explore our Programs section for details.",
},
{ {
id: "q3", id: "q3", title: "Do you offer scholarships or financial aid?", content: "Yes, Bright Minds Academy is committed to making quality education accessible. We offer several scholarship opportunities and financial aid programs based on need and merit."},
title: "Do you offer scholarships or financial aid?",
content: "Yes, Bright Minds Academy is committed to making quality education accessible. We offer several scholarship opportunities and financial aid programs based on need and merit.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-kids-doing-homework_23-2148601434.jpg" imageSrc="http://img.b2bpic.net/free-photo/high-angle-kids-doing-homework_23-2148601434.jpg"
imageAlt="Students raising hands in a classroom" imageAlt="Students raising hands in a classroom"
@@ -291,38 +208,11 @@ export default function LandingPage() {
description="Stay updated with recent announcements, student achievements, and upcoming events at Bright Minds Academy." description="Stay updated with recent announcements, student achievements, and upcoming events at Bright Minds Academy."
blogs={[ blogs={[
{ {
id: "b1", id: "b1", category: "Academics", title: "Students Excel in National Math Competition", excerpt: "Our talented math team achieved top honors at the national competition, showcasing their dedication and problem-solving skills.", imageSrc: "http://img.b2bpic.net/free-photo/school-students-studying_23-2150338781.jpg", imageAlt: "Students celebrating math competition win", authorName: "Ms. Evelyn Reed", authorAvatar: "http://img.b2bpic.net/free-photo/pretty-curly-haired-woman-posing-against-beige-wall_23-2148785311.jpg", date: "May 1, 2024"},
category: "Events",
title: "Annual Science Fair Showcases Innovation",
excerpt: "Our students presented groundbreaking projects at this year's science fair, demonstrating remarkable creativity and scientific inquiry.",
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-mixing-gouache-palette-table_23-2148037787.jpg",
imageAlt: "Students at a science fair",
authorName: "Principal John Doe",
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-using-digital-tablet_1262-2358.jpg",
date: "March 15, 2024",
},
{ {
id: "b2", id: "b2", category: "Community", title: "Annual Charity Drive Exceeds Expectations", excerpt: "The Bright Minds community came together to raise record-breaking funds for local charities, demonstrating our commitment to service.", imageSrc: "http://img.b2bpic.net/free-photo/crop-people-volunteering-collecting-garbage_23-2149594589.jpg", imageAlt: "Volunteers collecting donations", authorName: "Mr. Michael Chen", authorAvatar: "http://img.b2bpic.net/free-photo/handsome-bearded-guy-posing-white-t-shirt_273609-20412.jpg", date: "April 18, 2024"},
category: "Academics",
title: "New Robotics Program Inspires Young Engineers",
excerpt: "The launch of our advanced robotics program has sparked immense interest, equipping students with essential STEM skills for the future.",
imageSrc: "http://img.b2bpic.net/free-photo/school-office-supplies-white-background_23-2148200066.jpg",
imageAlt: "Students building a robot",
authorName: "Ms. Jane Smith",
authorAvatar: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg",
date: "February 28, 2024",
},
{ {
id: "b3", id: "b3", category: "Innovation", title: "New STEM Lab Unveiled for Experiential Learning", excerpt: "Our state-of-the-art STEM lab offers students cutting-edge tools and resources for hands-on exploration in science, technology, engineering, and mathematics.", imageSrc: "http://img.b2bpic.net/free-photo/little-boy-robot-lab_23-2149168910.jpg", imageAlt: "Student experimenting in a science lab", authorName: "Dr. Olivia Davies", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-glasses_23-2149221239.jpg", date: "April 5, 2024"},
category: "Arts",
title: "Spring Concert Delights Audience with Talent",
excerpt: "The school's annual spring concert featured spectacular performances by our talented musicians and vocalists, a true celebration of artistic expression.",
imageSrc: "http://img.b2bpic.net/free-photo/man-playing-drums-performance-local-event_23-2149188130.jpg",
imageAlt: "School band performing on stage",
authorName: "Mr. Alex Johnson",
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-artist-playing-guitar_23-2149200007.jpg",
date: "April 10, 2024",
},
]} ]}
/> />
</div> </div>
@@ -331,15 +221,14 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "rotated-rays-static-grid", variant: "rotated-rays-static-grid"}}
}} tag="Join Our Community"
tag="Get in Touch" title="Stay Connected with Bright Minds Academy"
title="Connect With Us" description="Receive our latest news, event invitations, and educational insights directly in your inbox. Partner with us for a brighter future."
description="We're here to answer your questions and guide you through the enrollment process. Reach out today!"
tagAnimation="slide-up" tagAnimation="slide-up"
inputPlaceholder="Enter your email address" inputPlaceholder="Your Email Address"
buttonText="Send Inquiry" buttonText="Subscribe Now"
termsText="By sending an inquiry, you agree to our privacy policy and terms of service." termsText="By subscribing, you agree to receive email communications from Bright Minds Academy and acknowledge our Privacy Policy."
/> />
</div> </div>
@@ -348,70 +237,43 @@ export default function LandingPage() {
logoText="Bright Minds Academy" logoText="Bright Minds Academy"
columns={[ columns={[
{ {
title: "Programs", title: "Programs", items: [
items: [
{ {
label: "Elementary", label: "Early Years", href: "#programs"},
href: "#",
},
{ {
label: "Middle School", label: "Primary Education", href: "#programs"},
href: "#",
},
{ {
label: "High School", label: "Secondary Education", href: "#programs"},
href: "#",
},
{ {
label: "Extracurriculars", label: "Special Programs", href: "#programs"},
href: "#programs",
},
], ],
}, },
{ {
title: "About Us", title: "About Us", items: [
items: [
{ {
label: "Our Mission", label: "Our Story", href: "#about"},
href: "#about",
},
{ {
label: "Faculty", label: "Leadership", href: "#faculty"},
href: "#faculty",
},
{ {
label: "Admissions", label: "Careers", href: "#contact"},
href: "#contact",
},
{ {
label: "Achievements", label: "Impact", href: "#achievements"},
href: "#achievements",
},
], ],
}, },
{ {
title: "Resources", title: "Admissions", items: [
items: [
{ {
label: "News & Events", label: "How to Apply", href: "#contact"},
href: "#news",
},
{ {
label: "FAQ", label: "Tuition & Aid", href: "#contact"},
href: "#faq",
},
{ {
label: "Contact Us", label: "Visit Us", href: "#contact"},
href: "#contact",
},
{ {
label: "Privacy Policy", label: "Request Info", href: "#contact"},
href: "#",
},
], ],
}, },
]} ]}
copyrightText="© 2024 Bright Minds Academy. All rights reserved." copyrightText="© 2024 Bright Minds Academy. All rights reserved. Empowering future leaders."
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f4ef; --background: #0a0a0a;
--card: #dad6cd; --card: #1a1a1a;
--foreground: #2a2928; --foreground: #ffffffe6;
--primary-cta: #2a2928; --primary-cta: #e6e6e6;
--primary-cta-text: #f5f4ef; --primary-cta-text: #0a0a0a;
--secondary-cta: #ecebea; --secondary-cta: #1a1a1a;
--secondary-cta-text: #2a2928; --secondary-cta-text: #ffffffe6;
--accent: #ffffff; --accent: #737373;
--background-accent: #c6b180; --background-accent: #737373;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);