Update src/app/page.tsx
This commit is contained in:
@@ -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