Update src/app/page.tsx

This commit is contained in:
2026-04-19 04:38:41 +00:00
parent 6bc7de0020
commit 04ee252ce7

View File

@@ -91,10 +91,13 @@ export default function LandingPage() {
<div id="why-us" data-section="why-us">
<SplitAbout
textboxLayout="default"
textboxLayout="split-actions"
useInvertedBackground={false}
title="Why Choose Hungen Plumbing?"
description="We are committed to providing homeowners with reliable, professional, and transparent service."
buttons={[
{ text: "Request a Quote", href: "#contact" }
]}
bulletPoints={[
{
title: "24/7 Emergency Support", description: "We are ready for after-hours calls, late nights, and weekends."},
@@ -189,4 +192,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}