diff --git a/src/app/page.tsx b/src/app/page.tsx
index 80d70c9..9a67e86 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,42 +45,21 @@ export default function LandingPage() {
@@ -127,23 +91,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Roof Installation",
- description: "High-quality installation for modern residential homes.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg?_wi=2",
- },
+ id: "f1", title: "Roof Installation", description: "High-quality installation for modern residential homes.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg"},
{
- id: "f2",
- title: "Scaffolding Solutions",
- description: "Safe, reliable equipment setup for complex projects.",
- imageSrc: "http://img.b2bpic.net/free-photo/real-estate-agents-dicussing-plans_23-2147650207.jpg?_wi=2",
- },
+ id: "f2", title: "Scaffolding Solutions", description: "Safe, reliable equipment setup for complex projects.", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-agents-dicussing-plans_23-2147650207.jpg"},
{
- id: "f3",
- title: "Roof Repair",
- description: "Fast diagnosis and repairs for all roofing types.",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-roof_23-2149343677.jpg?_wi=2",
- },
+ id: "f3", title: "Roof Repair", description: "Fast diagnosis and repairs for all roofing types.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-roof_23-2149343677.jpg"},
]}
title="Expert Roofing & Scaffolding Services"
description="Comprehensive solutions designed for durability and safety."
@@ -157,45 +109,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah Johnson",
- handle: "@sarahj",
- testimonial: "Excellent service and very professional roofing job on our house.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-happy-expression_1194-3548.jpg",
- },
+ id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Excellent service and very professional roofing job on our house.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-happy-expression_1194-3548.jpg"},
{
- id: "2",
- name: "Michael Chen",
- handle: "@mchen",
- testimonial: "The scaffolding was installed perfectly and very safely.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-entrepreneur-wearing-white-shirt-posing-standing-with-crossed-arms-indoors_7502-9695.jpg",
- },
+ id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "The scaffolding was installed perfectly and very safely.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-entrepreneur-wearing-white-shirt-posing-standing-with-crossed-arms-indoors_7502-9695.jpg"},
{
- id: "3",
- name: "Emily Rodriguez",
- handle: "@emilyrod",
- testimonial: "Prompt, efficient, and great communication throughout.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg",
- },
+ id: "3", name: "Emily Rodriguez", handle: "@emilyrod", testimonial: "Prompt, efficient, and great communication throughout.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg"},
{
- id: "4",
- name: "David Kim",
- handle: "@dkim",
- testimonial: "Best roofing team I've worked with in Austin. Highly recommended!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-family-enjoying-trips_23-2149176479.jpg",
- },
+ id: "4", name: "David Kim", handle: "@dkim", testimonial: "Best roofing team I've worked with in Austin. Highly recommended!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-family-enjoying-trips_23-2149176479.jpg"},
{
- id: "5",
- name: "Lisa Wang",
- handle: "@lwang",
- testimonial: "Very satisfied with the quality of materials and service.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg",
- },
+ id: "5", name: "Lisa Wang", handle: "@lwang", testimonial: "Very satisfied with the quality of materials and service.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg"},
]}
showRating={true}
title="What Austin Homeowners Say"
@@ -209,27 +136,16 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "fq1",
- title: "Do you offer free estimates?",
- content: "Yes, we provide free on-site estimates for all roofing projects.",
- },
+ id: "fq1", title: "Do you offer free estimates?", content: "Yes, we provide free on-site estimates for all roofing projects."},
{
- id: "fq2",
- title: "Are you licensed and insured?",
- content: "Absolutely, our team is fully licensed and insured for your safety.",
- },
+ id: "fq2", title: "Are you licensed and insured?", content: "Absolutely, our team is fully licensed and insured for your safety."},
{
- id: "fq3",
- title: "How long does a typical roof take?",
- content: "Most residential roof replacements in Austin are completed in 1-3 days.",
- },
+ id: "fq3", title: "How long does a typical roof take?", content: "Most residential roof replacements in Austin are completed in 1-3 days."},
]}
ctaTitle="Ready to Start Your Project?"
ctaDescription="Get a free estimate today by contacting us at (512) 444-7663."
ctaButton={{
- text: "Contact Us",
- href: "tel:5124447663",
- }}
+ text: "Contact Us", href: "tel:5124447663"}}
ctaIcon={Phone}
/>
@@ -238,42 +154,27 @@ export default function LandingPage() {