diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8313fc7..25c243b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,37 +33,21 @@ export default function LandingPage() {
@@ -72,15 +56,12 @@ export default function LandingPage() {
@@ -228,25 +153,15 @@ export default function LandingPage() {
author="Sarah M., Homeowner"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg",
- alt: "Sarah M.",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", alt: "Sarah M."},
{
- src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg",
- alt: "John D.",
- },
+ src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg", alt: "John D."},
{
- src: "http://img.b2bpic.net/free-photo/bearded-grey-haired-elderly-man-dressed-formal-suit_273609-5557.jpg",
- alt: "Emily R.",
- },
+ src: "http://img.b2bpic.net/free-photo/bearded-grey-haired-elderly-man-dressed-formal-suit_273609-5557.jpg", alt: "Emily R."},
{
- src: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg",
- alt: "Michael C.",
- },
+ src: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg", alt: "Michael C."},
{
- src: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg",
- alt: "David L.",
- },
+ src: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg", alt: "David L."},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -259,20 +174,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "process",
- title: "What is the typical pool construction process?",
- content: "Our process begins with an initial consultation, followed by custom design, detailed planning, excavation, structural build, plumbing and electrical installation, finishing, and finally, a thorough quality inspection and handover.",
- },
+ id: "process", title: "What is the typical pool construction process?", content: "Our process begins with an initial consultation, followed by custom design, detailed planning, excavation, structural build, plumbing and electrical installation, finishing, and finally, a thorough quality inspection and handover."},
{
- id: "materials",
- title: "What type of materials do you use?",
- content: "We use only the highest quality materials, including reinforced concrete, premium tiling, durable plaster or pebble finishes, and state-of-the-art filtration and heating systems to ensure longevity and beauty.",
- },
+ id: "materials", title: "What type of materials do you use?", content: "We use only the highest quality materials, including reinforced concrete, premium tiling, durable plaster or pebble finishes, and state-of-the-art filtration and heating systems to ensure longevity and beauty."},
{
- id: "warranty",
- title: "Do you offer a warranty on your pools?",
- content: "Yes, all our new pool constructions come with a comprehensive structural warranty and manufacturer warranties on equipment, providing you with peace of mind for years to come.",
- },
+ id: "warranty", title: "Do you offer a warranty on your pools?", content: "Yes, all our new pool constructions come with a comprehensive structural warranty and manufacturer warranties on equipment, providing you with peace of mind for years to come."},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about our pool construction process, materials, warranties, and more to ensure complete transparency."
@@ -284,16 +190,13 @@ export default function LandingPage() {
@@ -302,66 +205,40 @@ export default function LandingPage() {