Update src/app/services/page.tsx

This commit is contained in:
2026-03-03 14:45:37 +00:00
parent 5e303ac4cb
commit cbdfcdb5f9

View File

@@ -27,7 +27,7 @@ export default function ServicesPage() {
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="layered"
secondaryButtonStyle="glass"
headingFontWeight="semibold"
>
{/* Navbar */}
@@ -50,55 +50,31 @@ export default function ServicesPage() {
features={[
{
id: 1,
title: "Emergency Repairs",
description: "24/7 emergency plumbing repair service. Burst pipes, leaks, and clogs handled quickly and professionally. Same-day service available.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg?_wi=3",
imageAlt: "Emergency plumbing repair",
},
title: "Emergency Repairs", description: "24/7 emergency plumbing repair service. Burst pipes, leaks, and clogs handled quickly and professionally. Same-day service available.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg", imageAlt: "Emergency plumbing repair"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg?_wi=4",
imageAlt: "Emergency plumbing repair",
},
imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg", imageAlt: "Emergency plumbing repair"},
},
{
id: 2,
title: "Gas Line Services",
description: "Safe and code-compliant gas line installation for appliances, heating systems, and pool heaters. Full inspection and certification.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg?_wi=3",
imageAlt: "Gas line installation",
},
title: "Gas Line Services", description: "Safe and code-compliant gas line installation for appliances, heating systems, and pool heaters. Full inspection and certification.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg", imageAlt: "Gas line installation"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg?_wi=4",
imageAlt: "Gas line installation",
},
imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg", imageAlt: "Gas line installation"},
},
{
id: 3,
title: "Water Line Installation & Repair",
description: "New water line installation and repair service. We handle underground lines, connections, and upgrades with precision.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=3",
imageAlt: "Water line service",
},
title: "Water Line Installation & Repair", description: "New water line installation and repair service. We handle underground lines, connections, and upgrades with precision.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "Water line service"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=4",
imageAlt: "Water line service",
},
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "Water line service"},
},
{
id: 4,
title: "Fixture Installation",
description: "Professional installation of sinks, faucets, and bathroom fixtures. We ensure proper connections and aesthetic finish.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg?_wi=1",
imageAlt: "Fixture installation",
},
title: "Fixture Installation", description: "Professional installation of sinks, faucets, and bathroom fixtures. We ensure proper connections and aesthetic finish.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg", imageAlt: "Fixture installation"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg?_wi=2",
imageAlt: "Fixture installation",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg", imageAlt: "Fixture installation"},
},
]}
showStepNumbers={true}
@@ -140,16 +116,14 @@ export default function ServicesPage() {
{ name: "preferred_date", type: "text", placeholder: "Preferred Date/Time", required: false },
]}
textarea={{
name: "description",
placeholder: "Describe your plumbing issue or service request...",
rows: 4,
name: "description", placeholder: "Describe your plumbing issue or service request...", rows: 4,
required: true,
}}
buttonText="Request Service"
useInvertedBackground={false}
mediaAnimation="slide-up"
mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg"
imageAlt="Professional plumber consulting with customer"
ariaLabel="Service request form"
onSubmit={(data) => {