Update src/app/page.tsx

This commit is contained in:
2026-02-11 19:04:08 +00:00
parent 7099a053ac
commit d0cda21f48

View File

@@ -58,6 +58,7 @@ export default function LandingPage() {
imageSrc="https://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg" imageSrc="https://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg"
imageAlt="Professional car detailing service in action" imageAlt="Professional car detailing service in action"
imagePosition="right" imagePosition="right"
mediaAnimation="slide-in"
buttons={[ buttons={[
{ text: "Book Service", href: "contact" }, { text: "Book Service", href: "contact" },
{ text: "Learn More", href: "services" } { text: "Learn More", href: "services" }
@@ -193,6 +194,7 @@ export default function LandingPage() {
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Everything you need to know about our services, pricing, and booking process" description="Everything you need to know about our services, pricing, and booking process"
animationType="smooth" animationType="smooth"
faqsAnimation="fade-in"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
/> />