From 6ea5e556852b47a8c49ed48e884e3a22f9f55586 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 21:14:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e08182..76eed68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,6 +90,7 @@ export default function LandingPage() { title="Specialized Legal Practice" description="Comprehensive representation across key sectors." textboxLayout="default" + useInvertedBackground={false} products={[ { id: "s1", name: "Commercial Law", price: "Retainer", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-computer_1150-81.jpg" }, { id: "s2", name: "Real Estate", price: "Flat Fee", imageSrc: "http://img.b2bpic.net/free-photo/chalkboard-table-realtor-office_23-2147764217.jpg" }, @@ -116,6 +117,8 @@ export default function LandingPage() { names={["Law Society Accredited", "SRA Regulated", "Legal 500 Recommended", "Chambers UK Ranked"]} title="Elite Industry Recognition" description="We are recognized by top industry bodies for our professional excellence." + textboxLayout="default" + useInvertedBackground={false} /> -- 2.49.1