Update src/app/page.tsx

This commit is contained in:
2026-04-02 16:15:08 +00:00
parent 5117dc2f4f
commit ddf6bbe1a4

View File

@@ -71,27 +71,27 @@ export default function LandingPage() {
title: "Home Maintenance", description: "Preventative and reactive care to keep your systems running smoothly.", icon: Wrench,
mediaItems: [
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qp6t9c"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qp6t9c&_wi=1"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qp6t9c"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qp6t9c&_wi=2"},
],
},
{
title: "Expert Repairs", description: "Fast diagnostic and resolution for common household issues.", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/error-something-went-wrong-construction-concept_53876-133661.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/error-something-went-wrong-construction-concept_53876-133661.jpg?_wi=1"},
{
imageSrc: "http://img.b2bpic.net/free-photo/error-something-went-wrong-construction-concept_53876-133661.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/error-something-went-wrong-construction-concept_53876-133661.jpg?_wi=2"},
],
},
{
title: "Professional Installs", description: "High-quality installation of all major household appliances.", icon: Wrench,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/metal-chrome-tools-isolated-background_53876-71272.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/metal-chrome-tools-isolated-background_53876-71272.jpg?_wi=1"},
{
imageSrc: "http://img.b2bpic.net/free-photo/metal-chrome-tools-isolated-background_53876-71272.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/metal-chrome-tools-isolated-background_53876-71272.jpg?_wi=2"},
],
},
]}