diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2d4e55f..dcaac58 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -34,35 +34,21 @@ export default function LandingPage() {
@@ -70,117 +56,65 @@ export default function LandingPage() {
@@ -383,25 +237,15 @@ export default function LandingPage() {
author="Sarah Johnson, Marketing Executive"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/front-close-view-young-female-dark-jacket-making-funny-faces-pink-background_179666-30952.jpg",
- alt: "Sarah Johnson",
- },
+ src: "http://img.b2bpic.net/free-photo/front-close-view-young-female-dark-jacket-making-funny-faces-pink-background_179666-30952.jpg", alt: "Sarah Johnson"},
{
- src: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4144.jpg",
- alt: "Michael Chen",
- },
+ src: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4144.jpg", alt: "Michael Chen"},
{
- src: "http://img.b2bpic.net/free-photo/video-editor-worker-standing-front-camera-smiling-working-creative-agency-office-holding-la_482257-3426.jpg",
- alt: "Emily Rodriguez",
- },
+ src: "http://img.b2bpic.net/free-photo/video-editor-worker-standing-front-camera-smiling-working-creative-agency-office-holding-la_482257-3426.jpg", alt: "Emily Rodriguez"},
{
- src: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2075.jpg",
- alt: "David Kim",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2075.jpg", alt: "David Kim"},
{
- src: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg",
- alt: "Jessica Lee",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", alt: "Jessica Lee"},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
@@ -413,38 +257,21 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "faq1",
- title: "What areas do you serve in Miami?",
- content: "We proudly serve all of Miami-Dade County, bringing our premium mobile detailing services directly to your location, whether it's your home or office.",
- },
+ id: "faq1", title: "What areas do you serve in Miami?", content: "We proudly serve all of Miami-Dade County, bringing our premium mobile detailing services directly to your location, whether it's your home or office."},
{
- id: "faq2",
- title: "How long does a typical detailing service take?",
- content: "Service times vary depending on the package selected. A standard exterior wash takes about 45-60 minutes, while a full detail can take 2-4 hours. We provide estimated times during booking.",
- },
+ id: "faq2", title: "How long does a typical detailing service take?", content: "Service times vary depending on the package selected. A standard exterior wash takes about 45-60 minutes, while a full detail can take 2-4 hours. We provide estimated times during booking."},
{
- id: "faq3",
- title: "Do I need to provide water or electricity?",
- content: "No, our mobile units are fully equipped with their own water and power supply. We just need access to your vehicle.",
- },
+ id: "faq3", title: "Do I need to provide water or electricity?", content: "No, our mobile units are fully equipped with their own water and power supply. We just need access to your vehicle."},
{
- id: "faq4",
- title: "What are your operating hours?",
- content: "We operate Monday through Saturday, from 8 AM to 6 PM. Special appointments can be arranged upon request.",
- },
+ id: "faq4", title: "What are your operating hours?", content: "We operate Monday through Saturday, from 8 AM to 6 PM. Special appointments can be arranged upon request."},
{
- id: "faq5",
- title: "Do you offer ceramic coating maintenance?",
- content: "Yes, we offer specialized maintenance packages for vehicles with ceramic coatings to ensure long-lasting protection and shine.",
- },
+ id: "faq5", title: "Do you offer ceramic coating maintenance?", content: "Yes, we offer specialized maintenance packages for vehicles with ceramic coatings to ensure long-lasting protection and shine."},
]}
sideTitle="Questions? We've Got Answers."
sideDescription="Find quick answers to the most common questions about our mobile car detailing services."
buttons={[
{
- text: "Contact Us",
- href: "#contact",
- },
+ text: "Contact Us", href: "#contact"},
]}
faqsAnimation="slide-up"
textPosition="left"
@@ -455,8 +282,7 @@ export default function LandingPage() {