diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0e9402c..9a6d4a9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,46 +29,31 @@ export default function LandingPage() {
@@ -100,23 +80,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Exterior Refresh",
- description: "Hand wash, clay bar, and wax protection to restore your vehicle's gloss.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-s-hand-is-cleaning-waxing-car_1150-6113.jpg",
- },
+ id: "f1", title: "Exterior Refresh", description: "Hand wash, clay bar, and wax protection to restore your vehicle's gloss.", imageSrc: "http://img.b2bpic.net/free-photo/man-s-hand-is-cleaning-waxing-car_1150-6113.jpg"},
{
- id: "f2",
- title: "Interior Deep Clean",
- description: "Deep vacuuming, leather conditioning, and fabric extraction for a clean cabin.",
- imageSrc: "http://img.b2bpic.net/free-photo/luggage-seen-from-rear-car-window_23-2150934350.jpg",
- },
+ id: "f2", title: "Interior Deep Clean", description: "Deep vacuuming, leather conditioning, and fabric extraction for a clean cabin.", imageSrc: "http://img.b2bpic.net/free-photo/luggage-seen-from-rear-car-window_23-2150934350.jpg"},
{
- id: "f3",
- title: "Engine Bay Detailing",
- description: "Professional steam cleaning to keep your engine running clean and cool.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-try-fix-car-engine-problem-local-road_1150-10662.jpg",
- },
+ id: "f3", title: "Engine Bay Detailing", description: "Professional steam cleaning to keep your engine running clean and cool.", imageSrc: "http://img.b2bpic.net/free-photo/man-try-fix-car-engine-problem-local-road_1150-10662.jpg"},
]}
title="Our Signature Services"
description="Comprehensive detailing packages designed to protect your investment."
@@ -129,37 +97,13 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- title: "Excellent work!",
- quote: "Driveway Shine made my car look brand new again. So convenient.",
- name: "Mark Miller",
- role: "Client",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-brand-new-car-sell_23-2148332886.jpg",
- },
+ id: "t1", title: "Excellent work!", quote: "Driveway Shine made my car look brand new again. So convenient.", name: "Mark Miller", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/side-view-brand-new-car-sell_23-2148332886.jpg"},
{
- id: "t2",
- title: "Incredible attention to detail",
- quote: "I've never seen my interior look this good. Fantastic service.",
- name: "Jane Cooper",
- role: "Client",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434343.jpg",
- },
+ id: "t2", title: "Incredible attention to detail", quote: "I've never seen my interior look this good. Fantastic service.", name: "Jane Cooper", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434343.jpg"},
{
- id: "t3",
- title: "Professional and fast",
- quote: "They showed up on time and the quality of work was outstanding.",
- name: "David Clark",
- role: "Client",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cleaning-car-rims_23-2148194113.jpg",
- },
+ id: "t3", title: "Professional and fast", quote: "They showed up on time and the quality of work was outstanding.", name: "David Clark", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cleaning-car-rims_23-2148194113.jpg"},
{
- id: "t4",
- title: "So happy with the result",
- quote: "My SUV looks showroom ready. Highly recommended.",
- name: "Sarah Davis",
- role: "Client",
- imageSrc: "http://img.b2bpic.net/free-photo/blurred-young-woman-cleaning-car_23-2148510544.jpg",
- },
+ id: "t4", title: "So happy with the result", quote: "My SUV looks showroom ready. Highly recommended.", name: "Sarah Davis", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/blurred-young-woman-cleaning-car_23-2148510544.jpg"},
]}
title="Hear From Our Clients"
description="Customer satisfaction is at the core of our business."
@@ -170,14 +114,11 @@ export default function LandingPage() {
@@ -191,4 +132,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file