diff --git a/src/app/page.tsx b/src/app/page.tsx
index d1a7bcc..23014e6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
@@ -57,41 +47,21 @@ export default function LandingPage() {
@@ -167,45 +112,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Kara Pearson",
- handle: "@kara.p",
- testimonial: "Same-day response when I had a leak! Eric walked me through the claim and fixed it fast.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-riding-scooter-talking-phone-park_1303-15759.jpg?_wi=2",
- },
+ id: "1", name: "Kara Pearson", handle: "@kara.p", testimonial: "Same-day response when I had a leak! Eric walked me through the claim and fixed it fast.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-riding-scooter-talking-phone-park_1303-15759.jpg"},
{
- id: "2",
- name: "Kenneth Bradshaw",
- handle: "@k.bradshaw",
- testimonial: "Very professional and honest. Detailed estimate, zero hidden costs. Highly recommend.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598987.jpg?_wi=3",
- },
+ id: "2", name: "Kenneth Bradshaw", handle: "@k.bradshaw", testimonial: "Very professional and honest. Detailed estimate, zero hidden costs. Highly recommend.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598987.jpg"},
{
- id: "3",
- name: "Dominic Armstrong",
- handle: "@dom.armstrong",
- testimonial: "Insurance help was a game changer. The new roof looks incredible.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-happy-expression_1194-3548.jpg",
- },
+ id: "3", name: "Dominic Armstrong", handle: "@dom.armstrong", testimonial: "Insurance help was a game changer. The new roof looks incredible.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-happy-expression_1194-3548.jpg"},
{
- id: "4",
- name: "Maria Lopez",
- handle: "@m.lopez",
- testimonial: "Fastest crew I've ever seen! Professional, cleaned up nicely. Perfect service.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg",
- },
+ id: "4", name: "Maria Lopez", handle: "@m.lopez", testimonial: "Fastest crew I've ever seen! Professional, cleaned up nicely. Perfect service.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg"},
{
- id: "5",
- name: "John Smith",
- handle: "@jsmith.lv",
- testimonial: "Transparent and communicative. Eric is a true expert. Best experience.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg",
- },
+ id: "5", name: "John Smith", handle: "@jsmith.lv", testimonial: "Transparent and communicative. Eric is a true expert. Best experience.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg"},
]}
showRating={true}
title="What Our Customers Are Saying"
@@ -220,20 +140,11 @@ export default function LandingPage() {
tag="Our Simple Process"
metrics={[
{
- id: "p1",
- value: "1",
- description: "Schedule your Free Professional Roof Inspection",
- },
+ id: "p1", value: "1", description: "Schedule your Free Professional Roof Inspection"},
{
- id: "p2",
- value: "2",
- description: "Receive a Clear, Honest Quote + Claim Guidance",
- },
+ id: "p2", value: "2", description: "Receive a Clear, Honest Quote + Claim Guidance"},
{
- id: "p3",
- value: "3",
- description: "Fast, Quality Installation Completed to Perfection",
- },
+ id: "p3", value: "3", description: "Fast, Quality Installation Completed to Perfection"},
]}
metricsAnimation="slide-up"
/>
@@ -245,27 +156,16 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "f1",
- title: "Do you provide insurance claim help?",
- content: "Yes, we are experts in navigating insurance claims to make sure you get the coverage you deserve.",
- },
+ id: "f1", title: "Do you provide insurance claim help?", content: "Yes, we are experts in navigating insurance claims to make sure you get the coverage you deserve."},
{
- id: "f2",
- title: "How quickly can you respond?",
- content: "We offer same-day inspections and 24/7 emergency services for urgent roof leaks.",
- },
+ id: "f2", title: "How quickly can you respond?", content: "We offer same-day inspections and 24/7 emergency services for urgent roof leaks."},
{
- id: "f3",
- title: "Do you offer warranties?",
- content: "Yes, we use high-quality GAF systems that come with industry-leading manufacturer warranties.",
- },
+ id: "f3", title: "Do you offer warranties?", content: "Yes, we use high-quality GAF systems that come with industry-leading manufacturer warranties."},
]}
ctaTitle="Need Roofing Help Today?"
ctaDescription="Available 24/7 for emergencies. Let's get your roof back to top shape."
ctaButton={{
- text: "Call +1 877-414-7510",
- href: "tel:+18774147510",
- }}
+ text: "Call +1 877-414-7510", href: "tel:+18774147510"}}
ctaIcon={Phone}
/>
@@ -274,54 +174,33 @@ export default function LandingPage() {