Update src/app/page.tsx

This commit is contained in:
2026-04-08 14:52:34 +00:00
parent 6ca438e441
commit eaff41d4e6

View File

@@ -45,21 +45,10 @@ export default function LandingPage() {
title="Get It Fixed. Done Right."
description="Reliable handyman and property maintenance services across Birmingham and the surrounding area."
testimonials={[
{
name: "Sarah J.", testimonial: "Professional from start to finish. The quote was fair, and the work was done exactly as promised.", rating: 5,
handle: "@sarahj", 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"},
{
name: "Michael C.", testimonial: "Really reliable. Communication was quick, and the standard of work was excellent.", rating: 5,
handle: "@michaelc", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-laughing_23-2148275179.jpg?_wi=1"},
{
name: "Emily R.", testimonial: "Prompt, reasonably priced, and no messing about. Exactly what you want from a local tradesperson.", rating: 5,
handle: "@emilyr", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-man_23-2149272737.jpg?_wi=1"},
{
name: "David K.", testimonial: "Great service. Work completed to a high standard, very friendly.", rating: 5,
handle: "@davidk", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-modern-woman-girl-sitting-couch-using-digital-tablet-reading-ebook_1258-201983.jpg?_wi=1"},
{
name: "Jane D.", testimonial: "Professional, on time, and finished work looks excellent.", rating: 5,
handle: "@janed", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg?_wi=1"},
{ name: "Sarah J.", testimonial: "Professional from start to finish. The quote was fair, and the work was done exactly as promised.", rating: 5, handle: "@sarahj", 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" },
{ name: "Michael C.", testimonial: "Really reliable. Communication was quick, and the standard of work was excellent.", rating: 5, handle: "@michaelc", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-laughing_23-2148275179.jpg?_wi=1" },
{ name: "Emily R.", testimonial: "Prompt, reasonably priced, and no messing about. Exactly what you want from a local tradesperson.", rating: 5, handle: "@emilyr", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-man_23-2149272737.jpg?_wi=1" },
{ name: "David K.", testimonial: "Great service. Work completed to a high standard, very friendly.", rating: 5, handle: "@davidk", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-modern-woman-girl-sitting-couch-using-digital-tablet-reading-ebook_1258-201983.jpg?_wi=1" },
]}
buttons={[
{ text: "Get a Free Quote", href: "/contact" },
@@ -67,14 +56,6 @@ export default function LandingPage() {
]}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg?_wi=1"
imageAlt="Handyman working on home repairs"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg", alt: "Sarah J." },
{ src: "http://img.b2bpic.net/free-photo/happy-senior-woman-laughing_23-2148275179.jpg", alt: "Michael C." },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-man_23-2149272737.jpg", alt: "Emily R." },
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-modern-woman-girl-sitting-couch-using-digital-tablet-reading-ebook_1258-201983.jpg", alt: "David K." },
{ src: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg", alt: "Jane D." },
]}
avatarText="Trusted by over 500+ local homeowners"
marqueeItems={[
{ type: "text-icon", text: "Fully Insured", icon: ShieldCheck },
{ type: "text-icon", text: "Local Expert", icon: MapPin },
@@ -117,10 +98,9 @@ export default function LandingPage() {
title="Our Track Record"
tag="Milestones"
metrics={[
{ id: "1", value: "500+", description: "Happy Clients" },
{ id: "1", value: "Local", description: "Birmingham Based" },
{ id: "2", value: "10+", description: "Years Experience" },
{ id: "3", value: "99%", description: "Satisfaction Rate" },
{ id: "4", value: "24/7", description: "Support Available" },
]}
metricsAnimation="slide-up"
/>
@@ -160,4 +140,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}