Update src/app/page.tsx

This commit is contained in:
2026-03-13 18:39:54 +00:00
parent 8d948aef3a
commit fe8d0c2fb2

View File

@@ -56,7 +56,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="compact"
sizing="mediumLargeSizeMediumTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
@@ -127,7 +127,7 @@ export default function HomePage() {
name: "Emergency Plumbing Repairs",
price: "Fast Response",
variant: "24/7 Available",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg",
imageAlt: "Emergency plumbing repair service",
},
{
@@ -135,7 +135,7 @@ export default function HomePage() {
name: "Water Line Repair & Replacement",
price: "Expert Service",
variant: "Residential & Commercial",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721545.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721545.jpg",
imageAlt: "Water line replacement service",
},
{
@@ -143,7 +143,7 @@ export default function HomePage() {
name: "Leak Detection & Repair",
price: "Precision Diagnostics",
variant: "Advanced Technology",
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-process-professional-tool-precision-drilling-wood_169016-52220.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-process-professional-tool-precision-drilling-wood_169016-52220.jpg",
imageAlt: "Professional leak detection service",
},
{
@@ -151,7 +151,7 @@ export default function HomePage() {
name: "Drain & Clog Solutions",
price: "Rapid Relief",
variant: "Professional Equipment",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-home_23-2148112854.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-home_23-2148112854.jpg",
imageAlt: "Drain cleaning service",
},
{
@@ -159,7 +159,7 @@ export default function HomePage() {
name: "Bathroom Plumbing",
price: "Quality Installation",
variant: "Fixtures & Repairs",
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-24827.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-24827.jpg",
imageAlt: "Bathroom plumbing service",
},
{
@@ -167,7 +167,7 @@ export default function HomePage() {
name: "Commercial Plumbing",
price: "Business Solutions",
variant: "Large Scale Service",
imageSrc: "http://img.b2bpic.net/free-photo/smart-factory-manager-discussing-with-employees_482257-120612.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/smart-factory-manager-discussing-with-employees_482257-120612.jpg",
imageAlt: "Commercial plumbing service",
},
]}
@@ -245,7 +245,7 @@ export default function HomePage() {
description="We're available 24 hours a day, 7 days a week for emergencies. Don't let a plumbing problem ruin your day—call us immediately."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-car-mechanic-auto-repair-shop-looking-camera_637285-7794.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-car-mechanic-auto-repair-shop-looking-camera_637285-7794.jpg"
imageAlt="Professional plumber ready to help"
mediaAnimation="opacity"
mediaPosition="right"