diff --git a/src/app/page.tsx b/src/app/page.tsx
index e83b2ce..8091d12 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
-import { Briefcase, Calendar, ThumbsUp } from "lucide-react";
+import { Briefcase, Calendar, ThumbsUp, Zap, Sun, Shield, Wrench } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -55,37 +43,16 @@ export default function LandingPage() {
title="Built to Last. Installed to Perfection."
description="Premium roofing, metal systems, skylights, and repairs—done right the first time. We handle the complex projects others can't."
buttons={[
- {
- text: "Get Free Estimate",
- href: "/contact",
- },
- {
- text: "Schedule Inspection",
- href: "/contact",
- },
+ { text: "Get Free Estimate", href: "/contact" },
+ { text: "Schedule Inspection", href: "/contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836786.jpg"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/portrait-confident-young-carpenter_329181-15654.jpg",
- alt: "Professional roofer",
- },
- {
- src: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19122.jpg",
- alt: "Expert installer",
- },
- {
- src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-equipment_23-2149366625.jpg",
- alt: "Client lead",
- },
- {
- src: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15617.jpg",
- alt: "Project manager",
- },
- {
- src: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg",
- alt: "Satisfied customer",
- },
+ { src: "http://img.b2bpic.net/free-photo/portrait-confident-young-carpenter_329181-15654.jpg", alt: "Professional roofer" },
+ { src: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19122.jpg", alt: "Expert installer" },
+ { src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-equipment_23-2149366625.jpg", alt: "Client lead" },
+ { src: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15617.jpg", alt: "Project manager" },
+ { src: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg", alt: "Satisfied customer" },
]}
avatarText="Trusted by 500+ homeowners"
/>
@@ -95,31 +62,11 @@ export default function LandingPage() {
@@ -195,18 +107,11 @@ export default function LandingPage() {