Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
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"
|
imageSrc: "https://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194139.jpg", imageAlt: "Expert car detailing service"
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
autoplayDelay={4000}
|
autoplayDelay={4000}
|
||||||
showDimOverlay={true}
|
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."
|
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={[
|
buttons={[
|
||||||
{ text: "Learn More", href: "#services" }
|
{ 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."
|
description="Discover why car owners trust AutoShine Detail with their most valued possession."
|
||||||
tag="Testimonials"
|
tag="Testimonials"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
testimonials={[
|
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"
|
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
|
<ContactText
|
||||||
text="Ready to transform your vehicle? Schedule your professional detailing appointment today and experience the AutoShine Detail difference."
|
text="Ready to transform your vehicle? Schedule your professional detailing appointment today and experience the AutoShine Detail difference."
|
||||||
animationType="reveal-blur"
|
animationType="reveal-blur"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Appointment Now", href: "#contact" },
|
{ text: "Book Appointment Now", href: "#contact" },
|
||||||
{ text: "Call Us: 555-0123", href: "tel:+15550123" }
|
{ 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" }
|
{ label: "Email: info@autoshinedetail.com", href: "mailto:info@autoshinedetail.com" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
bottomLeftText="© 2025 AutoShine Detail. All rights reserved."
|
bottomLeftText="© 2025 AutoShine Detail. All rights reserved."
|
||||||
bottomRightText="Professional car detailing excellence"
|
bottomRightText="Professional car detailing excellence"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user