diff --git a/src/app/page.tsx b/src/app/page.tsx
index 101d283..f7c4ca3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -34,87 +34,50 @@ export default function LandingPage() {
@@ -312,29 +194,17 @@ export default function LandingPage() {
author="Sarah J."
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/young-woman-doing-okay_1187-4049.jpg",
- alt: "Sarah J.",
- },
+ src: "http://img.b2bpic.net/free-photo/young-woman-doing-okay_1187-4049.jpg", alt: "Sarah J."},
{
- src: "http://img.b2bpic.net/free-photo/beautiful-woman-thinking_23-2147611625.jpg",
- alt: "Mark T.",
- },
+ src: "http://img.b2bpic.net/free-photo/beautiful-woman-thinking_23-2147611625.jpg", alt: "Mark T."},
{
- src: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3203.jpg",
- alt: "Emily R.",
- },
+ src: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3203.jpg", alt: "Emily R."},
{
- src: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg",
- alt: "David K.",
- },
+ src: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", alt: "David K."},
{
- src: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-68936.jpg",
- alt: "Jessica L.",
- },
+ src: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-68936.jpg", alt: "Jessica L."},
{
- src: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-bearded-man-with-white-smile-standing-casual-clothes-white-background_176420-50111.jpg",
- alt: "Robert S.",
- },
+ src: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-bearded-man-with-white-smile-standing-casual-clothes-white-background_176420-50111.jpg", alt: "Robert S."},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
@@ -346,20 +216,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "faq-1",
- title: "How often should my pool be serviced?",
- content: "For most residential pools, weekly service is recommended to maintain optimal water chemistry and cleanliness. Commercial pools may require more frequent attention.",
- },
+ id: "faq-1", title: "How often should my pool be serviced?", content: "For most residential pools, weekly service is recommended to maintain optimal water chemistry and cleanliness. Commercial pools may require more frequent attention."},
{
- id: "faq-2",
- title: "What's included in your plastering service?",
- content: "Our plastering service includes surface preparation, application of high-quality plaster, initial chemical startup, and a post-project consultation. We also provide a warranty on workmanship.",
- },
+ id: "faq-2", title: "What's included in your plastering service?", content: "Our plastering service includes surface preparation, application of high-quality plaster, initial chemical startup, and a post-project consultation. We also provide a warranty on workmanship."},
{
- id: "faq-3",
- title: "Do you offer emergency repair services?",
- content: "Yes, we understand that pool issues can arise unexpectedly. Contact us for emergency repair needs, and we'll strive for the quickest possible response to diagnose and resolve your problem.",
- },
+ id: "faq-3", title: "Do you offer emergency repair services?", content: "Yes, we understand that pool issues can arise unexpectedly. Contact us for emergency repair needs, and we'll strive for the quickest possible response to diagnose and resolve your problem."},
]}
sideTitle="Common Questions About Pool Care"
sideDescription="Find quick answers to the most frequently asked questions about our services and pool maintenance."
@@ -372,8 +233,7 @@ export default function LandingPage() {