Update src/app/page.tsx

This commit is contained in:
2026-02-20 20:08:44 +00:00
parent 801b7ac2d0
commit 07002c1881

View File

@@ -49,7 +49,7 @@ export default function HomePage() {
{ text: "Request an Estimate", href: "/contact" },
{ text: "Call Now", href: "tel:123-456-7890" }
]}
buttonAnimation="reveal-blur"
buttonAnimation="blur-reveal"
mediaAnimation="opacity"
imageSrc="https://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg"
imageAlt="Professional plumber working in a luxury kitchen"
@@ -153,7 +153,7 @@ export default function HomePage() {
title="A Family Standard of Work"
description={["Nick and Sons Plumbing is built on a simple promise: show up, do it right, and treat people well. Homeowners consistently mention our thoroughness, courtesy, and trustworthiness—because thats how we work, every time."]}
buttons={[{ text: "Meet Nick & The Team →", href: "/about" }]}
buttonAnimation="reveal-blur"
buttonAnimation="blur-reveal"
useInvertedBackground={false}
className="py-20 lg:py-28"
titleClassName="text-4xl md:text-5xl lg:text-6xl font-extrabold"
@@ -172,7 +172,7 @@ export default function HomePage() {
{ text: "Call Now", href: "tel:123-456-7890" },
{ text: "Request Estimate", href: "/contact" }
]}
buttonAnimation="bounce-effect"
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
className="py-20 lg:py-28 text-white"