diff --git a/src/app/page.tsx b/src/app/page.tsx
index d575b0c..7c4cca7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,6 +1,6 @@
"use client";
-import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import { ThemeProvider } from "@/components/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
@@ -29,68 +29,43 @@ export default function LandingPage() {
@@ -103,17 +78,11 @@ export default function LandingPage() {
description="When it comes to roofs, we do it all! We offer comprehensive roofing services in Los Angeles, from emergency hail repair to full replacement."
bulletPoints={[
{
- title: "Emergency Repair",
- description: "Same day or next day service for leaks and storm damage.",
- },
+ title: "Emergency Repair", description: "Same day or next day service for leaks and storm damage."},
{
- title: "Fully Licensed",
- description: "Licensed, bonded, and insured for your protection.",
- },
+ title: "Fully Licensed", description: "Licensed, bonded, and insured for your protection."},
{
- title: "Complete Services",
- description: "Structural repairs, shingles, gutters, ventilation, and more.",
- },
+ title: "Complete Services", description: "Structural repairs, shingles, gutters, ventilation, and more."},
]}
imageSrc="http://img.b2bpic.net/free-photo/tennis-player-training_23-2147821254.jpg?_wi=1"
mediaAnimation="slide-up"
@@ -127,37 +96,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "1",
- label: "Repair",
- title: "Structural & Storm Damage",
- items: [
- "Leak Detection",
- "Storm Damage Repair",
- "Hail Damage Repair",
- "Wind Lift Repairs",
- ],
+ id: "1", label: "Repair", title: "Structural & Storm Damage", items: [
+ "Leak Detection", "Storm Damage Repair", "Hail Damage Repair", "Wind Lift Repairs"],
},
{
- id: "2",
- label: "Maintenance",
- title: "Roof Health",
- items: [
- "Moss & Algae Cleaning",
- "Gutter Cleaning",
- "Ventilation Issues",
- "Waterproofing",
- ],
+ id: "2", label: "Maintenance", title: "Roof Health", items: [
+ "Moss & Algae Cleaning", "Gutter Cleaning", "Ventilation Issues", "Waterproofing"],
},
{
- id: "3",
- label: "Upgrade",
- title: "Energy & Durability",
- items: [
- "Thermal Insulation",
- "Energy Efficiency Upgrades",
- "Granule Loss Replacement",
- "Full Replacement",
- ],
+ id: "3", label: "Upgrade", title: "Energy & Durability", items: [
+ "Thermal Insulation", "Energy Efficiency Upgrades", "Granule Loss Replacement", "Full Replacement"],
},
]}
title="Our Expert Roofing Services"
@@ -174,27 +122,12 @@ export default function LandingPage() {
description="Transparent pricing for all your roofing needs."
plans={[
{
- id: "basic",
- badge: "Essential",
- price: "$499",
- subtitle: "Basic Roof Inspection",
- features: [
- "Visual Assessment",
- "Leak Identification",
- "Repair Quote",
- ],
+ id: "basic", badge: "Essential", price: "$499", subtitle: "Basic Roof Inspection", features: [
+ "Visual Assessment", "Leak Identification", "Repair Quote"],
},
{
- id: "pro",
- badge: "Most Popular",
- price: "$1299",
- subtitle: "Full Roof Tune-Up",
- features: [
- "Gutter Cleaning",
- "Sealing",
- "Ventilation Check",
- "Small Repairs",
- ],
+ id: "pro", badge: "Most Popular", price: "$1299", subtitle: "Full Roof Tune-Up", features: [
+ "Gutter Cleaning", "Sealing", "Ventilation Check", "Small Repairs"],
},
]}
/>
@@ -209,15 +142,9 @@ export default function LandingPage() {
membersAnimation="slide-up"
members={[
{
- id: "1",
- name: "John Smith",
- imageSrc: "http://img.b2bpic.net/free-photo/man-focusing-conversation-with-interviewers_1163-5324.jpg?_wi=1",
- },
+ id: "1", name: "John Smith", imageSrc: "http://img.b2bpic.net/free-photo/man-focusing-conversation-with-interviewers_1163-5324.jpg?_wi=1"},
{
- id: "2",
- name: "Elena Rodriguez",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-okay_1187-3780.jpg",
- },
+ id: "2", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-okay_1187-3780.jpg"},
]}
/>
@@ -226,38 +153,25 @@ export default function LandingPage() {