diff --git a/src/app/appointments/page.tsx b/src/app/appointments/page.tsx
index bd640ed..a7ea83f 100644
--- a/src/app/appointments/page.tsx
+++ b/src/app/appointments/page.tsx
@@ -29,7 +29,9 @@ export default function AppointmentsPage() {
{ name: "Why Us", id: "#why-us" },
{ name: "About Us", id: "#about-student-team" },
{ name: "FAQ", id: "#faq" },
- { name: "Appointments", id: "/appointments" }
+ { name: "Appointments", id: "/appointments" },
+ { name: "Manage Availability", id: "/blackout-times" },
+ { name: "Schedule", id: "/schedule" }
]}
button={{
text: "Schedule Now", href: "/schedule"
@@ -70,7 +72,6 @@ export default function AppointmentsPage() {
- dilutions of liquid soap or other common household products.
diff --git a/src/app/blackout-times/page.tsx b/src/app/blackout-times/page.tsx
index ab771e1..bf16042 100644
--- a/src/app/blackout-times/page.tsx
+++ b/src/app/blackout-times/page.tsx
@@ -37,7 +37,9 @@ export default function BlackoutTimesPage() {
{
name: "Appointments", id: "/appointments"},
{
- name: "Manage Availability", id: "/blackout-times"}
+ name: "Manage Availability", id: "/blackout-times"},
+ {
+ name: "Schedule", id: "/schedule"}
]}
button={{
text: "Schedule Now", href: "/schedule"}}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 10983a4..ccb1118 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -43,7 +43,9 @@ export default function LandingPage() {
{
name: "Appointments", id: "/appointments"},
{
- name: "Manage Availability", id: "/blackout-times"}
+ name: "Manage Availability", id: "/blackout-times"},
+ {
+ name: "Schedule", id: "/schedule"}
]}
button={{
text: "Schedule Now", href: "/schedule"}}
@@ -99,6 +101,8 @@ export default function LandingPage() {
mediaAnimation="none"
metricsAnimation="none"
textBoxClassName="max-w-md mx-auto"
+ imageSrc="https://images.unsplash.com/photo-1546410531-bb4ffa88798e?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTYyMDF8MHwxfHNlYXJjaHwxfHxvdXRzaWRlJTIwb2YlMjBhJTIwc2Nob29sfGVufDB8fHx8MTcwMDgxNzY3MXww&ixlib=rb-4.0.3&q=80&w=1080"
+ imageAlt="Outside of a school building"
/>