Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cec3c08f31 | |||
| 314c281b8e | |||
| f713a37d17 | |||
| 3abfb80b33 |
@@ -20,14 +20,14 @@ const inter = Inter({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Mobile Home Releveling | LevelCare", description: "Professional mobile home releveling services. Expert foundation repair with guaranteed results, transparent pricing, and certified technicians.", keywords: "mobile home leveling, foundation repair, mobile home service, releveling", robots: {
|
||||
title: "Mobile Home Releveling | Re-Leveling Advisors", description: "Professional mobile home releveling services. Expert foundation repair with guaranteed results, transparent pricing, and certified technicians.", keywords: "mobile home leveling, foundation repair, mobile home service, releveling", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "LevelCare | Expert Mobile Home Releveling", description: "Restore your mobile home foundation with certified experts. Free estimate, guaranteed results.", type: "website", siteName: "LevelCare"},
|
||||
title: "Re-Leveling Advisors | Expert Mobile Home Releveling", description: "Restore your mobile home foundation with certified experts. Free estimate, guaranteed results.", type: "website", siteName: "Re-Leveling Advisors"},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Mobile Home Releveling | LevelCare"},
|
||||
card: "summary_large_image", title: "Mobile Home Releveling | Re-Leveling Advisors"},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
@@ -27,7 +27,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="LevelCare"
|
||||
brandName="Re-Leveling Advisors"
|
||||
navItems={[
|
||||
{ name: "How It Works", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Margaret Chen", handle: "Homeowner, Kansas", testimonial: "LevelCare fixed our foundation issues perfectly. The whole process was transparent and professional.", rating: 5,
|
||||
name: "Margaret Chen", handle: "Homeowner, Kansas", testimonial: "Re-Leveling Advisors fixed our foundation issues perfectly. The whole process was transparent and professional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg"
|
||||
},
|
||||
{
|
||||
@@ -107,7 +107,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureHoverPattern
|
||||
title="Why Choose LevelCare"
|
||||
title="Why Choose Re-Leveling Advisors"
|
||||
description="Industry-leading expertise combined with customer-first service."
|
||||
features={[
|
||||
{
|
||||
@@ -143,7 +143,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="The team at LevelCare transformed our home. Not only did they fix the leveling issue, but they also educated us on foundation maintenance. Professional, courteous, and fair pricing. We couldn't be happier."
|
||||
testimonial="The team at Re-Leveling Advisors transformed our home. Not only did they fix the leveling issue, but they also educated us on foundation maintenance. Professional, courteous, and fair pricing. We couldn't be happier."
|
||||
rating={5}
|
||||
author="James & Lisa Thompson, Colorado"
|
||||
avatars={[
|
||||
@@ -198,7 +198,7 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 LevelCare. All rights reserved."
|
||||
copyrightText="© 2025 Re-Leveling Advisors. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user