Update src/app/contact/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user