Merge version_16 into main

Merge version_16 into main
This commit was merged in pull request #21.
This commit is contained in:
2026-03-25 19:11:07 +00:00
3 changed files with 11 additions and 4 deletions

View File

@@ -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() {
<button className="bg-green-600 text-white px-5 py-2 rounded-lg hover:bg-green-700 transition-colors shadow-md">Accept</button>
<button className="bg-red-600 text-white px-5 py-2 rounded-lg hover:bg-red-700 transition-colors shadow-md">Reject</button>
<button className="bg-blue-600 text-white px-5 py-2 rounded-lg hover:bg-blue-700 transition-colors shadow-md">Details</button>
dilutions of liquid soap or other common household products.
</div>
</div>
</div>

View File

@@ -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"}}

View File

@@ -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"
/>
</div>