Update src/app/services/page.tsx
This commit is contained in:
@@ -58,7 +58,7 @@ const ServicesPage = () => {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg?_wi=2"
|
||||
imageAlt="Professional plumbing services"
|
||||
mediaAnimation="opacity"
|
||||
frameStyle="card"
|
||||
@@ -74,7 +74,7 @@ const ServicesPage = () => {
|
||||
name: "Emergency Plumbing Repairs",
|
||||
price: "24/7 Response",
|
||||
variant: "Fast Service",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg?_wi=3",
|
||||
imageAlt: "Emergency plumbing repair",
|
||||
},
|
||||
{
|
||||
@@ -82,7 +82,7 @@ const ServicesPage = () => {
|
||||
name: "Water Line Repair & Replacement",
|
||||
price: "Professional Installation",
|
||||
variant: "Expert Technicians",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721545.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721545.jpg?_wi=2",
|
||||
imageAlt: "Water line service",
|
||||
},
|
||||
{
|
||||
@@ -90,7 +90,7 @@ const ServicesPage = () => {
|
||||
name: "Leak Detection & Repair",
|
||||
price: "Advanced Technology",
|
||||
variant: "Precision Service",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-process-professional-tool-precision-drilling-wood_169016-52220.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-process-professional-tool-precision-drilling-wood_169016-52220.jpg?_wi=2",
|
||||
imageAlt: "Leak detection service",
|
||||
},
|
||||
{
|
||||
@@ -98,7 +98,7 @@ const ServicesPage = () => {
|
||||
name: "Drain & Clog Solutions",
|
||||
price: "Fast Unclogging",
|
||||
variant: "Professional Equipment",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-home_23-2148112854.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-home_23-2148112854.jpg?_wi=2",
|
||||
imageAlt: "Drain cleaning service",
|
||||
},
|
||||
{
|
||||
@@ -106,7 +106,7 @@ const ServicesPage = () => {
|
||||
name: "Faucet & Fixture Repairs",
|
||||
price: "Quality Installation",
|
||||
variant: "Expert Repairs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-24827.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-24827.jpg?_wi=2",
|
||||
imageAlt: "Faucet and fixture service",
|
||||
},
|
||||
{
|
||||
@@ -114,7 +114,7 @@ const ServicesPage = () => {
|
||||
name: "Shower & Bathroom Plumbing",
|
||||
price: "Complete Solutions",
|
||||
variant: "Remodels & Repairs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-24827.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-24827.jpg?_wi=3",
|
||||
imageAlt: "Bathroom plumbing service",
|
||||
},
|
||||
{
|
||||
@@ -122,7 +122,7 @@ const ServicesPage = () => {
|
||||
name: "Pipe Repair & Replacement",
|
||||
price: "Durable Solutions",
|
||||
variant: "Long-Term Fixes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721545.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721545.jpg?_wi=3",
|
||||
imageAlt: "Pipe repair service",
|
||||
},
|
||||
{
|
||||
@@ -130,7 +130,7 @@ const ServicesPage = () => {
|
||||
name: "Residential Plumbing",
|
||||
price: "Family Home Solutions",
|
||||
variant: "Trusted Service",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg?_wi=4",
|
||||
imageAlt: "Residential plumbing",
|
||||
},
|
||||
{
|
||||
@@ -138,7 +138,7 @@ const ServicesPage = () => {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-factory-manager-discussing-with-employees_482257-120612.jpg?_wi=2",
|
||||
imageAlt: "Commercial plumbing",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user