Compare commits
5 Commits
version_17
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 3809dfbeab | |||
| 01f90b33f6 | |||
| 4d3b1197e6 | |||
| 7327d56a91 | |||
| ac949f82e2 |
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
title="Upper Valley Detail"
|
title="Upper Valley Detail: Precision Car Care by Dedicated Students"
|
||||||
titleClassName="font-bold"
|
titleClassName="font-bold"
|
||||||
description="We're two high school freshmen with two years of experience in meticulous detailing. Your satisfaction is guaranteed. Say you're interested and let us transform your vehicle!"
|
description="We're two high school freshmen with two years of experience in meticulous detailing. Your satisfaction is guaranteed. Say you're interested and let us transform your vehicle!"
|
||||||
testimonials={[]}
|
testimonials={[]}
|
||||||
|
|||||||
@@ -48,7 +48,8 @@ export default function SchedulePage() {
|
|||||||
{ name: "About Us", id: "#about-student-team" },
|
{ name: "About Us", id: "#about-student-team" },
|
||||||
{ name: "FAQ", id: "#faq" },
|
{ name: "FAQ", id: "#faq" },
|
||||||
{ name: "Appointments", id: "/appointments" },
|
{ name: "Appointments", id: "/appointments" },
|
||||||
{ name: "Manage Availability", id: "/blackout-times"}
|
{ name: "Manage Availability", id: "/blackout-times"},
|
||||||
|
{ name: "Schedule", id: "/schedule"}
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Schedule Now", href: "/schedule"}}
|
text: "Schedule Now", href: "/schedule"}}
|
||||||
|
|||||||
Reference in New Issue
Block a user