From 8cfceedb7b21f33d9abfad6bf128fd2bec47b43d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:44:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ccb84f8..f2048c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,6 +34,7 @@ export default function LandingPage() { { name: "Programs", id: "features" }, { name: "Team", id: "team" }, { name: "Testimonials", id: "testimonials" }, + { name: "Events", id: "/events" }, { name: "Contact", id: "contact" } ]} /> @@ -200,19 +201,27 @@ export default function LandingPage() { ] }, { - title: "Resources", items: [ - { label: "Student Portal", href: "#" }, - { label: "Parent Resources", href: "#" }, + title: "School Info", items: [ + { label: "Admissions", href: "contact" }, + { label: "Events & News", href: "/events" }, { label: "Academics", href: "features" }, - { label: "Calendar", href: "#" } + { label: "Calendar", href: "/events" } + ] + }, + { + title: "Contact Us", items: [ + { label: "Phone: (555) 123-4567", href: "#" }, + { label: "Email: info@academy.edu", href: "mailto:info@academy.edu" }, + { label: "Address: 123 Education Lane", href: "#" }, + { label: "Hours: Mon-Fri 8am-4pm", href: "#" } ] }, { title: "Connect", items: [ - { label: "Email Us", href: "#" }, - { label: "Visit Campus", href: "contact" }, - { label: "Social Media", href: "https://twitter.com" }, - { label: "Careers", href: "#" } + { label: "Facebook", href: "https://facebook.com" }, + { label: "Twitter", href: "https://twitter.com" }, + { label: "Instagram", href: "https://instagram.com" }, + { label: "LinkedIn", href: "https://linkedin.com" } ] } ]}