Merge version_1 into main #2
@@ -20,8 +20,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Institution",
|
||||
items: [
|
||||
title: "Institution", items: [
|
||||
{ label: "About CPSC", href: "/about" },
|
||||
{ label: "Our Mission", href: "/about" },
|
||||
{ label: "Faculty Directory", href: "#" },
|
||||
@@ -29,8 +28,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Academics",
|
||||
items: [
|
||||
title: "Academics", items: [
|
||||
{ label: "Programs", href: "/programs" },
|
||||
{ label: "Course Catalog", href: "#" },
|
||||
{ label: "Schedule", href: "#" },
|
||||
@@ -38,8 +36,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Admissions",
|
||||
items: [
|
||||
title: "Admissions", items: [
|
||||
{ label: "Apply Now", href: "/admissions" },
|
||||
{ label: "Enrollment Info", href: "/admissions" },
|
||||
{ label: "Financial Aid", href: "#" },
|
||||
@@ -47,8 +44,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Campus Life",
|
||||
items: [
|
||||
title: "Campus Life", items: [
|
||||
{ label: "Events Calendar", href: "#" },
|
||||
{ label: "Student Activities", href: "#" },
|
||||
{ label: "Facilities", href: "#" },
|
||||
@@ -56,8 +52,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Email Support", href: "mailto:info@cpsc.edu" },
|
||||
{ label: "Phone", href: "tel:+639123456789" },
|
||||
@@ -73,7 +68,7 @@ export default function AboutPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -94,7 +89,7 @@ export default function AboutPage() {
|
||||
{ value: "25+", title: "Years of Excellence" },
|
||||
{ value: "2000+", title: "Alumni Success Stories" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-table-library_23-2147678900.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-table-library_23-2147678900.jpg"
|
||||
imageAlt="State-of-the-art classroom facilities"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -111,33 +106,13 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Maria Santos",
|
||||
role: "Principal & Administrator",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=5",
|
||||
imageAlt: "Dr. Maria Santos",
|
||||
},
|
||||
id: "1", name: "Dr. Maria Santos", role: "Principal & Administrator", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Dr. Maria Santos"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Prof. Juan Reyes",
|
||||
role: "Head of Science",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=6",
|
||||
imageAlt: "Prof. Juan Reyes",
|
||||
},
|
||||
id: "2", name: "Prof. Juan Reyes", role: "Head of Science", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Prof. Juan Reyes"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dr. Isabella Cruz",
|
||||
role: "Head of Humanities",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=7",
|
||||
imageAlt: "Dr. Isabella Cruz",
|
||||
},
|
||||
id: "3", name: "Dr. Isabella Cruz", role: "Head of Humanities", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Dr. Isabella Cruz"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mr. Ramon Flores",
|
||||
role: "Head of Arts",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=8",
|
||||
imageAlt: "Mr. Ramon Flores",
|
||||
},
|
||||
id: "4", name: "Mr. Ramon Flores", role: "Head of Arts", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Mr. Ramon Flores"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -152,7 +127,7 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Stay Informed About CPSC"
|
||||
description="Subscribe to our newsletter to receive updates on admissions, events, academic programs, and student success stories."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Subscribe"
|
||||
|
||||
@@ -20,8 +20,7 @@ export default function AdmissionsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Institution",
|
||||
items: [
|
||||
title: "Institution", items: [
|
||||
{ label: "About CPSC", href: "/about" },
|
||||
{ label: "Our Mission", href: "/about" },
|
||||
{ label: "Faculty Directory", href: "#" },
|
||||
@@ -29,8 +28,7 @@ export default function AdmissionsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Academics",
|
||||
items: [
|
||||
title: "Academics", items: [
|
||||
{ label: "Programs", href: "/programs" },
|
||||
{ label: "Course Catalog", href: "#" },
|
||||
{ label: "Schedule", href: "#" },
|
||||
@@ -38,8 +36,7 @@ export default function AdmissionsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Admissions",
|
||||
items: [
|
||||
title: "Admissions", items: [
|
||||
{ label: "Apply Now", href: "/admissions" },
|
||||
{ label: "Enrollment Info", href: "/admissions" },
|
||||
{ label: "Financial Aid", href: "#" },
|
||||
@@ -47,8 +44,7 @@ export default function AdmissionsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Campus Life",
|
||||
items: [
|
||||
title: "Campus Life", items: [
|
||||
{ label: "Events Calendar", href: "#" },
|
||||
{ label: "Student Activities", href: "#" },
|
||||
{ label: "Facilities", href: "#" },
|
||||
@@ -56,8 +52,7 @@ export default function AdmissionsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Email Support", href: "mailto:info@cpsc.edu" },
|
||||
{ label: "Phone", href: "tel:+639123456789" },
|
||||
@@ -73,7 +68,7 @@ export default function AdmissionsPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -94,7 +89,7 @@ export default function AdmissionsPage() {
|
||||
{ value: "95%", title: "Admission Acceptance Rate" },
|
||||
{ value: "850+", title: "New Students Annually" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-smiling-international-students-sitting-grass-together-park-university-african-caucasian-girls-indian-boy-talking-outdoors_1157-50061.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-smiling-international-students-sitting-grass-together-park-university-african-caucasian-girls-indian-boy-talking-outdoors_1157-50061.jpg"
|
||||
imageAlt="Students on campus"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -111,53 +106,17 @@ export default function AdmissionsPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Angela Martinez",
|
||||
handle: "Class of 2023",
|
||||
testimonial: "CPSC gave me the confidence and skills I needed to succeed in college. The teachers genuinely care about your future.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=7",
|
||||
imageAlt: "Angela Martinez",
|
||||
},
|
||||
id: "1", name: "Angela Martinez", handle: "Class of 2023", testimonial: "CPSC gave me the confidence and skills I needed to succeed in college. The teachers genuinely care about your future.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "Angela Martinez"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Aquino",
|
||||
handle: "Current Student",
|
||||
testimonial: "The rigorous curriculum at CPSC has prepared me well for competitive exams and advanced studies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=8",
|
||||
imageAlt: "Michael Aquino",
|
||||
},
|
||||
id: "2", name: "Michael Aquino", handle: "Current Student", testimonial: "The rigorous curriculum at CPSC has prepared me well for competitive exams and advanced studies.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "Michael Aquino"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dr. Robert Chen",
|
||||
handle: "Parent",
|
||||
testimonial: "We chose CPSC for our daughter and haven't regretted it. The holistic development focus is exceptional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=9",
|
||||
imageAlt: "Dr. Robert Chen",
|
||||
},
|
||||
id: "3", name: "Dr. Robert Chen", handle: "Parent", testimonial: "We chose CPSC for our daughter and haven't regretted it. The holistic development focus is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "Dr. Robert Chen"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Lisa Fernandez",
|
||||
handle: "Class of 2022",
|
||||
testimonial: "The community at CPSC is welcoming and supportive. I've made lifelong friends and memories here.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=10",
|
||||
imageAlt: "Lisa Fernandez",
|
||||
},
|
||||
id: "4", name: "Lisa Fernandez", handle: "Class of 2022", testimonial: "The community at CPSC is welcoming and supportive. I've made lifelong friends and memories here.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "Lisa Fernandez"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Carlos Reyes",
|
||||
handle: "Current Student",
|
||||
testimonial: "Every teacher pushes me to be my best. The extracurricular activities have broadened my horizons.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=11",
|
||||
imageAlt: "Carlos Reyes",
|
||||
},
|
||||
id: "5", name: "Carlos Reyes", handle: "Current Student", testimonial: "Every teacher pushes me to be my best. The extracurricular activities have broadened my horizons.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "Carlos Reyes"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Patricia Dela Cruz",
|
||||
handle: "Parent",
|
||||
testimonial: "CPSC's commitment to excellence and character development is unmatched in our region.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=12",
|
||||
imageAlt: "Patricia Dela Cruz",
|
||||
},
|
||||
id: "6", name: "Patricia Dela Cruz", handle: "Parent", testimonial: "CPSC's commitment to excellence and character development is unmatched in our region.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "Patricia Dela Cruz"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -173,7 +132,7 @@ export default function AdmissionsPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Stay Informed About CPSC"
|
||||
description="Subscribe to our newsletter to receive updates on admissions, events, academic programs, and student success stories."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Subscribe"
|
||||
|
||||
@@ -19,8 +19,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Institution",
|
||||
items: [
|
||||
title: "Institution", items: [
|
||||
{ label: "About CPSC", href: "/about" },
|
||||
{ label: "Our Mission", href: "/about" },
|
||||
{ label: "Faculty Directory", href: "#" },
|
||||
@@ -28,8 +27,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Academics",
|
||||
items: [
|
||||
title: "Academics", items: [
|
||||
{ label: "Programs", href: "/programs" },
|
||||
{ label: "Course Catalog", href: "#" },
|
||||
{ label: "Schedule", href: "#" },
|
||||
@@ -37,8 +35,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Admissions",
|
||||
items: [
|
||||
title: "Admissions", items: [
|
||||
{ label: "Apply Now", href: "/admissions" },
|
||||
{ label: "Enrollment Info", href: "/admissions" },
|
||||
{ label: "Financial Aid", href: "#" },
|
||||
@@ -46,8 +43,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Campus Life",
|
||||
items: [
|
||||
title: "Campus Life", items: [
|
||||
{ label: "Events Calendar", href: "#" },
|
||||
{ label: "Student Activities", href: "#" },
|
||||
{ label: "Facilities", href: "#" },
|
||||
@@ -55,8 +51,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Email Support", href: "mailto:info@cpsc.edu" },
|
||||
{ label: "Phone", href: "tel:+639123456789" },
|
||||
@@ -72,7 +67,7 @@ export default function ContactPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -93,7 +88,7 @@ export default function ContactPage() {
|
||||
{ value: "24/7", title: "Email Support Available" },
|
||||
{ value: "10am-6pm", title: "Phone Hours" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-table-library_23-2147678900.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-table-library_23-2147678900.jpg"
|
||||
imageAlt="CPSC classroom facilities"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -108,7 +103,7 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Stay Informed About CPSC"
|
||||
description="Subscribe to our newsletter to receive updates on admissions, events, academic programs, and student success stories."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Subscribe"
|
||||
|
||||
@@ -5,30 +5,18 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const publicSans = Public_Sans({
|
||||
variable: "--font-public-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-public-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "CPSC - Excellence in Education, Built for Tomorrow",
|
||||
description: "Discover rigorous academics, vibrant community, and personalized student growth at Camiguin Polytechnic State College. Explore our programs and admissions.",
|
||||
keywords: "CPSC, Camiguin, polytechnic, school, education, academics, admissions, programs, college",
|
||||
robots: {
|
||||
title: "CPSC - Excellence in Education, Built for Tomorrow", description: "Discover rigorous academics, vibrant community, and personalized student growth at Camiguin Polytechnic State College. Explore our programs and admissions.", keywords: "CPSC, Camiguin, polytechnic, school, education, academics, admissions, programs, college", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "CPSC - Excellence in Education",
|
||||
description: "Discover rigorous academics and vibrant community at Camiguin Polytechnic State College.",
|
||||
type: "website",
|
||||
siteName: "CPSC",
|
||||
url: "https://cpsc.edu",
|
||||
},
|
||||
title: "CPSC - Excellence in Education", description: "Discover rigorous academics and vibrant community at Camiguin Polytechnic State College.", type: "website", siteName: "CPSC", url: "https://cpsc.edu"},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "CPSC - Excellence in Education",
|
||||
description: "Join a community dedicated to academic excellence and student growth.",
|
||||
},
|
||||
card: "summary_large_image", title: "CPSC - Excellence in Education", description: "Join a community dedicated to academic excellence and student growth."},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
158
src/app/page.tsx
158
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Institution",
|
||||
items: [
|
||||
title: "Institution", items: [
|
||||
{ label: "About CPSC", href: "/about" },
|
||||
{ label: "Our Mission", href: "/about" },
|
||||
{ label: "Faculty Directory", href: "#" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Academics",
|
||||
items: [
|
||||
title: "Academics", items: [
|
||||
{ label: "Programs", href: "/programs" },
|
||||
{ label: "Course Catalog", href: "#" },
|
||||
{ label: "Schedule", href: "#" },
|
||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Admissions",
|
||||
items: [
|
||||
title: "Admissions", items: [
|
||||
{ label: "Apply Now", href: "/admissions" },
|
||||
{ label: "Enrollment Info", href: "/admissions" },
|
||||
{ label: "Financial Aid", href: "#" },
|
||||
@@ -50,8 +47,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Campus Life",
|
||||
items: [
|
||||
title: "Campus Life", items: [
|
||||
{ label: "Events Calendar", href: "#" },
|
||||
{ label: "Student Activities", href: "#" },
|
||||
{ label: "Facilities", href: "#" },
|
||||
@@ -59,8 +55,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Email Support", href: "mailto:info@cpsc.edu" },
|
||||
{ label: "Phone", href: "tel:+639123456789" },
|
||||
@@ -76,7 +71,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -93,7 +88,7 @@ export default function HomePage() {
|
||||
tag="Welcome to CPSC"
|
||||
tagIcon={BookOpen}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Explore Our Programs", href: "/programs" },
|
||||
{ text: "Learn More", href: "/about" },
|
||||
@@ -101,39 +96,23 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/schoolgirl-with-notebook-her-hands-sunset-background-school-goes-school_169016-59085.jpg?_wi=1",
|
||||
imageAlt: "Campus exterior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/schoolgirl-with-notebook-her-hands-sunset-background-school-goes-school_169016-59085.jpg", imageAlt: "Campus exterior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-children-studying-floor-library_259150-58149.jpg",
|
||||
imageAlt: "School library",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-children-studying-floor-library_259150-58149.jpg", imageAlt: "School library"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-near-microscope-observing-teacher_259150-60352.jpg?_wi=1",
|
||||
imageAlt: "STEM learning",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-near-microscope-observing-teacher_259150-60352.jpg", imageAlt: "STEM learning"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-smiling-international-students-sitting-grass-together-park-university-african-caucasian-girls-indian-boy-talking-outdoors_1157-50061.jpg?_wi=1",
|
||||
imageAlt: "Students on campus",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-smiling-international-students-sitting-grass-together-park-university-african-caucasian-girls-indian-boy-talking-outdoors_1157-50061.jpg", imageAlt: "Students on campus"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vendor-carrying-lemons-customers_482257-102023.jpg?_wi=1",
|
||||
imageAlt: "Arts education",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vendor-carrying-lemons-customers_482257-102023.jpg", imageAlt: "Arts education"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-students-library_23-2149204754.jpg?_wi=1",
|
||||
imageAlt: "Humanities learning",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-students-library_23-2149204754.jpg", imageAlt: "Humanities learning"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-table-library_23-2147678900.jpg?_wi=1",
|
||||
imageAlt: "Classroom facilities",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-table-library_23-2147678900.jpg", imageAlt: "Classroom facilities"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/schoolgirl-with-notebook-her-hands-sunset-background-school-goes-school_169016-59085.jpg?_wi=2",
|
||||
imageAlt: "Campus building",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/schoolgirl-with-notebook-her-hands-sunset-background-school-goes-school_169016-59085.jpg", imageAlt: "Campus building"},
|
||||
]}
|
||||
carouselPosition="right"
|
||||
/>
|
||||
@@ -150,7 +129,7 @@ export default function HomePage() {
|
||||
{ value: "98%", title: "Student Success Rate" },
|
||||
{ value: "500+", title: "Active Students" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-table-library_23-2147678900.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-table-library_23-2147678900.jpg"
|
||||
imageAlt="State-of-the-art classroom facilities"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -167,13 +146,8 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Science & Technology",
|
||||
description: "Advanced courses in biology, chemistry, physics, and engineering preparing students for technical careers and higher education",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-near-microscope-observing-teacher_259150-60352.jpg?_wi=2",
|
||||
imageAlt: "STEM learning",
|
||||
},
|
||||
id: "1", title: "Science & Technology", description: "Advanced courses in biology, chemistry, physics, and engineering preparing students for technical careers and higher education", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-near-microscope-observing-teacher_259150-60352.jpg", imageAlt: "STEM learning"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Hands-on laboratory experience" },
|
||||
{ icon: CheckCircle, text: "Industry partnerships and internships" },
|
||||
@@ -182,13 +156,8 @@ export default function HomePage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Arts & Humanities",
|
||||
description: "Comprehensive program in literature, history, philosophy, and social sciences fostering critical thinking and cultural awareness",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vendor-carrying-lemons-customers_482257-102023.jpg?_wi=2",
|
||||
imageAlt: "Arts education",
|
||||
},
|
||||
id: "2", title: "Arts & Humanities", description: "Comprehensive program in literature, history, philosophy, and social sciences fostering critical thinking and cultural awareness", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vendor-carrying-lemons-customers_482257-102023.jpg", imageAlt: "Arts education"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Creative expression and performance" },
|
||||
{ icon: CheckCircle, text: "Debate and public speaking" },
|
||||
@@ -197,13 +166,8 @@ export default function HomePage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Communication & Language",
|
||||
description: "English, Filipino, and foreign languages with emphasis on practical communication skills and global perspectives",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-students-library_23-2149204754.jpg?_wi=2",
|
||||
imageAlt: "Humanities learning",
|
||||
},
|
||||
id: "3", title: "Communication & Language", description: "English, Filipino, and foreign languages with emphasis on practical communication skills and global perspectives", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-students-library_23-2149204754.jpg", imageAlt: "Humanities learning"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Native and fluent language instruction" },
|
||||
{ icon: CheckCircle, text: "International exchange programs" },
|
||||
@@ -227,33 +191,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Maria Santos",
|
||||
role: "Principal & Administrator",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1",
|
||||
imageAlt: "Dr. Maria Santos",
|
||||
},
|
||||
id: "1", name: "Dr. Maria Santos", role: "Principal & Administrator", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Dr. Maria Santos"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Prof. Juan Reyes",
|
||||
role: "Head of Science",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2",
|
||||
imageAlt: "Prof. Juan Reyes",
|
||||
},
|
||||
id: "2", name: "Prof. Juan Reyes", role: "Head of Science", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Prof. Juan Reyes"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dr. Isabella Cruz",
|
||||
role: "Head of Humanities",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=3",
|
||||
imageAlt: "Dr. Isabella Cruz",
|
||||
},
|
||||
id: "3", name: "Dr. Isabella Cruz", role: "Head of Humanities", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Dr. Isabella Cruz"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mr. Ramon Flores",
|
||||
role: "Head of Arts",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=4",
|
||||
imageAlt: "Mr. Ramon Flores",
|
||||
},
|
||||
id: "4", name: "Mr. Ramon Flores", role: "Head of Arts", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Mr. Ramon Flores"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -270,53 +214,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Angela Martinez",
|
||||
handle: "Class of 2023",
|
||||
testimonial: "CPSC gave me the confidence and skills I needed to succeed in college. The teachers genuinely care about your future.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=1",
|
||||
imageAlt: "Angela Martinez",
|
||||
},
|
||||
id: "1", name: "Angela Martinez", handle: "Class of 2023", testimonial: "CPSC gave me the confidence and skills I needed to succeed in college. The teachers genuinely care about your future.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "Angela Martinez"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Aquino",
|
||||
handle: "Current Student",
|
||||
testimonial: "The rigorous curriculum at CPSC has prepared me well for competitive exams and advanced studies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=2",
|
||||
imageAlt: "Michael Aquino",
|
||||
},
|
||||
id: "2", name: "Michael Aquino", handle: "Current Student", testimonial: "The rigorous curriculum at CPSC has prepared me well for competitive exams and advanced studies.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "Michael Aquino"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dr. Robert Chen",
|
||||
handle: "Parent",
|
||||
testimonial: "We chose CPSC for our daughter and haven't regretted it. The holistic development focus is exceptional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=3",
|
||||
imageAlt: "Dr. Robert Chen",
|
||||
},
|
||||
id: "3", name: "Dr. Robert Chen", handle: "Parent", testimonial: "We chose CPSC for our daughter and haven't regretted it. The holistic development focus is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "Dr. Robert Chen"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Lisa Fernandez",
|
||||
handle: "Class of 2022",
|
||||
testimonial: "The community at CPSC is welcoming and supportive. I've made lifelong friends and memories here.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=4",
|
||||
imageAlt: "Lisa Fernandez",
|
||||
},
|
||||
id: "4", name: "Lisa Fernandez", handle: "Class of 2022", testimonial: "The community at CPSC is welcoming and supportive. I've made lifelong friends and memories here.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "Lisa Fernandez"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Carlos Reyes",
|
||||
handle: "Current Student",
|
||||
testimonial: "Every teacher pushes me to be my best. The extracurricular activities have broadened my horizons.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=5",
|
||||
imageAlt: "Carlos Reyes",
|
||||
},
|
||||
id: "5", name: "Carlos Reyes", handle: "Current Student", testimonial: "Every teacher pushes me to be my best. The extracurricular activities have broadened my horizons.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "Carlos Reyes"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Patricia Dela Cruz",
|
||||
handle: "Parent",
|
||||
testimonial: "CPSC's commitment to excellence and character development is unmatched in our region.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=6",
|
||||
imageAlt: "Patricia Dela Cruz",
|
||||
},
|
||||
id: "6", name: "Patricia Dela Cruz", handle: "Parent", testimonial: "CPSC's commitment to excellence and character development is unmatched in our region.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "Patricia Dela Cruz"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -332,7 +240,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Stay Informed About CPSC"
|
||||
description="Subscribe to our newsletter to receive updates on admissions, events, academic programs, and student success stories."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Subscribe"
|
||||
|
||||
@@ -19,8 +19,7 @@ export default function ProgramsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Institution",
|
||||
items: [
|
||||
title: "Institution", items: [
|
||||
{ label: "About CPSC", href: "/about" },
|
||||
{ label: "Our Mission", href: "/about" },
|
||||
{ label: "Faculty Directory", href: "#" },
|
||||
@@ -28,8 +27,7 @@ export default function ProgramsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Academics",
|
||||
items: [
|
||||
title: "Academics", items: [
|
||||
{ label: "Programs", href: "/programs" },
|
||||
{ label: "Course Catalog", href: "#" },
|
||||
{ label: "Schedule", href: "#" },
|
||||
@@ -37,8 +35,7 @@ export default function ProgramsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Admissions",
|
||||
items: [
|
||||
title: "Admissions", items: [
|
||||
{ label: "Apply Now", href: "/admissions" },
|
||||
{ label: "Enrollment Info", href: "/admissions" },
|
||||
{ label: "Financial Aid", href: "#" },
|
||||
@@ -46,8 +43,7 @@ export default function ProgramsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Campus Life",
|
||||
items: [
|
||||
title: "Campus Life", items: [
|
||||
{ label: "Events Calendar", href: "#" },
|
||||
{ label: "Student Activities", href: "#" },
|
||||
{ label: "Facilities", href: "#" },
|
||||
@@ -55,8 +51,7 @@ export default function ProgramsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Email Support", href: "mailto:info@cpsc.edu" },
|
||||
{ label: "Phone", href: "tel:+639123456789" },
|
||||
@@ -72,7 +67,7 @@ export default function ProgramsPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -91,13 +86,8 @@ export default function ProgramsPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Science & Technology",
|
||||
description: "Advanced courses in biology, chemistry, physics, and engineering preparing students for technical careers and higher education",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-near-microscope-observing-teacher_259150-60352.jpg?_wi=3",
|
||||
imageAlt: "STEM learning",
|
||||
},
|
||||
id: "1", title: "Science & Technology", description: "Advanced courses in biology, chemistry, physics, and engineering preparing students for technical careers and higher education", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-near-microscope-observing-teacher_259150-60352.jpg", imageAlt: "STEM learning"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Hands-on laboratory experience" },
|
||||
{ icon: CheckCircle, text: "Industry partnerships and internships" },
|
||||
@@ -106,13 +96,8 @@ export default function ProgramsPage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Arts & Humanities",
|
||||
description: "Comprehensive program in literature, history, philosophy, and social sciences fostering critical thinking and cultural awareness",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vendor-carrying-lemons-customers_482257-102023.jpg?_wi=3",
|
||||
imageAlt: "Arts education",
|
||||
},
|
||||
id: "2", title: "Arts & Humanities", description: "Comprehensive program in literature, history, philosophy, and social sciences fostering critical thinking and cultural awareness", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vendor-carrying-lemons-customers_482257-102023.jpg", imageAlt: "Arts education"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Creative expression and performance" },
|
||||
{ icon: CheckCircle, text: "Debate and public speaking" },
|
||||
@@ -121,13 +106,8 @@ export default function ProgramsPage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Communication & Language",
|
||||
description: "English, Filipino, and foreign languages with emphasis on practical communication skills and global perspectives",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-students-library_23-2149204754.jpg?_wi=3",
|
||||
imageAlt: "Humanities learning",
|
||||
},
|
||||
id: "3", title: "Communication & Language", description: "English, Filipino, and foreign languages with emphasis on practical communication skills and global perspectives", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-students-library_23-2149204754.jpg", imageAlt: "Humanities learning"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Native and fluent language instruction" },
|
||||
{ icon: CheckCircle, text: "International exchange programs" },
|
||||
@@ -149,7 +129,7 @@ export default function ProgramsPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Stay Informed About CPSC"
|
||||
description="Subscribe to our newsletter to receive updates on admissions, events, academic programs, and student success stories."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Subscribe"
|
||||
|
||||
Reference in New Issue
Block a user