diff --git a/src/app/appointments/page.tsx b/src/app/appointments/page.tsx index 4c26574..aa7c5c0 100644 --- a/src/app/appointments/page.tsx +++ b/src/app/appointments/page.tsx @@ -25,13 +25,13 @@ export default function AppointmentsPage() { diff --git a/src/app/blackout-times/page.tsx b/src/app/blackout-times/page.tsx index 45c7689..e9c4978 100644 --- a/src/app/blackout-times/page.tsx +++ b/src/app/blackout-times/page.tsx @@ -25,18 +25,20 @@ export default function BlackoutTimesPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index 92c2c01..7a82f88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,18 +31,20 @@ export default function LandingPage() { @@ -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." ], }, { diff --git a/src/app/schedule/page.tsx b/src/app/schedule/page.tsx index 19fc0f4..f74e873 100644 --- a/src/app/schedule/page.tsx +++ b/src/app/schedule/page.tsx @@ -42,10 +42,12 @@ export default function SchedulePage() {