diff --git a/src/app/page.tsx b/src/app/page.tsx
index c4dbecf..573a6c2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,70 +46,34 @@ export default function LandingPage() {
@@ -128,18 +84,11 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
- type: "text",
- content: "30 Years of ",
- },
+ type: "text", content: "30 Years of "},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/empty-underground-parking-garage_1127-2934.jpg",
- alt: "Our team at work",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/empty-underground-parking-garage_1127-2934.jpg", alt: "Our team at work"},
{
- type: "text",
- content: " Community Trust",
- },
+ type: "text", content: " Community Trust"},
]}
/>
@@ -151,34 +100,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "1",
- label: "Engine Repair",
- title: "Precision Engine Care",
- items: [
- "Diagnostics",
- "Performance tuning",
- "Major repairs",
- ],
+ id: "1", label: "Engine Repair", title: "Precision Engine Care", items: [
+ "Diagnostics", "Performance tuning", "Major repairs"],
},
{
- id: "2",
- label: "Brakes & Tires",
- title: "Safety First",
- items: [
- "Pad replacements",
- "Alignment",
- "Tire balancing",
- ],
+ id: "2", label: "Brakes & Tires", title: "Safety First", items: [
+ "Pad replacements", "Alignment", "Tire balancing"],
},
{
- id: "3",
- label: "Maintenance",
- title: "Preventive Care",
- items: [
- "Oil changes",
- "Fluid checks",
- "Filter replacements",
- ],
+ id: "3", label: "Maintenance", title: "Preventive Care", items: [
+ "Oil changes", "Fluid checks", "Filter replacements"],
},
]}
title="Our Expert Services"
@@ -191,33 +122,17 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up-like_74855-10007.jpg",
+ id: "1", name: "Sarah J. (5 stars) - Incredible service! Fast, honest, and fair pricing."
},
{
- id: "2",
- name: "Michael K.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg",
+ id: "2", name: "Michael K. (5 stars) - They really saved my car and explained everything clearly."
},
{
- id: "3",
- name: "Emily D.",
- imageSrc: "http://img.b2bpic.net/free-photo/client-zero-waste-shop-checkout_482257-81595.jpg",
- },
- {
- id: "4",
- name: "David L.",
- imageSrc: "http://img.b2bpic.net/free-photo/displeased-woman-having-argument-with-her-husband-about-car-repair-workshop_637285-7728.jpg",
- },
- {
- id: "5",
- name: "Robert M.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-african-american-mechanic-handshaking-auto-repair-shop_637285-11567.jpg",
- },
+ id: "3", name: "Emily D. (5 stars) - Best mechanic experience I've had in 10 years."
+ }
]}
- cardTitle="Hundreds of 5-Star Reviews"
- cardTag="Trusted by Local Families"
+ cardTitle="★★★★★"
+ cardTag="Hundreds of 5-Star Reviews"
cardAnimation="slide-up"
/>
@@ -228,20 +143,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "Do you offer warranty?",
- content: "Yes, all our parts and labor are backed by our 12-month/12,000-mile guarantee.",
- },
+ id: "1", title: "Do you offer warranty?", content: "Yes, all our parts and labor are backed by our 12-month/12,000-mile guarantee."},
{
- id: "2",
- title: "Can I wait while you work?",
- content: "Yes, we have a clean lounge with free Wi-Fi for your convenience.",
- },
+ id: "2", title: "Can I wait while you work?", content: "Yes, we have a clean lounge with free Wi-Fi for your convenience."},
{
- id: "3",
- title: "Do you work on foreign cars?",
- content: "Absolutely. Our expert technicians are trained for all makes and models.",
- },
+ id: "3", title: "Do you work on foreign cars?", content: "Absolutely. Our expert technicians are trained for all makes and models."},
]}
imageSrc="http://img.b2bpic.net/free-photo/repairman-writes-car-tires-fix-invoice_482257-75574.jpg"
title="Frequently Asked Questions"
@@ -254,20 +160,15 @@ export default function LandingPage() {
@@ -281,4 +182,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file