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