Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b9568d614b |
278
src/app/page.tsx
278
src/app/page.tsx
@@ -33,29 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Resources",
|
||||
id: "#resources",
|
||||
},
|
||||
name: "Resources", id: "#resources"},
|
||||
{
|
||||
name: "Announcements",
|
||||
id: "#announcements",
|
||||
},
|
||||
name: "Announcements", id: "#announcements"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "#faqs",
|
||||
},
|
||||
name: "FAQs", id: "#faqs"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Burnside High"
|
||||
/>
|
||||
@@ -64,53 +52,34 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Your Hub for Burnside High Success"
|
||||
description="Welcome to the official student intranet, designed to empower your academic journey and connect you with the vibrant school community. Find resources, updates, and support all in one place."
|
||||
kpis={[
|
||||
{
|
||||
value: "2000+",
|
||||
label: "Active Students",
|
||||
},
|
||||
value: "2000+", label: "Active Students"},
|
||||
{
|
||||
value: "150+",
|
||||
label: "Clubs & Activities",
|
||||
},
|
||||
value: "150+", label: "Clubs & Activities"},
|
||||
{
|
||||
value: "A+",
|
||||
label: "Academic Rating",
|
||||
},
|
||||
value: "A+", label: "Academic Rating"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Resources",
|
||||
href: "#resources",
|
||||
},
|
||||
text: "Explore Resources", href: "#resources"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-stylish-girl-traveller-goes-sightseeing-travels-around-city-with-backpack-tourist-smiles_1258-196350.jpg",
|
||||
alt: "Student 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-stylish-girl-traveller-goes-sightseeing-travels-around-city-with-backpack-tourist-smiles_1258-196350.jpg", alt: "Student 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-woman-student-returns-from-lecures-wears-headband-casual-neat-clothes-strolls-outdoors-poses-against-blurred-urban-background-people-lifestyle-concept_273609-62304.jpg",
|
||||
alt: "Student 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-woman-student-returns-from-lecures-wears-headband-casual-neat-clothes-strolls-outdoors-poses-against-blurred-urban-background-people-lifestyle-concept_273609-62304.jpg", alt: "Student 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-modern-woman-standing-kitchen-with-notebook-reading-documents-smiling_1258-201140.jpg",
|
||||
alt: "Student 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-modern-woman-standing-kitchen-with-notebook-reading-documents-smiling_1258-201140.jpg", alt: "Student 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-pretty-female-displeased-pink_179666-1846.jpg",
|
||||
alt: "Student 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-pretty-female-displeased-pink_179666-1846.jpg", alt: "Student 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/outdoor-shot-curly-haired-woman-wears-jacket-carries-bag-holds-paper-cup-coffee-enjoys-aromatic-beverage-looks-away-with-cheerful-expression-strolls-city-has-spare-time-lifestyle-concept_273609-59922.jpg",
|
||||
alt: "Diverse student portrait happy",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/outdoor-shot-curly-haired-woman-wears-jacket-carries-bag-holds-paper-cup-coffee-enjoys-aromatic-beverage-looks-away-with-cheerful-expression-strolls-city-has-spare-time-lifestyle-concept_273609-59922.jpg", alt: "Diverse student portrait happy"},
|
||||
]}
|
||||
avatarText="Join our thriving student community!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/redhead-female-male-sitting-together-surrounded-with-copy-books_273609-12497.jpg"
|
||||
@@ -118,25 +87,15 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Academic Excellence",
|
||||
},
|
||||
type: "text", text: "Academic Excellence"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Vibrant Student Life",
|
||||
},
|
||||
type: "text", text: "Vibrant Student Life"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Strong Community",
|
||||
},
|
||||
type: "text", text: "Strong Community"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Future-Ready Skills",
|
||||
},
|
||||
type: "text", text: "Future-Ready Skills"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Dedicated Support",
|
||||
},
|
||||
type: "text", text: "Dedicated Support"},
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
showMarqueeCard={true}
|
||||
@@ -152,19 +111,13 @@ export default function LandingPage() {
|
||||
description="This intranet is your central gateway to all things Burnside High. From academic support to extracurricular information and crucial announcements, we've curated everything you need to succeed and thrive. It's built by students, for students, to foster a connected and informed school environment."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Academic Tools",
|
||||
description: "Access timetables, assignments, and study aids.",
|
||||
icon: BookOpen,
|
||||
title: "Academic Tools", description: "Access timetables, assignments, and study aids.", icon: BookOpen,
|
||||
},
|
||||
{
|
||||
title: "Community Hub",
|
||||
description: "Connect with clubs, events, and school groups.",
|
||||
icon: Users,
|
||||
title: "Community Hub", description: "Connect with clubs, events, and school groups.", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Support Services",
|
||||
description: "Find counseling, career advice, and health resources.",
|
||||
icon: HelpCircle,
|
||||
title: "Support Services", description: "Find counseling, career advice, and health resources.", icon: HelpCircle,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/large-corridor_1203-232.jpg"
|
||||
@@ -180,25 +133,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Missed Assignments",
|
||||
"Outdated Information",
|
||||
"Fragmented Communication",
|
||||
],
|
||||
"Missed Assignments", "Outdated Information", "Fragmented Communication"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Easy Assignment Tracking",
|
||||
"Real-time Updates",
|
||||
"Centralized Communication",
|
||||
],
|
||||
"Easy Assignment Tracking", "Real-time Updates", "Centralized Communication"],
|
||||
}}
|
||||
title="Essential Student Resources"
|
||||
description="Navigate your school life with ease. Our intranet provides quick access to tools and information critical for academic excellence and personal growth."
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Resources",
|
||||
href: "#",
|
||||
},
|
||||
text: "View All Resources", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -208,33 +153,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "How do I access my grades?",
|
||||
content: "You can access your grades through the 'My Academic Progress' section after logging in with your student ID.",
|
||||
},
|
||||
id: "faq1", title: "How often should I water my new plants?", content: "Newly planted shrubs and trees usually need watering every day or every other day for the first one to two weeks, then gradually reduce to once a week. Check soil moisture to guide your schedule."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Where can I find club information?",
|
||||
content: "All clubs and activities are listed under the 'Student Life' section, with details on meeting times and contact persons.",
|
||||
},
|
||||
id: "faq2", title: "What's the best time of year to prune trees?", content: "Most deciduous trees are best pruned in late winter to early spring when they are dormant, before new growth begins. Flowering trees should be pruned after they finish blooming."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "What if I need technical support for the intranet?",
|
||||
content: "Visit the 'IT Helpdesk' page or email techsupport@burnside.school.nz for assistance.",
|
||||
},
|
||||
id: "faq3", title: "Do you offer organic pest control solutions?", content: "Yes, we prioritize eco-friendly solutions. We offer a range of organic pest control methods and natural deterrents to keep your garden healthy without harmful chemicals."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "How do I sign up for extracurricular activities?",
|
||||
content: "Details on how to join clubs, sports teams, and other activities are available in the 'Student Life' section. Some may require sign-ups via the intranet.",
|
||||
},
|
||||
id: "faq4", title: "How much does a typical landscape design cost?", content: "Landscape design costs vary widely depending on the size, complexity, and specific features requested. We offer free initial consultations to provide a tailored quote."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Where can I find school event calendars?",
|
||||
content: "The 'Events Calendar' provides a comprehensive overview of all upcoming school events, holidays, and deadlines.",
|
||||
},
|
||||
id: "faq5", title: "What areas do you serve?", content: "We proudly serve [Your City/Region] and surrounding areas. Please contact us to confirm if your location falls within our service range."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find quick answers to common questions about the intranet, school policies, and student support. Your solution is just a click away."
|
||||
sideTitle="Common Landscaping Questions"
|
||||
sideDescription="Find quick answers to your questions about plant care, garden design, and our services. If your question isn't here, feel free to contact us!"
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
/>
|
||||
@@ -245,48 +175,19 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Latest School News & Announcements"
|
||||
description="Stay informed with the newest updates, student achievements, and upcoming events at Burnside High School."
|
||||
title="Latest Landscaping Company News & Updates"
|
||||
description="Stay informed with our recent projects, new services, and expert tips for a beautiful garden."
|
||||
buttons={[
|
||||
{
|
||||
text: "View All News",
|
||||
href: "#",
|
||||
},
|
||||
text: "View All Updates", href: "#"},
|
||||
]}
|
||||
blogs={[
|
||||
{
|
||||
id: "blog1",
|
||||
category: "Academics",
|
||||
title: "Science Fair 2024 Winners Announced!",
|
||||
excerpt: "Congratulations to all participants and winners of this year's highly competitive Science Fair.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girls-learning-more-about-chemistry-class_23-2149068368.jpg",
|
||||
imageAlt: "Students presenting at a science fair",
|
||||
authorName: "Mrs. Jenkins",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-entrepreneur-woman_23-2148898746.jpg",
|
||||
date: "Oct 26, 2024",
|
||||
},
|
||||
id: "blog1", category: "Project Highlight", title: "Eco-Friendly Garden Makeover in Evergreen Estates", excerpt: "Discover how we transformed a residential property into a sustainable, low-maintenance haven using native plants and efficient irrigation.", imageSrc: "http://img.b2bpic.net/free-photo/gardener-wearing-gloves-planting-flowers-into-fresh-soil-top-view_176420-1360.jpg", imageAlt: "Gardener planting flowers in a newly designed garden", authorName: "The Landscapers Team", authorAvatar: "http://img.b2bpic.net/free-photo/group-three-young-male-gardeners-working-flower-beds-field_179666-41910.jpg", date: "Nov 15, 2024"},
|
||||
{
|
||||
id: "blog2",
|
||||
category: "Student Life",
|
||||
title: "Annual School Athletics Day Highlights",
|
||||
excerpt: "Relive the excitement of our annual Athletics Day with photos and results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-women-holding-golden-cup_23-2148634642.jpg",
|
||||
imageAlt: "Students participating in athletics",
|
||||
authorName: "Mr. Smith",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smart-looking-teacher_53876-23045.jpg",
|
||||
date: "Oct 20, 2024",
|
||||
},
|
||||
id: "blog2", category: "Service Launch", title: "Introducing Advanced Smart Irrigation Systems", excerpt: "We're excited to offer state-of-the-art smart irrigation solutions to conserve water and keep your landscape vibrant year-round. Learn more about our new offerings.", imageSrc: "http://img.b2bpic.net/free-photo/worker-watering-plant-using-hose_23-2148769382.jpg", imageAlt: "Worker watering plants with a hose in a garden", authorName: "Operations Manager", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-happy-young-male-gardener-holding-shovel_23-2148797967.jpg", date: "Nov 8, 2024"},
|
||||
{
|
||||
id: "blog3",
|
||||
category: "Community",
|
||||
title: "Volunteer Opportunities for Term 4",
|
||||
excerpt: "Make a difference in your community! Sign up for various volunteer programs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-as-boy-scouts_23-2149657041.jpg",
|
||||
imageAlt: "Students volunteering in the community",
|
||||
authorName: "Ms. Lee",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-female-teacher-education-day_23-2150980016.jpg",
|
||||
date: "Oct 15, 2024",
|
||||
},
|
||||
id: "blog3", category: "Expert Tips", title: "Preparing Your Garden for the Winter Months", excerpt: "Our latest guide provides essential steps to protect your plants and prepare your garden for a healthy spring season. From pruning to mulching, we cover it all.", imageSrc: "http://img.b2bpic.net/free-photo/gardener-woman-working-winter-garden_23-2148797968.jpg", imageAlt: "Woman gardener working in a winter garden", authorName: "Lead Horticulturist", authorAvatar: "http://img.b2bpic.net/free-photo/experienced-gardener-portrait_23-2150980015.jpg", date: "Oct 29, 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -298,31 +199,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "95%",
|
||||
title: "University Entrance",
|
||||
items: [
|
||||
"Consistent academic excellence.",
|
||||
"Pathways to top universities.",
|
||||
],
|
||||
id: "m1", value: "95%", title: "University Entrance", items: [
|
||||
"Consistent academic excellence.", "Pathways to top universities."],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5000+",
|
||||
title: "Community Service Hours",
|
||||
items: [
|
||||
"Students actively engaged in local initiatives.",
|
||||
"Fostering citizenship and empathy.",
|
||||
],
|
||||
id: "m2", value: "5000+", title: "Community Service Hours", items: [
|
||||
"Students actively engaged in local initiatives.", "Fostering citizenship and empathy."],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "20+",
|
||||
title: "National Sporting Titles",
|
||||
items: [
|
||||
"Champion teams across various sports.",
|
||||
"Promoting healthy competition and teamwork.",
|
||||
],
|
||||
id: "m3", value: "20+", title: "National Sporting Titles", items: [
|
||||
"Champion teams across various sports.", "Promoting healthy competition and teamwork."],
|
||||
},
|
||||
]}
|
||||
title="Burnside High by the Numbers"
|
||||
@@ -335,14 +221,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"University of Canterbury",
|
||||
"Christchurch City Council",
|
||||
"NZ Police Youth",
|
||||
"Sport Canterbury",
|
||||
"Mainland Football",
|
||||
"Theatresports NZ",
|
||||
"Future Leaders Academy",
|
||||
]}
|
||||
"University of Canterbury", "Christchurch City Council", "NZ Police Youth", "Sport Canterbury", "Mainland Football", "Theatresports NZ", "Future Leaders Academy"]}
|
||||
title="Our Community & Support Network"
|
||||
description="We're proud to collaborate with local organizations and partners who enrich our students' experiences and contribute to their future success."
|
||||
speed={30}
|
||||
@@ -354,8 +233,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Student Support & Inquiries"
|
||||
description="Have a question, suggestion, or need assistance? Reach out to the relevant department or fill out the form below. We're here to help you."
|
||||
@@ -374,71 +252,43 @@ export default function LandingPage() {
|
||||
logoText="Burnside High"
|
||||
columns={[
|
||||
{
|
||||
title: "Student Life",
|
||||
items: [
|
||||
title: "Student Life", items: [
|
||||
{
|
||||
label: "Clubs",
|
||||
href: "#",
|
||||
},
|
||||
label: "Clubs", href: "#"},
|
||||
{
|
||||
label: "Events Calendar",
|
||||
href: "#",
|
||||
},
|
||||
label: "Events Calendar", href: "#"},
|
||||
{
|
||||
label: "Sports",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sports", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Academics",
|
||||
items: [
|
||||
title: "Academics", items: [
|
||||
{
|
||||
label: "Departments",
|
||||
href: "#",
|
||||
},
|
||||
label: "Departments", href: "#"},
|
||||
{
|
||||
label: "Library",
|
||||
href: "#",
|
||||
},
|
||||
label: "Library", href: "#"},
|
||||
{
|
||||
label: "NCEA Info",
|
||||
href: "#",
|
||||
},
|
||||
label: "NCEA Info", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Counselling",
|
||||
href: "#",
|
||||
},
|
||||
label: "Counselling", href: "#"},
|
||||
{
|
||||
label: "Career Services",
|
||||
href: "#",
|
||||
},
|
||||
label: "Career Services", href: "#"},
|
||||
{
|
||||
label: "IT Help",
|
||||
href: "#",
|
||||
},
|
||||
label: "IT Help", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "School Website",
|
||||
href: "https://www.burnside.school.nz/",
|
||||
},
|
||||
label: "School Website", href: "https://www.burnside.school.nz/"},
|
||||
{
|
||||
label: "Staff Directory",
|
||||
href: "#",
|
||||
},
|
||||
label: "Staff Directory", href: "#"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user