Merge version_1 into main #9

Merged
bender merged 1 commits from version_1 into main 2026-03-20 14:59:45 +00:00

View File

@@ -33,7 +33,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="R&A Roofing"
brandName="MZ Home Construction "
navItems={[
{ name: "Services", id: "services" },
{ name: "Why Us", id: "about" },
@@ -50,7 +50,7 @@ export default function LandingPage() {
tagIcon={Hammer}
tagAnimation="slide-up"
title="Protect Your Home With Expert Craftsmanship"
description="R&A Roofing delivers premium roofing installations and repairs with 20+ years of expertise. We use the finest materials and proven techniques to ensure your roof lasts for decades."
description="MZ Home delivers premium roofing installations and repairs with 20+ years of expertise. We use the finest materials and proven techniques to ensure your roof lasts for decades."
background={{ variant: "plain" }}
mediaItems={[
{
@@ -182,11 +182,11 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "R&A Roofing was incredible to work with. They handled everything from the initial inspection to the final walkthrough. Five years later, our roof is performing beautifully with no issues.", rating: 5,
id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "MZ HOME was incredible to work with. They handled everything from the initial inspection to the final walkthrough. Five years later, our roof is performing beautifully with no issues.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-lady-wearing-formal-suit-glasses-standing-with-arms-folded-smiling_74855-9932.jpg", imageAlt: "happy homeowner smiling portrait professional"
},
{
id: "2", name: "James Rodriguez", handle: "@jrodriguez", testimonial: "After a severe storm damaged our roof, R&A responded within 24 hours. They documented everything professionally and worked directly with our insurance. Exceptional service and craftsmanship.", rating: 5,
id: "2", name: "James Rodriguez", handle: "@jrodriguez", testimonial: "After a severe storm damaged our roof, MZ responded within 24 hours. They documented everything professionally and worked directly with our insurance. Exceptional service and craftsmanship.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5365.jpg", imageAlt: "professional man portrait headshot"
},
{
@@ -269,7 +269,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer" className="relative">
<FooterLogoReveal
logoText="R&A Roofing "
logoText="MZ HOME"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>