Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #8.
This commit is contained in:
2026-04-09 20:53:01 +00:00

View File

@@ -10,7 +10,7 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { AlertTriangle, ArrowDown, Award, CheckCircle, CheckSquare, Home, Layout, MapPin, Mail, Phone, Star, Users, Wrench } from "lucide-react";
import { AlertTriangle, ArrowDown, Award, CheckCircle, CheckSquare, Home, Layout, MapPin, Star, Users, Wrench, ShieldCheck } from "lucide-react";
export default function LandingPage() {
return (
@@ -85,7 +85,7 @@ export default function LandingPage() {
{
title: "Roofing Services", description: "Expert replacement, repair, and inspection tailored to your specific needs.", media: { imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg?_wi=2" },
items: [
{ icon: Shield, text: "Full Roof Replacement" },
{ icon: ShieldCheck, text: "Full Roof Replacement" },
{ icon: Wrench, text: "Precision Repairs" },
{ icon: AlertTriangle, text: "Storm Inspections" },
],