Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-05 10:52:13 +00:00
3 changed files with 16 additions and 16 deletions

View File

@@ -66,7 +66,7 @@ export default function AboutPage() {
role: "Homeowner",
company: "Eldoret",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2",
imageAlt: "John Kipchoge testimonial",
},
{
@@ -75,7 +75,7 @@ export default function AboutPage() {
role: "Property Manager",
company: "Iten Properties",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2",
imageAlt: "Mary Kiprotich testimonial",
},
{
@@ -84,7 +84,7 @@ export default function AboutPage() {
role: "Contractor",
company: "Kisumu Construction",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg?_wi=2",
imageAlt: "Peter Kemboi testimonial",
},
{
@@ -93,7 +93,7 @@ export default function AboutPage() {
role: "Business Owner",
company: "Eldoret Retail",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg?_wi=2",
imageAlt: "Ruth Cheruiyot testimonial",
},
]}

View File

@@ -103,7 +103,7 @@ export default function HomePage() {
{
title: "Electrical Installations",
description: "Professional wiring, lighting installations, and complete electrical systems for homes and businesses.",
imageSrc: "http://img.b2bpic.net/free-photo/electrical-panel-with-fuses-contactors-closeup_169016-52188.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/electrical-panel-with-fuses-contactors-closeup_169016-52188.jpg?_wi=1",
imageAlt: "Electrical installation service",
buttonIcon: ArrowRight,
buttonHref: "/services",
@@ -111,7 +111,7 @@ export default function HomePage() {
{
title: "Plumbing Solutions",
description: "Expert pipe installations, leak repairs, drain blockage resolution, and water system setup.",
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=1",
imageAlt: "Plumbing repair service",
buttonIcon: ArrowRight,
buttonHref: "/services",
@@ -119,7 +119,7 @@ export default function HomePage() {
{
title: "Interior Fittings",
description: "Premium kitchen and bathroom fittings with professional installation and design consultation.",
imageSrc: "http://img.b2bpic.net/free-photo/part-interior-kitchen-black-modern-minimalism_169016-20012.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/part-interior-kitchen-black-modern-minimalism_169016-20012.jpg?_wi=1",
imageAlt: "Interior fittings installation",
buttonIcon: ArrowRight,
buttonHref: "/services",
@@ -127,7 +127,7 @@ export default function HomePage() {
{
title: "Appliance Installation",
description: "Safe and professional installation of electrical appliances with warranty support.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-technician-doing-work-report-broken-fridge-home-kitchen_662251-2719.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-technician-doing-work-report-broken-fridge-home-kitchen_662251-2719.jpg?_wi=1",
imageAlt: "Appliance installation",
buttonIcon: ArrowRight,
buttonHref: "/services",
@@ -193,7 +193,7 @@ export default function HomePage() {
role: "Homeowner",
company: "Eldoret",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1",
imageAlt: "John Kipchoge testimonial",
},
{
@@ -202,7 +202,7 @@ export default function HomePage() {
role: "Property Manager",
company: "Iten Properties",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1",
imageAlt: "Mary Kiprotich testimonial",
},
{
@@ -211,7 +211,7 @@ export default function HomePage() {
role: "Contractor",
company: "Kisumu Construction",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg?_wi=1",
imageAlt: "Peter Kemboi testimonial",
},
{
@@ -220,7 +220,7 @@ export default function HomePage() {
role: "Business Owner",
company: "Eldoret Retail",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg?_wi=1",
imageAlt: "Ruth Cheruiyot testimonial",
},
]}

View File

@@ -48,7 +48,7 @@ export default function ServicesPage() {
{
title: "Electrical Installations",
description: "Professional wiring, lighting installations, and complete electrical systems for homes and businesses. We handle new installations, rewiring, and system upgrades.",
imageSrc: "http://img.b2bpic.net/free-photo/electrical-panel-with-fuses-contactors-closeup_169016-52188.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/electrical-panel-with-fuses-contactors-closeup_169016-52188.jpg?_wi=2",
imageAlt: "Electrical installation service",
buttonIcon: ArrowRight,
buttonHref: "/contact",
@@ -56,7 +56,7 @@ export default function ServicesPage() {
{
title: "Emergency Repairs",
description: "24/7 emergency response for electrical failures, plumbing leaks, and urgent repairs. Our rapid response team ensures minimal downtime for your home or business.",
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=2",
imageAlt: "Emergency repair service",
buttonIcon: ArrowRight,
buttonHref: "/contact",
@@ -64,7 +64,7 @@ export default function ServicesPage() {
{
title: "Interior Fittings & Design",
description: "Premium kitchen and bathroom fittings with professional installation and design consultation. Transform your space with modern, quality fixtures.",
imageSrc: "http://img.b2bpic.net/free-photo/part-interior-kitchen-black-modern-minimalism_169016-20012.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/part-interior-kitchen-black-modern-minimalism_169016-20012.jpg?_wi=2",
imageAlt: "Interior fittings installation",
buttonIcon: ArrowRight,
buttonHref: "/contact",
@@ -72,7 +72,7 @@ export default function ServicesPage() {
{
title: "Appliance Installation & Support",
description: "Safe and professional installation of electrical appliances with warranty support. We ensure all installations meet safety standards and local codes.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-technician-doing-work-report-broken-fridge-home-kitchen_662251-2719.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-technician-doing-work-report-broken-fridge-home-kitchen_662251-2719.jpg?_wi=2",
imageAlt: "Appliance installation",
buttonIcon: ArrowRight,
buttonHref: "/contact",