@@ -64,23 +70,42 @@ export default function Page () {
2023 New England FIRST District Championships - Wilson Division
+
+
+ Past Events
+ < Link href = "/awards" className = "button"> Check Out Our Awards< ArrowRight />
-
- Past Events
- < Link href = "/awards" className = {`${styles.seeMore} border-button`}> Check Out Our Awards< ArrowRight />
+
+
+
See The Latest
-
Follow Us!
+
+ {
+ posts.map((post) => (
+
+
+
+ ))
+ }
+
+
+
+
+
Follow Us:
-
- {/* Gallery */}
+
+
+ More Posts
+ Team Gallery
+
@@ -91,7 +116,7 @@ export default function Page () {
What would a team be without its dedicated members? From freshman to senior year, high school students from all over the Greater Boston area collaborate, innovate, and cultivate a variety of practical real-world skills on Team 246.
- Meet The Team
+ Meet The Team
diff --git a/components/footer.module.css b/components/footer.module.css
index b18f4a3..8403eeb 100644
--- a/components/footer.module.css
+++ b/components/footer.module.css
@@ -30,8 +30,12 @@
list-style: none;
}
+.footerLink:hover {
+ text-decoration: underline;
+}
+
.copyrightSection {
- background-color: var(--color-neutral-90);
+ background-color: var(--color-neutral-100);
margin-top: 2rem;
padding: 2rem 0;
}
\ No newline at end of file
diff --git a/components/footer.tsx b/components/footer.tsx
index 8c6469c..b09c7b5 100644
--- a/components/footer.tsx
+++ b/components/footer.tsx
@@ -15,17 +15,24 @@ export default function Footer () {
Boston, MA 02215