diff --git a/src/app/page.tsx b/src/app/page.tsx
index 507221e..6077d25 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -56,38 +48,19 @@ export default function LandingPage() {
@@ -261,25 +174,15 @@ export default function LandingPage() {
author="Marcus Thompson"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg",
- alt: "Client 1",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", alt: "Client 1"},
{
- src: "http://img.b2bpic.net/free-photo/handsome-businesman-summer-city_1157-18998.jpg",
- alt: "Client 2",
- },
+ src: "http://img.b2bpic.net/free-photo/handsome-businesman-summer-city_1157-18998.jpg", alt: "Client 2"},
{
- src: "http://img.b2bpic.net/free-photo/light-blue-successful-background-cheerful_1187-4869.jpg",
- alt: "Client 3",
- },
+ src: "http://img.b2bpic.net/free-photo/light-blue-successful-background-cheerful_1187-4869.jpg", alt: "Client 3"},
{
- src: "http://img.b2bpic.net/free-photo/african-american-woman-make-selfie-by-smartphone-standing-new-home_839833-7326.jpg",
- alt: "Client 4",
- },
+ src: "http://img.b2bpic.net/free-photo/african-american-woman-make-selfie-by-smartphone-standing-new-home_839833-7326.jpg", alt: "Client 4"},
{
- src: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167740.jpg",
- alt: "Client 5",
- },
+ src: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167740.jpg", alt: "Client 5"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -291,20 +194,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "How often should I service my AC?",
- content: "Once a year is highly recommended for longevity and efficiency.",
- },
+ id: "f1", title: "How often should I service my AC?", content: "Once a year is highly recommended for longevity and efficiency."},
{
- id: "f2",
- title: "Do you offer emergency services?",
- content: "Yes, we provide 24/7 emergency AC repair in San Diego.",
- },
+ id: "f2", title: "Do you offer emergency services?", content: "Yes, we provide 24/7 emergency AC repair in San Diego."},
{
- id: "f3",
- title: "Are your technicians licensed?",
- content: "Absolutely, all our technicians are fully licensed and bonded.",
- },
+ id: "f3", title: "Are your technicians licensed?", content: "Absolutely, all our technicians are fully licensed and bonded."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Need clarity? Find common answers here."
@@ -316,8 +210,7 @@ export default function LandingPage() {