Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 61325d3237 | |||
| b8bed06183 |
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -27,7 +27,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Thompson Plumbing"
|
||||
brandName="Rouse Plumbing"
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
dashboard={{
|
||||
title: "Why Choose Thompson Plumbing", logoIcon: CheckCircle,
|
||||
title: "Why Choose Rouse Plumbing", logoIcon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990724.jpg", imageAlt: "professional plumber working on pipe repair", searchPlaceholder: "Search services...", buttons: [
|
||||
{ text: "50+ 5-Star Reviews", href: "#testimonials" },
|
||||
{ text: "Licensed & Verified", href: "#" }
|
||||
@@ -122,7 +122,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="why-choose-us" data-section="why-choose-us">
|
||||
<TextSplitAbout
|
||||
title="Why Homeowners Choose Thompson Plumbing"
|
||||
title="Why Homeowners Choose Rouse Plumbing"
|
||||
description={[
|
||||
"With over 50 years of experience serving the Thibodaux community, we've built our reputation on professional service, honest pricing, and genuine care for our customers' homes.", "Our family-owned business is committed to fast response times, reliable workmanship, and your complete satisfaction. We're licensed, insured, and backed by a workmanship guarantee that gives you peace of mind.", "Whether it's emergency repairs or routine maintenance, we treat every job with the same level of professionalism and attention to detail that has made us the trusted choice for generations of Louisiana homeowners."
|
||||
]}
|
||||
@@ -152,7 +152,7 @@ export default function LandingPage() {
|
||||
id: "4", name: "David Kim", handle: "@davidkim_lockport", testimonial: "Emergency call at midnight and they showed up within 30 minutes. Fixed the burst pipe and were so professional about it. Best plumbers around!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", imageAlt: "happy person portrait professional"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica Martinez", handle: "@jmartinez_raceland", testimonial: "Been using Thompson Plumbing for 10 years. They're honest, fair, and always deliver excellent work. They're family now!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-boyfriend_273609-12862.jpg", imageAlt: "smiling customer portrait headshot"
|
||||
id: "5", name: "Jessica Martinez", handle: "@jmartinez_raceland", testimonial: "Been using Rouse Plumbing for 10 years. They're honest, fair, and always deliver excellent work. They're family now!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-boyfriend_273609-12862.jpg", imageAlt: "smiling customer portrait headshot"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Robert Thompson", handle: "@rthompson_local", testimonial: "Free estimate was thorough and accurate. No surprises during the job. This is what professional service looks like. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-2911.jpg", imageAlt: "satisfied customer success portrait"
|
||||
@@ -213,8 +213,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="Thompson Plumbing"
|
||||
copyrightText="© 1975-2025 Thompson Plumbing | Locally Owned & Operated"
|
||||
logoText="Rouse Plumbing"
|
||||
copyrightText="© 1975-2025 Rouse Plumbing | Locally Owned & Operated"
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
|
||||
Reference in New Issue
Block a user