2 Commits

Author SHA1 Message Date
118d6e0e67 Update src/app/page.tsx 2026-05-23 17:27:31 +00:00
f2eaaafecc Update src/app/page.tsx 2026-05-23 17:26:41 +00:00

View File

@@ -101,8 +101,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Mark D.", date: "2024", title: "Excellent", quote: "They arrived on time and cleared my drain fast!", tag: "Homeowner", avatarSrc: "https://avatar.vercel.sh/mark" },
{ id: "2", name: "Susan P.", date: "2024", title: "Professional", quote: "Professional, polite, and very knowledgeable.", tag: "Landlord", avatarSrc: "https://avatar.vercel.sh/susan" },
{ id: "1", name: "Mark D.", date: "2025", title: "Excellent", quote: "They arrived on time and cleared my drain fast!", tag: "Homeowner", avatarSrc: "https://avatar.vercel.sh/mark" },
{ id: "2", name: "Susan P.", date: "2025", title: "Professional", quote: "Professional, polite, and very knowledgeable.", tag: "Landlord", avatarSrc: "https://avatar.vercel.sh/susan" },
]}
title="Neighborhood Trust"
description="Real feedback from local homeowners we have helped."
@@ -150,7 +150,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/bearded-man-overall-talking-by-phone_23-2148073113.jpg"
logoText="Root Eaters Plumbing"
logoText="Root Eaters Plumbing and Drain Cleaning Services
"
columns={[
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#features" }] },
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "FAQ", href: "#faq" }] },