Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user