diff --git a/src/app/page.tsx b/src/app/page.tsx
index a516c37..08218fa 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,75 +32,42 @@ export default function LandingPage() {
@@ -175,14 +120,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Pelham Road",
- "Five Forks",
- "Downtown Greenville",
- "Augusta Road",
- "Parkins Mill",
- "North Main",
- "Stone Lake",
- ]}
+ "Pelham Road", "Five Forks", "Downtown Greenville", "Augusta Road", "Parkins Mill", "North Main", "Stone Lake"]}
title="Serving Greenville & Surrounding Communities"
description="Our commitment to quality has earned the trust of countless homeowners and businesses across the region."
tagAnimation="none"
@@ -200,25 +138,15 @@ export default function LandingPage() {
author="Sarah J., Greenville Homeowner"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/brunette-smiley-woman-holding-cup-coffee-outside_23-2148728650.jpg",
- alt: "Sarah J.",
- },
+ src: "http://img.b2bpic.net/free-photo/brunette-smiley-woman-holding-cup-coffee-outside_23-2148728650.jpg", alt: "Sarah J."},
{
- src: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg",
- alt: "Michael C.",
- },
+ src: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg", alt: "Michael C."},
{
- src: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg",
- alt: "Emily R.",
- },
+ src: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg", alt: "Emily R."},
{
- src: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-160610.jpg",
- alt: "David K.",
- },
+ src: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-160610.jpg", alt: "David K."},
{
- src: "http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153863.jpg",
- alt: "Jessica L.",
- },
+ src: "http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153863.jpg", alt: "Jessica L."},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
@@ -230,25 +158,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "How long does a roof replacement take?",
- content: "Most residential roof replacements can be completed within 1-3 days, depending on the size and complexity of your roof and weather conditions.",
- },
+ id: "1", title: "How long does a roof replacement take?", content: "Most residential roof replacements can be completed within 1-3 days, depending on the size and complexity of your roof and weather conditions."},
{
- id: "2",
- title: "Do you offer free estimates?",
- content: "Yes, we provide complimentary, no-obligation estimates for all our roofing services. Contact us today to schedule yours!",
- },
+ id: "2", title: "Do you offer free estimates?", content: "Yes, we provide complimentary, no-obligation estimates for all our roofing services. Contact us today to schedule yours!"},
{
- id: "3",
- title: "Are you licensed and insured?",
- content: "Absolutely. Joe Roberson & Son Roofing is fully licensed, bonded, and insured, ensuring peace of mind and protection for our clients.",
- },
+ id: "3", title: "Are you licensed and insured?", content: "Absolutely. Joe Roberson & Son Roofing is fully licensed, bonded, and insured, ensuring peace of mind and protection for our clients."},
{
- id: "4",
- title: "What types of roofing materials do you work with?",
- content: "We work with a wide range of high-quality materials including asphalt shingles, metal roofing, cedar shakes, and more, to suit your home's style and budget.",
- },
+ id: "4", title: "What types of roofing materials do you work with?", content: "We work with a wide range of high-quality materials including asphalt shingles, metal roofing, cedar shakes, and more, to suit your home's style and budget."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Find answers to common questions about our roofing services, process, and commitment to quality and customer satisfaction."
@@ -265,22 +181,13 @@ export default function LandingPage() {
description="Fill out the quick form below, and our team will contact you shortly to discuss your roofing needs and provide a fast, accurate estimate."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "phone",
- type: "tel",
- placeholder: "Phone Number",
- required: true,
+ name: "phone", type: "tel", placeholder: "Phone Number", required: true,
},
{
- name: "zip_code",
- type: "text",
- placeholder: "Your Zip Code",
- required: true,
+ name: "zip_code", type: "text", placeholder: "Your Zip Code", required: true,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/group-four-people-standing-construction-site_259150-60525.jpg"
@@ -295,13 +202,9 @@ export default function LandingPage() {