diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0551fe2..7b9d26f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
@@ -58,38 +48,19 @@ export default function LandingPage() {
@@ -183,25 +127,15 @@ export default function LandingPage() {
author="Mark D., San Diego Homeowner"
avatars={[
{
- src: "asset://avatar-1",
- alt: "Customer 1",
- },
+ src: "asset://avatar-1", alt: "Customer 1"},
{
- src: "asset://avatar-2",
- alt: "Customer 2",
- },
+ src: "asset://avatar-2", alt: "Customer 2"},
{
- src: "asset://avatar-3",
- alt: "Customer 3",
- },
+ src: "asset://avatar-3", alt: "Customer 3"},
{
- src: "asset://avatar-4",
- alt: "Customer 4",
- },
+ src: "asset://avatar-4", alt: "Customer 4"},
{
- src: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg",
- alt: "Customer 5",
- },
+ src: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg", alt: "Customer 5"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -214,20 +148,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "faq1",
- title: "Is this safe for my plants?",
- content: "Absolutely. Our formula is plant-safe and non-toxic.",
- },
+ id: "faq1", title: "Is this safe for my plants?", content: "Absolutely. Our formula is plant-safe and non-toxic."},
{
- id: "faq2",
- title: "How long does it last?",
- content: "Our treatment typically adds 5-10 years of life to your existing roof.",
- },
+ id: "faq2", title: "How long does it last?", content: "Our treatment typically adds 5-10 years of life to your existing roof."},
{
- id: "faq3",
- title: "What roofs qualify?",
- content: "Most asphalt shingle roofs showing signs of aging are excellent candidates.",
- },
+ id: "faq3", title: "What roofs qualify?", content: "Most asphalt shingle roofs showing signs of aging are excellent candidates."},
]}
imageSrc="http://img.b2bpic.net/free-photo/view-beautiful-rainbow-appearing-end-road_23-2151563009.jpg"
title="Frequently Asked Questions"
@@ -240,8 +165,7 @@ export default function LandingPage() {