Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-12 01:33:24 +00:00

View File

@@ -11,7 +11,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Award, CheckCircle, Phone, Shield, Sparkles, Zap } from 'lucide-react';
import { Award, CheckCircle, Phone, Shield, Sparkles, Star, Zap } from 'lucide-react';
export default function LandingPage() {
return (
@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="mediumLargeSizeMediumTitles"
background="noise"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -48,7 +48,7 @@ export default function LandingPage() {
<HeroSplitDualMedia
title="Reliable Roof Repair You Can Trust"
description="Storm damage, hail damage, insurance claims—we handle it all. Fast response times, professional assessment, and quality workmanship that keeps your home protected."
background={{ variant: "noise" }}
background={{ variant: "plain" }}
tag="Premium Roofing Services"
tagIcon={Shield}
tagAnimation="slide-up"
@@ -91,10 +91,10 @@ export default function LandingPage() {
id: "storm-damage", name: "Storm & Hail Damage", price: "Insurance Friendly", variant: "Full restoration with documentation", imageSrc: "http://img.b2bpic.net/free-photo/autumn-leaves-fall-park_1372-303.jpg", imageAlt: "Detailed assessment of hail damage on residential roof"
},
{
id: "roof-replacement", name: "Roof Replacement", price: "Quality Materials", variant: "Complete replacement with warranty", imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53070.jpg?_wi=1", imageAlt: "Professional roof replacement installation in progress"
id: "roof-replacement", name: "Roof Replacement", price: "Quality Materials", variant: "Complete replacement with warranty", imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53070.jpg", imageAlt: "Professional roof replacement installation in progress"
},
{
id: "gutters-downspouts", name: "Gutters & Downspouts", price: "Free Inspection", variant: "Installation, repair, and cleaning", imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53070.jpg?_wi=2", imageAlt: "Professional gutter installation and maintenance service"
id: "gutters-downspouts", name: "Gutters & Downspouts", price: "Free Inspection", variant: "Installation, repair, and cleaning", imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53070.jpg", imageAlt: "Professional gutter installation and maintenance service"
},
{
id: "siding", name: "Siding Repair & Replacement", price: "Custom Quotes", variant: "Vinyl, fiber cement, and composite", imageSrc: "http://img.b2bpic.net/free-photo/couple-winter_1157-18289.jpg", imageAlt: "Modern siding replacement on residential home"
@@ -190,7 +190,7 @@ export default function LandingPage() {
title="Trusted by Local Homeowners"
description="Real reviews from homeowners who experienced fast response, professional service, and exceptional results from Cost Roof Repair."
tag="Customer Testimonials"
tagIcon={Shield}
tagIcon={Star}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}