From d260792131a4710091c29061b07f8cdd5de55b02 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 21:31:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15ca65f..b3edd38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,11 +66,12 @@ export default function LandingPage() { imageAlt="Professional electrical team on-site" mediaAnimation="slide-up" marqueeItems={[ - { type: "text", text: "Certified Professionals" }, - { type: "text", text: "24/7 Emergency Support" }, - { type: "text", text: "Safety Guaranteed" }, - { type: "text", text: "Residential & Commercial" }, + { type: "image", src: "https://lh3.googleusercontent.com/pw/AP1GczO2_o1P4X5P7o4L3o9L5o7P0pT3P7o4L3o9L5o7P0pT3P7o4L3o9L5o7=w600-h400-no?_wi=1", alt: "Site imagery" }, + { type: "image", src: "https://lh3.googleusercontent.com/pw/AP1GczO2_o1P4X5P7o4L3o9L5o7P0pT3P7o4L3o9L5o7P0pT3P7o4L3o9L5o7=w600-h400-no?_wi=2", alt: "Site imagery" }, + { type: "image", src: "https://lh3.googleusercontent.com/pw/AP1GczO2_o1P4X5P7o4L3o9L5o7P0pT3P7o4L3o9L5o7P0pT3P7o4L3o9L5o7=w600-h400-no?_wi=3", alt: "Site imagery" }, + { type: "image", src: "https://lh3.googleusercontent.com/pw/AP1GczO2_o1P4X5P7o4L3o9L5o7P0pT3P7o4L3o9L5o7P0pT3P7o4L3o9L5o7=w600-h400-no?_wi=4", alt: "Site imagery" } ]} + marqueeClassName="opacity-80" /> @@ -99,7 +100,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1