Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0358d03508 | |||
| 716e226787 | |||
| 3e0a28d0cf | |||
| 416014cef9 |
@@ -43,8 +43,8 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Prime HVAC"
|
||||
className="scale-110"
|
||||
brandName="PRIME HVAC"
|
||||
className="scale-110 font-black text-2xl"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Trusted Service, Real Results, Proven by Customers"
|
||||
title="Expert HVAC Solutions for Roswell Families: Reliable, Efficient, and Guaranteed"
|
||||
description="We keep your home comfortable, safe, and efficient year-round. Join hundreds of satisfied Roswell families who trust our expertise, early arrival times, and meticulous service."
|
||||
buttons={[
|
||||
{
|
||||
@@ -221,7 +221,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Prime HVAC"
|
||||
logoText="PRIME HVAC"
|
||||
leftLink={{
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
@@ -231,4 +231,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user