Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 18:44:28 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="medium"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -50,8 +50,8 @@ export default function LandingPage() {
{ text: "Schedule Service", href: "#contact" },
]}
buttonAnimation="slide-up"
background={{ variant: "aurora" }}
imageSrc="http://img.b2bpic.net/free-photo/household-problem-woman-pointing-broken-tap-with-jet-water-man-with-suitcase-tools_259150-58295.jpg?_wi=1"
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/household-problem-woman-pointing-broken-tap-with-jet-water-man-with-suitcase-tools_259150-58295.jpg"
imageAlt="Professional plumber providing emergency service"
mediaAnimation="slide-up"
frameStyle="card"
@@ -86,7 +86,7 @@ export default function LandingPage() {
{
id: "emergency", title: "Emergency Plumbing", description: "Burst pipes, flooding, leaking fixtures, and emergency repairs. We're ready 24/7 to protect your home.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721537.jpg", imageAlt: "Emergency plumbing burst pipes service"},
{
id: "water-heater", title: "Water Heater Services", description: "Tank and tankless water heater repair, installation, and maintenance. Fast solutions to keep your home comfortable.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746300.jpg?_wi=1", imageAlt: "Water heater installation and repair"},
id: "water-heater", title: "Water Heater Services", description: "Tank and tankless water heater repair, installation, and maintenance. Fast solutions to keep your home comfortable.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746300.jpg", imageAlt: "Water heater installation and repair"},
{
id: "drain", title: "Drain & Leak Repair", description: "Clogged drains, pipe leaks, and water damage prevention. Professional diagnosis and fast fixes.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg", imageAlt: "Professional drain cleaning service"},
{
@@ -108,7 +108,7 @@ export default function LandingPage() {
description="Friendly office staff and skilled expert plumbers"
subdescription="Trusted by Omaha homeowners and contractors since day one"
icon={Shield}
imageSrc="http://img.b2bpic.net/free-photo/household-problem-woman-pointing-broken-tap-with-jet-water-man-with-suitcase-tools_259150-58295.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/household-problem-woman-pointing-broken-tap-with-jet-water-man-with-suitcase-tools_259150-58295.jpg"
imageAlt="Skilled plumber providing expert service"
mediaAnimation="blur-reveal"
useInvertedBackground={false}
@@ -129,7 +129,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15697.jpg", imageAlt: "Derek Martinez"},
{
id: "3", name: "Ernest Chen", role: "Found major water damage leak", company: "Another plumber missed it", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746300.jpg?_wi=2", imageAlt: "Ernest Chen"},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746300.jpg", imageAlt: "Ernest Chen"},
{
id: "4", name: "Michael Rodriguez", role: "Fixed tankless water heater fast", company: "Millard Homeowner", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg", imageAlt: "Michael Rodriguez"},
@@ -175,7 +175,7 @@ export default function LandingPage() {
{ text: "Call Now", href: "tel:+1-402-XXX-XXXX" },
{ text: "Schedule Service", href: "#" },
]}
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>