Merge version_1 into main #2
@@ -20,8 +20,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "News", href: "/news" },
|
||||
@@ -29,8 +28,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
title: "Information", items: [
|
||||
{ label: "Admissions", href: "/contact" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Calendar", href: "#" },
|
||||
@@ -38,8 +36,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Student Portal", href: "#" },
|
||||
{ label: "Parent Portal", href: "#" },
|
||||
{ label: "Library", href: "#" },
|
||||
@@ -55,7 +52,7 @@ export default function AboutPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmall"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -79,9 +76,10 @@ export default function AboutPage() {
|
||||
{ value: "25+", title: "Years of Excellence" },
|
||||
{ value: "95%", title: "University Acceptance Rate" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/multiethnic-scholars-library-engaged-remote-learning-with-their-mentor_482257-125439.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/multiethnic-scholars-library-engaged-remote-learning-with-their-mentor_482257-125439.jpg"
|
||||
imageAlt="Modern school classroom environment"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -94,37 +92,17 @@ export default function AboutPage() {
|
||||
tagIcon={Users}
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Sarah Johnson",
|
||||
role: "Mathematics Department Head",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-customer-holding-mobile-phone_1170-1374.jpg?_wi=2",
|
||||
imageAlt: "Dr. Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Dr. Sarah Johnson", role: "Mathematics Department Head", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-customer-holding-mobile-phone_1170-1374.jpg", imageAlt: "Dr. Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Emily Watson",
|
||||
role: "English Literature",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/girl-is-walking-around-city_1321-1324.jpg?_wi=2",
|
||||
imageAlt: "Emily Watson",
|
||||
},
|
||||
id: "2", name: "Emily Watson", role: "English Literature", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/girl-is-walking-around-city_1321-1324.jpg", imageAlt: "Emily Watson"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Professor James Lee",
|
||||
role: "Science & Biology",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg?_wi=2",
|
||||
imageAlt: "Professor James Lee",
|
||||
},
|
||||
id: "3", name: "Professor James Lee", role: "Science & Biology", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", imageAlt: "Professor James Lee"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Maria Garcia",
|
||||
role: "History & Social Studies",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-working-digital-tablet-office_329181-12088.jpg?_wi=2",
|
||||
imageAlt: "Maria Garcia",
|
||||
},
|
||||
id: "4", name: "Maria Garcia", role: "History & Social Studies", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-working-digital-tablet-office_329181-12088.jpg", imageAlt: "Maria Garcia"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -134,7 +112,7 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/silhouette-asian-woman-walking-street-wireless-headphones-holding-smartphone_1258-190751.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/silhouette-asian-woman-walking-street-wireless-headphones-holding-smartphone_1258-190751.jpg"
|
||||
imageAlt="School campus background"
|
||||
logoText="Academy"
|
||||
copyrightText="© 2025 Academy | Committed to Educational Excellence"
|
||||
|
||||
133
src/app/page.tsx
133
src/app/page.tsx
@@ -22,8 +22,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "News", href: "/news" },
|
||||
@@ -31,8 +30,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
title: "Information", items: [
|
||||
{ label: "Admissions", href: "/contact" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Calendar", href: "#" },
|
||||
@@ -40,8 +38,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Student Portal", href: "#" },
|
||||
{ label: "Parent Portal", href: "#" },
|
||||
{ label: "Library", href: "#" },
|
||||
@@ -57,7 +54,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmall"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -75,10 +72,10 @@ export default function HomePage() {
|
||||
<HeroBillboard
|
||||
title="Welcome to Our School"
|
||||
description="A place where students discover their potential, develop critical thinking skills, and grow into informed global citizens. We nurture academic excellence, creativity, and character development."
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Excellence in Education"
|
||||
tagIcon={BookOpen}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/silhouette-asian-woman-walking-street-wireless-headphones-holding-smartphone_1258-190751.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/silhouette-asian-woman-walking-street-wireless-headphones-holding-smartphone_1258-190751.jpg"
|
||||
imageAlt="School campus welcoming students"
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "/about" },
|
||||
@@ -97,9 +94,10 @@ export default function HomePage() {
|
||||
{ value: "25+", title: "Years of Excellence" },
|
||||
{ value: "95%", title: "University Acceptance Rate" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/multiethnic-scholars-library-engaged-remote-learning-with-their-mentor_482257-125439.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/multiethnic-scholars-library-engaged-remote-learning-with-their-mentor_482257-125439.jpg"
|
||||
imageAlt="Modern school classroom environment"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,47 +108,20 @@ export default function HomePage() {
|
||||
description="Stay informed about school events, achievements, and important announcements from our community."
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Achievement",
|
||||
title: "Science Fair Winners Announced",
|
||||
excerpt:
|
||||
"Congratulations to our outstanding students who showcased innovative research projects at this year's annual science fair.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/people-looking-football-game-sunny-day_23-2149015485.jpg?_wi=1",
|
||||
imageAlt: "Students presenting science fair project",
|
||||
authorName: "Dr. Sarah Johnson",
|
||||
authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/smiling-customer-holding-mobile-phone_1170-1374.jpg",
|
||||
date: "15 Mar 2025",
|
||||
},
|
||||
id: "1", category: "Achievement", title: "Science Fair Winners Announced", excerpt:
|
||||
"Congratulations to our outstanding students who showcased innovative research projects at this year's annual science fair.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/people-looking-football-game-sunny-day_23-2149015485.jpg", imageAlt: "Students presenting science fair project", authorName: "Dr. Sarah Johnson", authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/smiling-customer-holding-mobile-phone_1170-1374.jpg", date: "15 Mar 2025"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Sports",
|
||||
title: "Athletic Programs Expand with New Facilities",
|
||||
excerpt:
|
||||
"We are thrilled to announce the opening of our new sports complex, providing students with world-class athletic training facilities.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/people-looking-football-game-sunny-day_23-2149015485.jpg?_wi=2",
|
||||
imageAlt: "New school sports facility",
|
||||
authorName: "Coach Michael Chen",
|
||||
authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/girl-is-walking-around-city_1321-1324.jpg",
|
||||
date: "10 Mar 2025",
|
||||
},
|
||||
id: "2", category: "Sports", title: "Athletic Programs Expand with New Facilities", excerpt:
|
||||
"We are thrilled to announce the opening of our new sports complex, providing students with world-class athletic training facilities.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/people-looking-football-game-sunny-day_23-2149015485.jpg", imageAlt: "New school sports facility", authorName: "Coach Michael Chen", authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/girl-is-walking-around-city_1321-1324.jpg", date: "10 Mar 2025"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Community",
|
||||
title: "Annual Charity Drive Raises Record Funds",
|
||||
excerpt:
|
||||
"Our school community came together to support local initiatives, raising over $50,000 for education charities.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/people-looking-football-game-sunny-day_23-2149015485.jpg?_wi=3",
|
||||
imageAlt: "School charity event community gathering",
|
||||
authorName: "Principal Lisa Rodriguez",
|
||||
authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg",
|
||||
date: "05 Mar 2025",
|
||||
},
|
||||
id: "3", category: "Community", title: "Annual Charity Drive Raises Record Funds", excerpt:
|
||||
"Our school community came together to support local initiatives, raising over $50,000 for education charities.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/people-looking-football-game-sunny-day_23-2149015485.jpg", imageAlt: "School charity event community gathering", authorName: "Principal Lisa Rodriguez", authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", date: "05 Mar 2025"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -167,37 +138,17 @@ export default function HomePage() {
|
||||
tagIcon={Users}
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Sarah Johnson",
|
||||
role: "Mathematics Department Head",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-customer-holding-mobile-phone_1170-1374.jpg?_wi=1",
|
||||
imageAlt: "Dr. Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Dr. Sarah Johnson", role: "Mathematics Department Head", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-customer-holding-mobile-phone_1170-1374.jpg", imageAlt: "Dr. Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Emily Watson",
|
||||
role: "English Literature",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/girl-is-walking-around-city_1321-1324.jpg?_wi=1",
|
||||
imageAlt: "Emily Watson",
|
||||
},
|
||||
id: "2", name: "Emily Watson", role: "English Literature", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/girl-is-walking-around-city_1321-1324.jpg", imageAlt: "Emily Watson"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Professor James Lee",
|
||||
role: "Science & Biology",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg?_wi=1",
|
||||
imageAlt: "Professor James Lee",
|
||||
},
|
||||
id: "3", name: "Professor James Lee", role: "Science & Biology", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", imageAlt: "Professor James Lee"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Maria Garcia",
|
||||
role: "History & Social Studies",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-working-digital-tablet-office_329181-12088.jpg?_wi=1",
|
||||
imageAlt: "Maria Garcia",
|
||||
},
|
||||
id: "4", name: "Maria Garcia", role: "History & Social Studies", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-working-digital-tablet-office_329181-12088.jpg", imageAlt: "Maria Garcia"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -211,38 +162,24 @@ export default function HomePage() {
|
||||
description="Have questions about our programs, admissions, or services? We'd love to hear from you. Contact our admissions office today."
|
||||
inputs={[
|
||||
{
|
||||
name: "fullName",
|
||||
type: "text",
|
||||
placeholder: "Full Name",
|
||||
required: true,
|
||||
name: "fullName", type: "text", placeholder: "Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
{
|
||||
name: "subject",
|
||||
type: "text",
|
||||
placeholder: "Subject",
|
||||
required: true,
|
||||
name: "subject", type: "text", placeholder: "Subject", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us how we can help...",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Tell us how we can help...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brunette-businesswoman-reading-document_23-2148141724.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brunette-businesswoman-reading-document_23-2148141724.jpg"
|
||||
imageAlt="School contact office"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -252,7 +189,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/silhouette-asian-woman-walking-street-wireless-headphones-holding-smartphone_1258-190751.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/silhouette-asian-woman-walking-street-wireless-headphones-holding-smartphone_1258-190751.jpg"
|
||||
imageAlt="School campus background"
|
||||
logoText="Academy"
|
||||
copyrightText="© 2025 Academy | Committed to Educational Excellence"
|
||||
|
||||
Reference in New Issue
Block a user