Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-15 16:24:25 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }}
title="Fast, Reliable Plumbing in North Augusta You Can Count On"
description="Same-Day Service • Honest Pricing • Trusted Local Plumber"
buttons={[{ text: "Call Now", href: "tel:+17067232039" }, { text: "Request Service", href: "/contact" }]}
buttons={[{ text: "Call Now", href: "tel:+17067232039" }]}
imageSrc="http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-138538.jpg"
mediaAnimation="slide-up"
avatars={[
@@ -154,4 +154,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}