Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-01-24 19:25:16 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -55,7 +55,7 @@ export default function LandingPage() {
{
imageSrc: "https://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194139.jpg", imageAlt: "Expert car detailing service"
}
]
]}
autoplayDelay={4000}
showDimOverlay={true}
/>
@@ -82,8 +82,8 @@ export default function LandingPage() {
{
number: "05", title: "Quality Inspection", tag: "Quality Assurance", description: "A final walkthrough ensures every detail meets our exacting standards before your vehicle is returned in pristine condition."
}
]
useInvertedBackground="invertDefault"
]}
useInvertedBackground="noInvert"
buttons={[
{ text: "Learn More", href: "#services" }
]}
@@ -137,7 +137,7 @@ export default function LandingPage() {
description="Discover why car owners trust AutoShine Detail with their most valued possession."
tag="Testimonials"
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
testimonials={[
{
id: "1", title: "Exceptional attention to detail", quote: "I couldn't believe the transformation! My car looked better than the day I bought it. The team's attention to detail is absolutely unmatched. I'll be a regular customer.", name: "Michael Rodriguez", role: "BMW Owner", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Rodriguez"
@@ -176,7 +176,7 @@ export default function LandingPage() {
<ContactText
text="Ready to transform your vehicle? Schedule your professional detailing appointment today and experience the AutoShine Detail difference."
animationType="reveal-blur"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
buttons={[
{ text: "Book Appointment Now", href: "#contact" },
{ text: "Call Us: 555-0123", href: "tel:+15550123" }
@@ -208,7 +208,7 @@ export default function LandingPage() {
{ label: "Email: info@autoshinedetail.com", href: "mailto:info@autoshinedetail.com" }
]
}
]
]}
bottomLeftText="© 2025 AutoShine Detail. All rights reserved."
bottomRightText="Professional car detailing excellence"
/>