diff --git a/src/app/page.tsx b/src/app/page.tsx
index fb74d53..caed9fe 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,37 +45,24 @@ export default function LandingPage() {
@@ -96,18 +75,11 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
- "Hidden fees",
- "Delayed response",
- "Inexperienced staff",
- ],
+ "Hidden fees", "Delayed response", "Inexperienced staff"],
}}
positiveCard={{
items: [
- "24/7 Availability",
- "Licensed & Insured",
- "Honest Pricing",
- "Certified Experts",
- ],
+ "Same-Day Service", "No Overtime Charges", "Licensed & Insured", "Certified Experts"],
}}
title="Why Choose USA Plumbing Service"
description="We are committed to fast, honest, and high-quality service."
@@ -120,9 +92,7 @@ export default function LandingPage() {
title="Trusted Local Experts in Rancho Cucamonga"
buttons={[
{
- text: "Learn About Our Mission",
- href: "#about",
- },
+ text: "Learn About Our Mission", href: "#about"},
]}
/>
@@ -132,30 +102,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah Johnson",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-joyful-african-student-woman-with-dark-wavy-hair-green-cardigan-sitting-cafe-drinking-cup-coffee-smiling-camera-woman-waiting-her-boyfriend-after-university_176420-12329.jpg",
- },
+ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-joyful-african-student-woman-with-dark-wavy-hair-green-cardigan-sitting-cafe-drinking-cup-coffee-smiling-camera-woman-waiting-her-boyfriend-after-university_176420-12329.jpg"},
{
- id: "2",
- name: "Michael Chen",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-mid-adult-businessman-using-cell-phone-coffee-break-cafe_637285-8873.jpg",
- },
+ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/happy-mid-adult-businessman-using-cell-phone-coffee-break-cafe_637285-8873.jpg"},
{
- id: "3",
- name: "Emily Rodriguez",
- imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990683.jpg",
- },
+ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990683.jpg"},
{
- id: "4",
- name: "David Kim",
- imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-great-time-with-friends_23-2149286491.jpg",
- },
+ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-great-time-with-friends_23-2149286491.jpg"},
{
- id: "5",
- name: "Patricia Lee",
- imageSrc: "http://img.b2bpic.net/free-photo/mom-kissing-son-kitchen_23-2148414945.jpg",
- },
+ id: "5", name: "Patricia Lee", imageSrc: "http://img.b2bpic.net/free-photo/mom-kissing-son-kitchen_23-2148414945.jpg"},
]}
cardTitle="Hear from our happy customers"
cardTag="Reviews"
@@ -168,20 +123,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "q1",
- title: "Are you really open 24/7?",
- content: "Yes, we provide emergency plumbing services around the clock, every day of the year.",
- },
+ id: "q1", title: "Are you really open 24/7?", content: "Yes, we provide emergency plumbing services around the clock, every day of the year."},
{
- id: "q2",
- title: "Do you provide estimates?",
- content: "We offer transparent, honest pricing and clear estimates for all our services.",
- },
+ id: "q2", title: "Do you provide estimates?", content: "We offer transparent, honest pricing and clear estimates for all our services."},
{
- id: "q3",
- title: "What areas do you serve?",
- content: "We are based in Rancho Cucamonga and serve the surrounding communities with fast, reliable plumbing.",
- },
+ id: "q3", title: "What areas do you serve?", content: "We are based in Rancho Cucamonga and serve the surrounding communities with fast, reliable plumbing."},
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -192,8 +138,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file