From 0945f50c8e4c574e881c4318d317d19d29acbec7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:19:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5384fd5..5700d1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,8 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-with-large-tv-screen-displaying-home-automation-system_9975-33164.jpg", imageAlt: "Smart home lighting control system interface" }, { - id: "3", title: "Professional Installation", author: "Installation Team", description: "Certified electricians with expertise in luxury residential wiring. Meticulous installation ensures flawless performance and safety compliance on every project.", tags: ["Installation", "Professional", "Safety"], imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17799.jpg", imageAlt: "Professional electrical installation in progress" + id: "3", title: "Professional Installation", author: "Installation Team", description: "Certified electricians with expertise in luxury residential wiring. Meticulous installation ensures flawless performance and safety compliance on every project.", tags: ["Installation", "Professional", "Safety"], + imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17799.jpg", imageAlt: "Professional electrical installation in progress" } ]} animationType="slide-up" -- 2.49.1