diff --git a/src/app/page.tsx b/src/app/page.tsx
index ba7adb9..8657f6f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
-import { Building, CheckCircle } from "lucide-react";
+import { Building, CheckCircle, Hammer, Wrench, ScanEye } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,118 +33,72 @@ export default function LandingPage() {
@@ -154,22 +108,17 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
- type: "text",
- content: "Building Trust, One Roof at a Time",
- },
+ type: "text", content: "Building Trust, One Roof at a Time"},
{
- type: "text",
- content: "At LA Roofing, we've built our reputation on a foundation of integrity, superior craftsmanship, and unparalleled customer service. With over two decades of experience, we are dedicated to providing the highest quality roofing solutions for both residential and commercial properties across Los Angeles. Our commitment to excellence ensures every project is completed to the highest standards, protecting your investment for years to come.",
- },
+ type: "text", content: "At LA Roofing, we've built our reputation on a foundation of integrity, superior craftsmanship, and unparalleled customer service. With over two decades of experience, we are dedicated to providing the highest quality roofing solutions for both residential and commercial properties across Los Angeles. Our commitment to excellence ensures every project is completed to the highest standards, protecting your investment for years to come."},
+ {
+ type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg", alt: "Skilled roofers working on a modern roof with precision"
+ }
]}
buttons={[
{
- text: "Learn More About Us",
- href: "#",
- },
+ text: "Learn More About Us", href: "#"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg"
- imageAlt="Skilled roofers working on a modern roof with precision"
/>
@@ -179,37 +128,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "New Roof Installation",
- description: "Expert installation of various roofing systems for new constructions and full replacements.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1040.jpg",
- imageAlt: "New roof installation on a residential home",
- buttonIcon: "Hammer",
- buttonHref: "#",
- },
+ title: "New Roof Installation", description: "Expert installation of various roofing systems for new constructions and full replacements.", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1040.jpg", imageAlt: "New roof installation on a residential home", buttonIcon: Hammer,
+ buttonHref: "#"},
{
- title: "Roof Repair & Maintenance",
- description: "Prompt and reliable repairs for leaks, storm damage, and wear-and-tear to extend your roof's life.",
- imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-green-building-with-gray-pipe-cloudy-sky_181624-6832.jpg",
- imageAlt: "Roofer repairing a damaged section of a roof",
- buttonIcon: "Wrench",
- buttonHref: "#",
- },
+ title: "Roof Repair & Maintenance", description: "Prompt and reliable repairs for leaks, storm damage, and wear-and-tear to extend your roof's life.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-green-building-with-gray-pipe-cloudy-sky_181624-6832.jpg", imageAlt: "Roofer repairing a damaged section of a roof", buttonIcon: Wrench,
+ buttonHref: "#"},
{
- title: "Commercial Roofing",
- description: "Specialized roofing services for commercial properties, including flat roofs and industrial applications.",
- imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-working-storehouse-inventory_482257-108883.jpg",
- imageAlt: "Commercial building with a new flat roof",
- buttonIcon: "Building",
- buttonHref: "#",
- },
+ title: "Commercial Roofing", description: "Specialized roofing services for commercial properties, including flat roofs and industrial applications.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-working-storehouse-inventory_482257-108883.jpg", imageAlt: "Commercial building with a new flat roof", buttonIcon: Building,
+ buttonHref: "#"},
{
- title: "Roof Inspections & Certifications",
- description: "Thorough inspections and certifications to assess roof health, identify issues, and ensure compliance.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343643.jpg",
- imageAlt: "Drone view inspecting a residential roof for damage",
- buttonIcon: "ScanEye",
- buttonHref: "#",
- },
+ title: "Roof Inspections & Certifications", description: "Thorough inspections and certifications to assess roof health, identify issues, and ensure compliance.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343643.jpg", imageAlt: "Drone view inspecting a residential roof for damage", buttonIcon: ScanEye,
+ buttonHref: "#"},
]}
title="Our Premier Roofing Services"
description="Comprehensive solutions tailored to protect and enhance your property in Los Angeles."
@@ -220,36 +149,19 @@ export default function LandingPage() {