Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d05fc49c9e | |||
| 8a529df647 | |||
| f2cdbc8b8a | |||
| 50778f3c35 | |||
| 16edaf55a8 | |||
| 49afb29235 | |||
| 64017f3e0e |
@@ -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"
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user