4 Commits

Author SHA1 Message Date
50778f3c35 Update src/app/page.tsx 2026-06-03 19:47:34 +00:00
16edaf55a8 Merge version_1 into main
Merge version_1 into main
2026-06-03 18:28:00 +00:00
49afb29235 Merge version_1 into main
Merge version_1 into main
2026-06-03 18:27:07 +00:00
64017f3e0e Merge version_1 into main
Merge version_1 into main
2026-06-03 18:26:23 +00:00

View File

@@ -42,8 +42,8 @@ export default function LandingPage() {
{ name: "FAQ", id: "#faq" },
{ name: "Contact", id: "#contact" }
]}
logoSrc="http://img.b2bpic.net/free-vector/stonehenge_1057-3170.jpg"
logoAlt="Minneapolis Roofing Repairs Logo"
logoSrc="https://lh3.googleusercontent.com/a-/ALV-UjU1mKEBg4L7ilwboshFy22rlFEkWEFVwJ0KcST4EPKZxa9kKkc=w144-h144-p-rp-mo-br100"
logoAlt="Minneapolis Roofing Repairs New Logo"
/>
</div>
<div id="hero" data-section="hero">
@@ -199,7 +199,7 @@ export default function LandingPage() {
<ContactCenter
tag="Get in Touch"
title="Schedule Your Free Inspection Today"
description="Ready for premium roofing service? Contact us for a comprehensive assessment and a transparent quote. We're here to protect your investment with expert craftsmanship and reliable solutions."
description="Ready for premium roofing service? Contact us for a comprehensive assessment and a transparent quote. We're here to protect your investment with expert craftsmanship and reliable solutions. You can find us at: 901 Industrial Blvd NE, Minneapolis, MN 55413. Call us at (218) 250-9630. We are open 24 hours and are LGBTQ+ friendly."
background={{ variant: "rotated-rays-animated" }}
useInvertedBackground={false}
inputPlaceholder="Your Email Address"
@@ -250,4 +250,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}