Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-25 21:44:05 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBase from '@/components/sections/footer/FooterBase';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import { LifeBuoy, Phone } from "lucide-react";
import { LifeBuoy, Phone, Bolt, HeartHandshake } from "lucide-react";
export default function LandingPage() {
return (
@@ -99,7 +99,7 @@ export default function LandingPage() {
rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/low-angle-view-couple-standing-balcony_23-2147923064.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/low-angle-view-couple-standing-balcony_23-2147923064.jpg"
imageAlt="rooftop view with tools at sunset"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -8,7 +8,7 @@ import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import { CheckCircle, FileText, Wind } from "lucide-react";
import { CheckCircle, FileText, Wind, Bolt, House, ClipboardCheck, Handshake } from "lucide-react";
export default function LandingPage() {
return (
@@ -68,7 +68,7 @@ export default function LandingPage() {
title: "Residential Roof Replacement",
description: "High-quality, durable roof installations tailored to your home's style and your budget.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711.jpg?_wi=4",
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711.jpg",
imageAlt: "new roof installation residential home",
},
items: [
@@ -92,7 +92,7 @@ export default function LandingPage() {
title: "Storm Damage Repair",
description: "Rapid response and expert repair for hail, wind, and storm-related roof damage.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg",
imageAlt: "storm damaged roof repair process",
},
items: [
@@ -116,7 +116,7 @@ export default function LandingPage() {
title: "Insurance Claims Assistance",
description: "We guide you through the entire insurance claim process, ensuring you get fair compensation.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/businessman-meeting-with-agent-co-working-writing-paper-completing-signing-agreement-form_74855-8817.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-meeting-with-agent-co-working-writing-paper-completing-signing-agreement-form_74855-8817.jpg",
imageAlt: "businessman meeting with agent for insurance claim",
},
items: [
@@ -151,28 +151,28 @@ export default function LandingPage() {
id: 1,
title: "Free Inspection & Estimate",
description: "Our experts conduct a thorough roof assessment and provide a detailed, no-obligation estimate.",
imageSrc: "http://img.b2bpic.net/free-photo/blue-restaurant_1361-222.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/blue-restaurant_1361-222.jpg",
imageAlt: "roof inspection",
},
{
id: 2,
title: "Material Selection & Planning",
description: "Choose from a wide range of premium materials with our guidance, then we finalize project details.",
imageSrc: "http://img.b2bpic.net/free-photo/green-vanity-closeup-wooden-handle-premium-minimalism_169016-69005.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/green-vanity-closeup-wooden-handle-premium-minimalism_169016-69005.jpg",
imageAlt: "roof material samples",
},
{
id: 3,
title: "Professional Installation",
description: "Our certified team meticulously installs your new roof with precision and efficiency.",
imageSrc: "http://img.b2bpic.net/free-photo/low-view-man-working-roof-with-drill_23-2148748773.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/low-view-man-working-roof-with-drill_23-2148748773.jpg",
imageAlt: "roof installation in progress",
},
{
id: 4,
title: "Final Walkthrough & Cleanup",
description: "We ensure your satisfaction with a final inspection and a thorough cleanup of your property.",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-couple-standing-balcony_23-2147923064.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-couple-standing-balcony_23-2147923064.jpg",
imageAlt: "completed roof at sunset",
},
]}