diff --git a/src/app/page.tsx b/src/app/page.tsx
index e7f0d9f..0816b8e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -56,67 +48,42 @@ export default function LandingPage() {
@@ -128,19 +95,13 @@ export default function LandingPage() {
metrics={[
{
icon: Award,
- label: "Years Experience",
- value: "15+",
- },
+ label: "Years Experience", value: "15+"},
{
icon: ShieldCheck,
- label: "Projects Completed",
- value: "500+",
- },
+ label: "Projects Completed", value: "500+"},
{
icon: Clock,
- label: "Response Time",
- value: "1hr",
- },
+ label: "Response Time", value: "1hr"},
]}
metricsAnimation="blur-reveal"
/>
@@ -153,28 +114,13 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Water Damage Recovery",
- description: "Rapid response water extraction and drying services.",
- bentoComponent: "reveal-icon",
- icon: Droplets,
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk-still-life_23-2150440931.jpg",
- imageAlt: "restoration business metrics infographic",
+ title: "Water Damage Recovery", description: "Rapid response water extraction and drying services.", bentoComponent: "reveal-icon", icon: Droplets,
},
{
- title: "Fire & Smoke Remediation",
- description: "Thorough cleanup, deodorization, and reconstruction.",
- bentoComponent: "reveal-icon",
- icon: Flame,
- imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg?_wi=2",
- imageAlt: "restoration business metrics infographic",
+ title: "Fire & Smoke Remediation", description: "Thorough cleanup, deodorization, and reconstruction.", bentoComponent: "reveal-icon", icon: Flame,
},
{
- title: "Mold & Air Quality",
- description: "Professional assessment and safe remediation.",
- bentoComponent: "reveal-icon",
- icon: Star,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-wooden-toolbox-with-different-tools_23-2148428300.jpg",
- imageAlt: "restoration business metrics infographic",
+ title: "Mold & Air Quality", description: "Professional assessment and safe remediation.", bentoComponent: "reveal-icon", icon: Star,
},
]}
title="Our Restoration Expertise"
@@ -189,26 +135,12 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "basic",
- badge: "Essential",
- price: "$499",
- subtitle: "Basic cleanup and damage assessment",
- features: [
- "On-site inspection",
- "Detailed damage report",
- "Initial cleanup plan",
- ],
+ id: "basic", badge: "Essential", price: "$499", subtitle: "Basic cleanup and damage assessment", features: [
+ "On-site inspection", "Detailed damage report", "Initial cleanup plan"],
},
{
- id: "pro",
- badge: "Most Popular",
- price: "$1,299",
- subtitle: "Comprehensive restoration & remediation",
- features: [
- "Advanced extraction",
- "Professional deodorization",
- "Continuous monitoring",
- ],
+ id: "pro", badge: "Most Popular", price: "$1,299", subtitle: "Comprehensive restoration & remediation", features: [
+ "Advanced extraction", "Professional deodorization", "Continuous monitoring"],
},
]}
title="Transparent Restoration Planning"
@@ -218,63 +150,33 @@ export default function LandingPage() {
@@ -304,24 +199,14 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "f1",
- title: "How quickly can you respond?",
- content: "Our emergency team aims to be on-site within 1 hour for urgent property concerns.",
- },
+ id: "f1", title: "How quickly can you respond?", content: "Our emergency team aims to be on-site within 1 hour for urgent property concerns."},
{
- id: "f2",
- title: "Do you work with insurance?",
- content: "Yes, we handle all documentation directly with your insurance provider for a seamless process.",
- },
+ id: "f2", title: "Do you work with insurance?", content: "Yes, we handle all documentation directly with your insurance provider for a seamless process."},
{
- id: "f3",
- title: "Is my property safe?",
- content: "We prioritize structural integrity and air quality safety protocols before starting restoration.",
- },
+ id: "f3", title: "Is my property safe?", content: "We prioritize structural integrity and air quality safety protocols before starting restoration."},
]}
sideTitle="Still Have Concerns?"
faqsAnimation="blur-reveal"
- title="Common Restoration Questions"
/>
@@ -329,8 +214,7 @@ export default function LandingPage() {