Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3266c1a667 | |||
| 6e170834e1 | |||
| 40b42be76c | |||
| 313b9d9320 | |||
| a66cf56a59 |
@@ -25,13 +25,13 @@ export default function AppointmentsPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/#services" },
|
||||
{ name: "Why Us", id: "/#why-us" },
|
||||
{ name: "FAQ", id: "/#faq" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Why Us", id: "#why-us" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{ name: "Appointments", id: "/appointments" }
|
||||
]}
|
||||
button={{
|
||||
text: "Schedule Now", href: "/#contact"
|
||||
text: "Schedule Now", href: "/schedule"
|
||||
}}
|
||||
brandName="Detail Pros"
|
||||
/>
|
||||
|
||||
@@ -25,18 +25,20 @@ export default function BlackoutTimesPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "home"},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services", id: "services"},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Why Us", id: "why-us"},
|
||||
name: "Why Us", id: "#why-us"},
|
||||
{
|
||||
name: "FAQ", id: "faq"},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Manage Availability", id: "blackout-times"}
|
||||
name: "Appointments", id: "/appointments"},
|
||||
{
|
||||
name: "Manage Availability", id: "/blackout-times"}
|
||||
]}
|
||||
button={{
|
||||
text: "Schedule Now", href: "#contact"}}
|
||||
text: "Schedule Now", href: "/schedule"}}
|
||||
brandName="Detail Pros"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -31,18 +31,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "home"},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services", id: "services"},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Why Us", id: "why-us"},
|
||||
name: "Why Us", id: "#why-us"},
|
||||
{
|
||||
name: "FAQ", id: "faq"},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Manage Availability", id: "blackout-times"}
|
||||
name: "Appointments", id: "/appointments"},
|
||||
{
|
||||
name: "Manage Availability", id: "/blackout-times"}
|
||||
]}
|
||||
button={{
|
||||
text: "Schedule Now", href: "#contact"}}
|
||||
text: "Schedule Now", href: "/schedule"}}
|
||||
brandName="Detail Pros"
|
||||
/>
|
||||
</div>
|
||||
@@ -134,7 +136,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Every perk from Standard detail", "Deeper interior cleaning (seats, carpets, buildup, and grime)", "More detailed exterior finish and shine", "*Final price depends on vehicle size and condition."
|
||||
"Everything in Standard", "Deeper interior cleaning (seats, carpets, buildup, and grime)", "More detailed exterior finish and shine", "*Final price depends on vehicle size and condition."
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -42,10 +42,12 @@ export default function SchedulePage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Why Us", id: "why-us" },
|
||||
{ name: "FAQ", id: "faq" }
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Why Us", id: "#why-us" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{ name: "Appointments", id: "/appointments" },
|
||||
{ name: "Manage Availability", id: "/blackout-times"}
|
||||
]}
|
||||
button={{
|
||||
text: "Schedule Now", href: "/schedule"}}
|
||||
|
||||
Reference in New Issue
Block a user