Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b52fa1040 | |||
| ef595e7125 | |||
| 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>
|
||||
@@ -99,10 +101,7 @@ export default function LandingPage() {
|
||||
title: "Precision Interior Detailing", description: "From vacuuming every crumb to polishing surfaces and conditioning leather, we ensure your car's interior feels fresh and pristine.", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-red-luxury-sport-car_181624-25467.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Spotless Exterior Wash & Wax", description: "Our exterior service includes a thorough wash, paint decontamination, wheel cleaning, tire dressing, and a durable wax for lasting shine and protection.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-dusting_23-2149172885.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Engine Bay Revitalization", description: "We carefully clean and dress your engine bay, removing grime and leaving it looking as good as new, enhancing your vehicle's overall presentation.", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-examining-car-engine_1170-1357.jpg"},
|
||||
title: "Spotless Exterior Wash & Wax", description: "Our exterior service includes a thorough wash, paint decontamination, wheel cleaning, tire dressing, and a durable wax for lasting shine and protection.", imageSrc: "http://img.b2bpic.net/free-photo/car-polishing-process-washing_23-2149547517.jpg"},
|
||||
]}
|
||||
title="Our Promise: Meticulous Care & Guaranteed Satisfaction"
|
||||
description="We don't just clean cars; we restore them. Our dedicated student team adheres to a strict detailing regimen, ensuring every crevice and surface shines with perfection. Your satisfaction is our top priority, and we stand by the quality of our work."
|
||||
@@ -123,7 +122,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Full interior and exterior clean", "Vacuum, wipe-down, windows, wash", "Light dirt and salt removal", "*Final price depends on vehicle size and condition."
|
||||
"Full interior and exterior clean", "Vacuum, wipe-down, windows, wash", "Light dirt and salt removal", "Price may be adjusted for extra large or exceptionally dirty vehicles."
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -134,7 +133,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", "Price may be adjusted for extra large or exceptionally dirty vehicles."
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -145,7 +144,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Everything in Enhanced", "Heavy stain removal + deep extraction", "Full interior reset + high detailed finish", "*Final price depends on vehicle size and condition."
|
||||
"Everything in Enhanced", "Heavy stain removal + deep extraction", "Full interior reset + high detailed finish", "Price may be adjusted for extra large or exceptionally dirty vehicles."
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -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