13 Commits

Author SHA1 Message Date
3266c1a667 Update src/app/schedule/page.tsx 2026-03-25 01:06:16 +00:00
6e170834e1 Update src/app/page.tsx 2026-03-25 01:06:15 +00:00
40b42be76c Update src/app/blackout-times/page.tsx 2026-03-25 01:06:15 +00:00
313b9d9320 Update src/app/appointments/page.tsx 2026-03-25 01:06:14 +00:00
a66cf56a59 Merge version_4 into main
Merge version_4 into main
2026-03-25 01:01:25 +00:00
e0838dc5b5 Update src/app/page.tsx 2026-03-25 01:01:19 +00:00
0d846632da Merge version_3 into main
Merge version_3 into main
2026-03-25 00:40:18 +00:00
099bfe1370 Update src/app/schedule/page.tsx 2026-03-25 00:40:15 +00:00
c8deb19114 Update src/app/page.tsx 2026-03-25 00:40:14 +00:00
0343d81921 Update src/app/blackout-times/page.tsx 2026-03-25 00:40:14 +00:00
a6a17a7c30 Update src/app/appointments/page.tsx 2026-03-25 00:40:13 +00:00
ee843a3eea Merge version_2 into main
Merge version_2 into main
2026-03-25 00:32:55 +00:00
dbe41494ec Merge version_2 into main
Merge version_2 into main
2026-03-25 00:32:28 +00:00
4 changed files with 45 additions and 79 deletions

View File

@@ -25,14 +25,13 @@ export default function AppointmentsPage() {
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/#services" },
{ name: "Why Us", id: "/#why-us" },
{ name: "Testimonials", id: "/#testimonials" },
{ 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"
/>
@@ -91,4 +90,4 @@ export default function AppointmentsPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -25,20 +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: "Testimonials", id: "testimonials"},
name: "FAQ", id: "#faq"},
{
name: "FAQ", id: "faq"},
name: "Appointments", id: "/appointments"},
{
name: "Manage Availability", id: "blackout-times"}
name: "Manage Availability", id: "/blackout-times"}
]}
button={{
text: "Schedule Now", href: "#contact"}}
text: "Schedule Now", href: "/schedule"}}
brandName="Detail Pros"
/>
</div>

View File

@@ -10,7 +10,6 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Award, Facebook, Instagram, Shield, Sparkles, Twitter } from "lucide-react";
export default function LandingPage() {
@@ -32,20 +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: "Testimonials", id: "testimonials"},
name: "FAQ", id: "#faq"},
{
name: "FAQ", id: "faq"},
name: "Appointments", id: "/appointments"},
{
name: "Manage Availability", id: "blackout-times"}
name: "Manage Availability", id: "/blackout-times"}
]}
button={{
text: "Schedule Now", href: "#contact"}}
text: "Schedule Now", href: "/schedule"}}
brandName="Detail Pros"
/>
</div>
@@ -57,23 +56,7 @@ export default function LandingPage() {
variant: "plain"}}
title="Shine Brighter with Detail Pros - Your Car, Our Passion."
description="Experience top-tier car detailing by dedicated local high school students. We guarantee meticulous attention to every detail, ensuring your vehicle looks its absolute best, every time."
testimonials={[
{
name: "Sarah J.", handle: "@HappyDriver", testimonial: "My car hasn't looked this good since I bought it! The students were incredibly thorough and professional. Highly recommend Detail Pros!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg?_wi=1"},
{
name: "Mark T.", handle: "@CleanRide", testimonial: "The attention to detail was outstanding. They really took their time and made sure every inch of my car was spotless. Fantastic work!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-nurse_23-2151061623.jpg?_wi=1"},
{
name: "Emily R.", handle: "@ShinyCar", testimonial: "So impressed by the dedication of these students. My car feels brand new, and the price was unbeatable for the quality. Will definitely be a repeat customer.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg?_wi=1"},
{
name: "David K.", handle: "@LocalSupporter", testimonial: "It's great to support local students doing such high-quality work. They were polite, efficient, and my car looks showroom ready. Excellent service!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg?_wi=1"},
{
name: "Jessica L.", handle: "@DetailFan", testimonial: "From the wheels to the interior, every part of my car was gleaming. Their 'guaranteed satisfaction' is no joke - they truly deliver!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/headshot-attractive-young-redhead-female-with-hair-bun-sitting-cafe-having-surprised-facial-expression_273609-9261.jpg?_wi=1"},
]}
testimonials={[]}
buttons={[
{
text: "View Services", href: "#services"},
@@ -135,61 +118,44 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "bronze", badge: "Basic Brilliance", badgeIcon: Sparkles,
price: "$99", subtitle: "Essential clean, inside and out.", buttons: [
id: "standard", badge: "STANDARD DETAIL", badgeIcon: Sparkles,
price: "Starting at $179", subtitle: "Best for regular maintenance.", buttons: [
{
text: "Book Bronze", href: "#contact"},
text: "Book Standard", href: "#contact"
},
],
features: [
"Exterior wash & dry", "Vacuum interior", "Window cleaning", "Tire dressing", "Wipe down surfaces"],
"Full interior and exterior clean", "Vacuum, wipe-down, windows, wash", "Light dirt and salt removal", "*Final price depends on vehicle size and condition."
],
},
{
id: "silver", badge: "Enhanced Clean", badgeIcon: Shield,
price: "$149", subtitle: "Deep clean with added protection.", buttons: [
id: "enhanced", badge: "ENHANCED DETAIL", badgeIcon: Shield,
price: "Starting at $219", subtitle: "Most popular, best value for most vehicles.", buttons: [
{
text: "Book Silver", href: "#contact"},
text: "Book Enhanced", href: "#contact"
},
],
features: [
"Bronze package features", "Hand wax application", "Interior detail & polish", "Door jam cleaning", "Air freshener treatment"],
"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."
],
},
{
id: "gold", badge: "Ultimate Perfection", badgeIcon: Award,
price: "$249", subtitle: "Full rejuvenation, top to bottom.", buttons: [
id: "deep", badge: "DEEP DETAIL", badgeIcon: Award,
price: "Starting at $289", subtitle: "Best for heavily used or very dirty cars.", buttons: [
{
text: "Book Gold", href: "#contact"},
text: "Book Deep", href: "#contact"
},
],
features: [
"Silver package features", "Clay bar treatment", "Leather conditioning", "Engine bay detail", "Fabric stain removal"],
"Everything in Enhanced", "Heavy stain removal + deep extraction", "Full interior reset + high detailed finish", "*Final price depends on vehicle size and condition."
],
},
]}
title="Flexible Tiers for Every Need"
description="Choose from our Bronze, Silver, or Gold packages, designed to give your car the perfect level of care. All tiers include our signature attention to detail and satisfaction guarantee."
description="Choose from our Standard, Enhanced, or Deep packages, designed to give your car the perfect level of care. All tiers include our signature attention to detail and satisfaction guarantee."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah J.", handle: "Local Resident", testimonial: "My car hasn't looked this good since I bought it! The students were incredibly thorough and professional. Highly recommend Detail Pros for their amazing work!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg?_wi=2"},
{
id: "2", name: "Mark T.", handle: "Car Enthusiast", testimonial: "The attention to detail was outstanding. They really took their time and made sure every inch of my car was spotless. Fantastic work by a great team!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-nurse_23-2151061623.jpg?_wi=2"},
{
id: "3", name: "Emily R.", handle: "Busy Professional", testimonial: "So impressed by the dedication of these students. My car feels brand new, and the price was unbeatable for the quality. Will definitely be a repeat customer!", imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg?_wi=2"},
{
id: "4", name: "David K.", handle: "Community Member", testimonial: "It's great to support local students doing such high-quality work. They were polite, efficient, and my car looks showroom ready. Excellent service and fantastic initiative!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg?_wi=2"},
{
id: "5", name: "Jessica L.", handle: "First-time Client", testimonial: "From the wheels to the interior, every part of my car was gleaming. Their 'guaranteed satisfaction' is no joke - they truly deliver on their promise. A truly professional detail!", imageSrc: "http://img.b2bpic.net/free-photo/headshot-attractive-young-redhead-female-with-hair-bun-sitting-cafe-having-surprised-facial-expression_273609-9261.jpg?_wi=2"},
]}
title="Hear From Our Happy Customers"
description="Our clients consistently praise our attention to detail, professional service, and the incredible results we deliver. Read what they have to say about the Detail Pros experience and our dedicated student team."
speed={40}
topMarqueeDirection="left"
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia

View File

@@ -42,11 +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: "Testimonials", id: "testimonials" },
{ 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"}}