Switch to version 22: modified src/app/page.tsx

This commit is contained in:
2026-04-28 01:09:58 +00:00
parent f510a15e06
commit 7950d89984

View File

@@ -93,7 +93,7 @@ export default function LandingPage() {
{ id: "f4", title: "Plumbing Maintenance", description: "Minor leak fixes and hardware replacements.", tag: "Plumbing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cxggax9uoHWOUnvB5jeqt1nr7A/uploaded-1777336142840-5jb1fm8h.jpg", buttons: [{ text: "Get a Quote", href: "/contact" }] },
{ id: "f5", title: "Wall Mounting", description: "TV mounts, shelves, and heavy-duty hanging.", tag: "Mounting", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cxggax9uoHWOUnvB5jeqt1nr7A/uploaded-1777336198985-5xi6ssgs.jpg", buttons: [{ text: "Get a Quote", href: "/contact" }] },
]}
title="Fast, Reliable Repairs for Every Room in Your Home"
title="Comprehensive Repair Services"
description="Professional solutions for your daily home needs."
/>
</div>
@@ -158,4 +158,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}