7 Commits

Author SHA1 Message Date
d05fc49c9e Update src/app/styles/variables.css 2026-06-03 19:49:50 +00:00
8a529df647 Update src/app/page.tsx 2026-06-03 19:49:49 +00:00
f2cdbc8b8a Merge version_2 into main
Merge version_2 into main
2026-06-03 19:47:37 +00:00
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
2 changed files with 12 additions and 12 deletions

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"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fffefe;
--card: #f6f7f4;
--foreground: #080908;
--primary-cta: #0e3a29;
--primary-cta-text: #fffefe;
--secondary-cta: #e7eecd;
--secondary-cta-text: #080908;
--accent: #35c18b;
--background-accent: #ecebe4;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #511f1f;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #e63946;
--background-accent: #e8bea8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);