Update src/app/page.tsx

This commit is contained in:
2026-03-07 20:47:10 +00:00
parent 275c6a4b3d
commit 94a8f8a6b3

View File

@@ -65,7 +65,6 @@ export default function LandingPage() {
ratingText="4.9 Stars - 200+ Reviews"
background={{ variant: "plain" }}
ariaLabel="BG Plumbing hero section with emergency contact"
useInvertedBackground={false}
/>
</div>
@@ -258,4 +257,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}