Update src/app/schools/page.tsx
This commit is contained in:
@@ -43,9 +43,7 @@ export default function SchoolsPage() {
|
||||
description="Discover the excellent educational institutions serving Brooklyn K12 families. From elementary through high school, we provide quality education tailored to each student's needs."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/school-building-background_1284-52250.jpg",
|
||||
alt: "Brooklyn K12 Schools",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/school-building-background_1284-52250.jpg", alt: "Brooklyn K12 Schools"},
|
||||
]}
|
||||
avatarText="15+ Schools District-Wide"
|
||||
buttons={[
|
||||
@@ -67,10 +65,11 @@ export default function SchoolsPage() {
|
||||
{ value: "95%", title: "Graduation Rate" },
|
||||
{ value: "4.5+", title: "Average School Rating" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/school-building-background_1284-52250.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/school-building-background_1284-52250.jpg"
|
||||
imageAlt="Brooklyn K12 School Building"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -81,49 +80,21 @@ export default function SchoolsPage() {
|
||||
tag="Schools"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Brooklyn K12",
|
||||
name: "Lincoln Elementary School",
|
||||
price: "K-5",
|
||||
rating: 5,
|
||||
reviewCount: "118 Reviews",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/school-building-background_1284-52250.jpg?_wi=4",
|
||||
imageAlt: "Lincoln Elementary School",
|
||||
},
|
||||
id: "1", brand: "Brooklyn K12", name: "Lincoln Elementary School", price: "K-5", rating: 5,
|
||||
reviewCount: "118 Reviews", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/school-building-background_1284-52250.jpg", imageAlt: "Lincoln Elementary School"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Brooklyn K12",
|
||||
name: "Prospect Middle School",
|
||||
price: "6-8",
|
||||
rating: 5,
|
||||
reviewCount: "102 Reviews",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/school-building-background_1284-52250.jpg?_wi=5",
|
||||
imageAlt: "Prospect Middle School",
|
||||
},
|
||||
id: "2", brand: "Brooklyn K12", name: "Prospect Middle School", price: "6-8", rating: 5,
|
||||
reviewCount: "102 Reviews", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/school-building-background_1284-52250.jpg", imageAlt: "Prospect Middle School"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Brooklyn K12",
|
||||
name: "Heights High School",
|
||||
price: "9-12",
|
||||
rating: 5,
|
||||
reviewCount: "156 Reviews",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/school-building-background_1284-52250.jpg?_wi=6",
|
||||
imageAlt: "Heights High School",
|
||||
},
|
||||
id: "3", brand: "Brooklyn K12", name: "Heights High School", price: "9-12", rating: 5,
|
||||
reviewCount: "156 Reviews", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/school-building-background_1284-52250.jpg", imageAlt: "Heights High School"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Brooklyn K12",
|
||||
name: "Williamsburg Academy",
|
||||
price: "K-12",
|
||||
rating: 5,
|
||||
reviewCount: "89 Reviews",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/school-building-background_1284-52250.jpg?_wi=7",
|
||||
imageAlt: "Williamsburg Academy",
|
||||
},
|
||||
id: "4", brand: "Brooklyn K12", name: "Williamsburg Academy", price: "K-12", rating: 5,
|
||||
reviewCount: "89 Reviews", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/school-building-background_1284-52250.jpg", imageAlt: "Williamsburg Academy"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="blur-reveal"
|
||||
@@ -136,8 +107,7 @@ export default function SchoolsPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Schools",
|
||||
items: [
|
||||
title: "Schools", items: [
|
||||
{ label: "Elementary Schools", href: "/schools" },
|
||||
{ label: "Middle Schools", href: "/schools" },
|
||||
{ label: "High Schools", href: "/schools" },
|
||||
@@ -145,8 +115,7 @@ export default function SchoolsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Enrollment", href: "/enrollment" },
|
||||
{ label: "Academics", href: "/academics" },
|
||||
{ label: "Support Services", href: "/resources" },
|
||||
@@ -154,8 +123,7 @@ export default function SchoolsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "District",
|
||||
items: [
|
||||
title: "District", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Careers", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user