Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
{ value: "1200+", label: "Student Enrollment" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[{ text: "Apply Now", href: "/apply" }, { text: "Contact", href: "#contact" }]}
|
||||
buttons={[{ text: "Apply Now", href: "#contact" }, { text: "Contact School", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/city-building-with-reflection_23-2148107129.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
@@ -131,16 +131,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1", badge: "New", price: "Standard", subtitle: "Enrollment for incoming students.", buttons: [{ text: "Apply", href: "/apply" }],
|
||||
features: ["Open House", "Tour Registration", "Documents"]
|
||||
id: "p1", badge: "Enrollment", price: "For All Students", subtitle: "Start your journey with us.", buttons: [{ text: "Apply Now", href: "#contact" }],
|
||||
features: ["Course Selection Guide", "Registration Portal Access", "Academic Advising"]
|
||||
},
|
||||
{
|
||||
id: "p2", badge: "Popular", price: "Transfer", subtitle: "For students transferring in.", buttons: [{ text: "Apply", href: "/apply" }],
|
||||
features: ["Transcripts Review", "Interview", "Counseling"]
|
||||
id: "p2", badge: "Transfer", price: "For New Transfers", subtitle: "Smooth transition assistance.", buttons: [{ text: "Apply Now", href: "#contact" }],
|
||||
features: ["Transcript Evaluation", "Personalized Schedule Planning", "Campus Orientation"]
|
||||
},
|
||||
]}
|
||||
title="Admissions & Enrollment"
|
||||
description="Information on enrollment processes and school policies."
|
||||
description="Find all the necessary information to become a part of our high school community."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -184,7 +184,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "f1", title: "What are the school hours?", content: "Our regular school day is from 8:00 AM to 3:00 PM." },
|
||||
{ id: "f2", title: "How do I apply?", content: "Applications can be submitted via our admissions portal on the website." },
|
||||
{ id: "f2", title: "How do I apply?", content: "Click the 'Apply Now' button to start your application process." },
|
||||
{ id: "f3", title: "Is transportation provided?", content: "Bus services are available for students within the district." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
@@ -197,10 +197,10 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Connect With Us"
|
||||
title="Have Questions?"
|
||||
description="Reach out to our administrative office for any queries."
|
||||
buttons={[{ text: "Contact Admissions", href: "mailto:info@unionhigh.edu" }]}
|
||||
tag="Contact Information"
|
||||
title="Administrative Office"
|
||||
description="123 Academic Way, Union, NJ 07083 | Phone: (555) 123-4567 | [Map Direction](https://maps.google.com/?q=123+Academic+Way+Union+NJ)"
|
||||
buttons={[{ text: "View on Google Maps", href: "https://maps.google.com/?q=123+Academic+Way+Union+NJ" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -209,7 +209,8 @@ export default function LandingPage() {
|
||||
logoText="Union High School"
|
||||
columns={[
|
||||
{ title: "School", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Support", items: [{ label: "Admissions", href: "#pricing" }, { label: "Privacy Policy", href: "#" }] },
|
||||
{ title: "Admissions", items: [{ label: "Apply Now", href: "#contact" }, { label: "Enrollment Policies", href: "#pricing" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user