diff --git a/src/app/page.tsx b/src/app/page.tsx
index 54dfa30..b06f2f8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -46,10 +46,11 @@ export default function LandingPage() {
@@ -176,7 +192,7 @@ export default function LandingPage() {
description="Steve's approach to electrical work"
subdescription="Lindfield Electrical since day one"
icon={Lightbulb}
- imageSrc="http://img.b2bpic.net/free-photo/male-builder-electrical-engineer-overalls-helmet-light-background-construction-concept_169016-66770.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/male-builder-electrical-engineer-overalls-helmet-light-background-construction-concept_169016-66770.jpg"
imageAlt="Steve - Professional electrician in action"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -191,16 +207,20 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Vanessa B", role: "Lindfield Homeowner", company: "Google Reviews", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=4"},
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg"
+ },
{
id: "2", name: "Shayne Lambert", role: "Roseville Resident", company: "Google Reviews", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=5"},
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg"
+ },
{
id: "3", name: "Riley Featherstone", role: "Upper North Shore", company: "Google Reviews", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=6"},
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg"
+ },
{
id: "4", name: "Local Trusted", role: "Highly Recommended", company: "Community", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=7"},
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg"
+ },
]}
kpiItems={[
{ value: "5.0", label: "Google Rating" },
@@ -215,7 +235,7 @@ export default function LandingPage() {
tag="Customer Reviews"
tagAnimation="slide-up"
className="py-20"
- titleClassName="text-4xl font-bold"
+ roleClassName="text-4xl font-bold"
/>
@@ -223,11 +243,14 @@ export default function LandingPage() {
@@ -245,17 +268,23 @@ export default function LandingPage() {
@@ -285,7 +314,7 @@ export default function LandingPage() {
required: true,
}}
useInvertedBackground={false}
- imageSrc="http://img.b2bpic.net/free-photo/male-electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66764.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/male-electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66764.jpg"
imageAlt="Professional electrical work"
mediaAnimation="slide-up"
mediaPosition="right"