Merge version_4 into main #7

Merged
bender merged 1 commits from version_4 into main 2026-05-21 21:31:48 +00:00

View File

@@ -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"
/>
</div>
@@ -99,7 +100,7 @@ export default function LandingPage() {
<MetricSplitMediaAbout
useInvertedBackground={true}
title="About Sparky Trade Services"
description="Based locally, we are committed to safety, reliability, and clear communication. Our team of qualified electricians ensures every job is compliant with national standards."
description="Based locally, we are committed to safety, reliability and clear communication. Our team of qualified electricians ensures every job is compliant with national standards."
metrics={[
{
value: "10+", title: "Years Expertise"},
@@ -189,4 +190,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}