From 8288aed0cf7ed5eddc58849cd6c21bfd5bb7be0b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 23:54:31 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 178 ++++++++++++++++++++++++++++++++++++----------- 1 file changed, 139 insertions(+), 39 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ae464f..2d7417d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,15 +30,25 @@ export default function LandingPage() { @@ -47,40 +57,65 @@ export default function LandingPage() {
@@ -90,15 +125,30 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", name: "Sarah Miller", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gz01tl&_wi=1"}, + id: "t1", + name: "Sarah Miller", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gz01tl&_wi=1", + }, { - id: "t2", name: "John Doe", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f700kp"}, + id: "t2", + name: "John Doe", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f700kp", + }, { - id: "t3", name: "James Smith", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bnt74l"}, + id: "t3", + name: "James Smith", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bnt74l", + }, { - id: "t4", name: "Emily Watson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pch8mg"}, + id: "t4", + name: "Emily Watson", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pch8mg", + }, { - id: "t5", name: "David Brown", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=knv36y"}, + id: "t5", + name: "David Brown", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=knv36y", + }, ]} cardTitle="Client Success Stories" cardTag="Testimonials" @@ -116,13 +166,25 @@ export default function LandingPage() { description="We are proud of the results we achieve for our clients." metrics={[ { - id: "m1", value: "15+", title: "Years Experience", description: "Deep expertise", icon: Briefcase, + id: "m1", + value: "15+", + title: "Years Experience", + description: "Deep expertise", + icon: Briefcase, }, { - id: "m2", value: "500+", title: "Cases Won", description: "Proven success", icon: Award, + id: "m2", + value: "500+", + title: "Cases Won", + description: "Proven success", + icon: Award, }, { - id: "m3", value: "98%", title: "Client Satisfaction", description: "Trusted advice", icon: ThumbsUp, + id: "m3", + value: "98%", + title: "Client Satisfaction", + description: "Trusted advice", + icon: ThumbsUp, }, ]} /> @@ -135,7 +197,12 @@ export default function LandingPage() { title="Recognized Excellence" description="Affiliated with leading industry bodies." names={[ - "London Legal Society", "UK Bar Council", "SRA Regulated", "Family Law Association", "Immigration Law Experts"]} + "London Legal Society", + "UK Bar Council", + "SRA Regulated", + "Family Law Association", + "Immigration Law Experts", + ]} /> @@ -147,9 +214,27 @@ export default function LandingPage() { description="Real feedback from those we have helped." testimonials={[ { - id: "et1", name: "Mark R.", date: "Oct 2023", title: "Professionalism", quote: "Excellent service.", tag: "Family", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gz01tl", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=br8cjx", imageAlt: "happy client professional office"}, + id: "et1", + name: "Mark R.", + date: "Oct 2023", + title: "Professionalism", + quote: "Excellent service.", + tag: "Family", + avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gz01tl", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=br8cjx", + imageAlt: "happy client professional office", + }, { - id: "et2", name: "Jane D.", date: "Nov 2023", title: "Great results", quote: "Highly recommended.", tag: "Immigration", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f700kp", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=12l2pz", imageAlt: "happy client professional office"}, + id: "et2", + name: "Jane D.", + date: "Nov 2023", + title: "Great results", + quote: "Highly recommended.", + tag: "Immigration", + avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f700kp", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=12l2pz", + imageAlt: "happy client professional office", + }, ]} /> @@ -158,27 +243,42 @@ export default function LandingPage() { ); -} \ No newline at end of file +}