Update src/app/page.tsx

This commit is contained in:
2026-04-30 21:00:20 +00:00
parent ec04b4a2b0
commit 60c82791f7

View File

@@ -60,7 +60,7 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-prepares-work-plan-control-room-night-night-shift_169016-70982.jpg", imageAlt: "Electrician working"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-prepares-work-plan-control-room-night-night-shift_169016-70982.jpg?_wi=1", imageAlt: "Electrician working"},
{
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-53728.jpg", imageAlt: "Electrician working"},
{
@@ -83,7 +83,7 @@ export default function LandingPage() {
features={[
{
title: "Residential Wiring", description: "Complete building wiring and panel upgrades for modern living.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-prepares-work-plan-control-room-night-night-shift_169016-70982.jpg", imageAlt: "electrician working panel electrical"
imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-prepares-work-plan-control-room-night-night-shift_169016-70982.jpg?_wi=2", imageAlt: "electrician working panel electrical"
},
items: [
{
@@ -97,7 +97,7 @@ export default function LandingPage() {
},
{
title: "Commercial Services", description: "Specialized electrical hookups and wiring for businesses.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-business-leader-standing-with-team_1262-1996.jpg", imageAlt: "electrician working panel electrical"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-business-leader-standing-with-team_1262-1996.jpg?_wi=1", imageAlt: "electrician working panel electrical"
},
items: [
{
@@ -111,7 +111,7 @@ export default function LandingPage() {
},
{
title: "General Troubleshooting", description: "Prompt repairs for all your electrical issues.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg", imageAlt: "electrician working panel electrical"
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg?_wi=1", imageAlt: "electrician working panel electrical"
},
items: [
{
@@ -143,7 +143,7 @@ export default function LandingPage() {
{
title: "Transparent Pricing", description: "Fair and upfront estimates."},
]}
imageSrc="http://img.b2bpic.net/free-photo/smiling-senior-business-leader-standing-with-team_1262-1996.jpg"
imageSrc="http://img.b2bpic.net/free-photo/smiling-senior-business-leader-standing-with-team_1262-1996.jpg?_wi=2"
mediaAnimation="slide-up"
/>
</div>
@@ -174,7 +174,7 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "John Doe", role: "Homeowner", company: "Greeley", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg?_wi=2"},
{
id: "2", name: "Jane Smith", role: "Business Owner", company: "Greeley", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-concept-with-modern-woman_23-2148115601.jpg"},