Initial commit
This commit is contained in:
192
src/app/staff/page.tsx
Normal file
192
src/app/staff/page.tsx
Normal file
@@ -0,0 +1,192 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel";
|
||||
import TeamCardTen from "@/components/sections/team/TeamCardTen";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Users } from "lucide-react";
|
||||
|
||||
export default function StaffPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Academics", id: "academics" },
|
||||
{ name: "Staff", id: "staff" },
|
||||
{ name: "Admissions", id: "admissions" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Academics", href: "/academics" },
|
||||
{ label: "Staff", href: "/staff" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Admissions", href: "/admissions" },
|
||||
{ label: "Student Life", href: "#" },
|
||||
{ label: "Events", href: "#" },
|
||||
{ label: "News", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Contact Us", href: "#" },
|
||||
{ label: "Location", href: "#" },
|
||||
{ label: "Phone", href: "#" },
|
||||
{ label: "Email", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Partners", href: "#" },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="floatingGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Gamo Bayra"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Enroll Now",
|
||||
href: "/admissions",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero-staff" data-section="hero-staff" className="min-h-screen flex items-center justify-center">
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Meet Our Dedicated Faculty & Staff"
|
||||
description="Our team of experienced educators and support staff are passionate about nurturing young minds and fostering a positive learning environment."
|
||||
tag="Our People"
|
||||
tagIcon={Users}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-st1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groupmates-learning-university-girl-looking-camera_7502-9428.jpg",
|
||||
imageAlt: "Faculty member",
|
||||
},
|
||||
{
|
||||
id: "carousel-st2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groupmates-learning-university-girl-looking-camera_7502-9428.jpg",
|
||||
imageAlt: "School principal",
|
||||
},
|
||||
{
|
||||
id: "carousel-st3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groupmates-learning-university-girl-looking-camera_7502-9428.jpg",
|
||||
imageAlt: "Academic staff",
|
||||
},
|
||||
{
|
||||
id: "carousel-st4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groupmates-learning-university-girl-looking-camera_7502-9428.jpg",
|
||||
imageAlt: "Support staff",
|
||||
},
|
||||
{
|
||||
id: "carousel-st5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groupmates-learning-university-girl-looking-camera_7502-9428.jpg",
|
||||
imageAlt: "Educator",
|
||||
},
|
||||
{
|
||||
id: "carousel-st6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groupmates-learning-university-girl-looking-camera_7502-9428.jpg",
|
||||
imageAlt: "Administrative team",
|
||||
},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={5000}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
ariaLabel="Staff page hero section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team-staff-page" data-section="team-staff-page" className="py-16">
|
||||
<TeamCardTen
|
||||
title="Faculty & Administration"
|
||||
tag="Leadership & Educators"
|
||||
tagAnimation="opacity"
|
||||
membersAnimation="slide-up"
|
||||
memberVariant="card"
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "member-1",
|
||||
name: "Dr. Habtamu Assefa",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groupmates-learning-university-girl-looking-camera_7502-9428.jpg",
|
||||
imageAlt: "Principal Dr. Habtamu Assefa",
|
||||
},
|
||||
{
|
||||
id: "member-2",
|
||||
name: "Mrs. Almaz Tekle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groupmates-learning-university-girl-looking-camera_7502-9428.jpg",
|
||||
imageAlt: "Academic Director Mrs. Almaz Tekle",
|
||||
},
|
||||
{
|
||||
id: "member-3",
|
||||
name: "Mr. Dawit Mesfin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groupmates-learning-university-girl-looking-camera_7502-9428.jpg",
|
||||
imageAlt: "Sciences Department Head Mr. Dawit Mesfin",
|
||||
},
|
||||
{
|
||||
id: "member-4",
|
||||
name: "Mrs. Selam Worku",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groupmates-learning-university-girl-looking-camera_7502-9428.jpg",
|
||||
imageAlt: "Humanities Department Head Mrs. Selam Worku",
|
||||
},
|
||||
{
|
||||
id: "member-5",
|
||||
name: "Mr. Yohannes Kebede",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groupmates-learning-university-girl-looking-camera_7502-9428.jpg",
|
||||
imageAlt: "Sports & Activities Mr. Yohannes Kebede",
|
||||
},
|
||||
{
|
||||
id: "member-6",
|
||||
name: "Mrs. Tigist Abebe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groupmates-learning-university-girl-looking-camera_7502-9428.jpg",
|
||||
imageAlt: "Boarding Coordinator Mrs. Tigist Abebe",
|
||||
},
|
||||
]}
|
||||
ariaLabel="Faculty and staff team"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer-staff" data-section="footer-staff">
|
||||
<FooterLogoEmphasis
|
||||
logoText="Gamo Bayra Boarding Secondary School"
|
||||
columns={footerColumns}
|
||||
ariaLabel="Footer navigation"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user