From 703822dba20c930eedb42cc3c93f4ebcc19195ce Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:42:40 +0000 Subject: [PATCH 1/2] Update src/app/lichtenburg/page.tsx --- src/app/lichtenburg/page.tsx | 40 +++++++++++++++++++++++------------- 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/src/app/lichtenburg/page.tsx b/src/app/lichtenburg/page.tsx index ff28141..ea75523 100644 --- a/src/app/lichtenburg/page.tsx +++ b/src/app/lichtenburg/page.tsx @@ -79,7 +79,8 @@ export default function LichtenburgPage() { brandName="PRDCJP Oelofse" navItems={navItems} button={{ - text: "Free Consultation", href: "/contact"}} + text: "Free Consultation", href: "/contact" + }} animateOnLoad={true} /> @@ -89,26 +90,31 @@ export default function LichtenburgPage() { title="Lichtenburg Office — PRDCJP Oelofse Attorneys" description="Serving the Lichtenburg community with comprehensive legal services. Visit our local office for personalized consultation and expert legal guidance tailored to your needs." background={{ - variant: "plain"}} + variant: "plain" + }} avatars={[ { - src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", alt: "Client testimonial 1"}, + src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", alt: "Client testimonial 1" + }, { - src: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", alt: "Client testimonial 2"}, + src: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", alt: "Client testimonial 2" + }, { - src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Client testimonial 3"}, + src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Client testimonial 3" + }, ]} avatarText="Trusted by 300+ local clients" buttons={[ { - text: "Call Office", href: "tel:+27123456789"}, + text: "Call Office", href: "tel:+27123456789" + }, { - text: "Book Appointment", href: "/contact"}, + text: "Book Appointment", href: "/contact" + }, ]} buttonAnimation="slide-up" ariaLabel="Lichtenburg office hero section" className="min-h-screen" - useInvertedBackground={false} /> @@ -116,14 +122,17 @@ export default function LichtenburgPage() { Date: Sat, 7 Mar 2026 11:42:41 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 118 +++++++++++++++++++++++++++++++---------------- 1 file changed, 78 insertions(+), 40 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bd43ef4..a23f5d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,8 @@ export default function HomePage() { id: item.id, }))} button={{ - text: "Free Consultation", href: "/contact"}} + text: "Free Consultation", href: "/contact" + }} animateOnLoad={true} /> @@ -63,23 +64,27 @@ export default function HomePage() { background={{ variant: "plain" }} avatars={[ { - src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", alt: "Client testimonial 1"}, + src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", alt: "Client testimonial 1" + }, { - src: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", alt: "Client testimonial 2"}, + src: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", alt: "Client testimonial 2" + }, { - src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Client testimonial 3"}, + src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Client testimonial 3" + }, ]} avatarText="Trusted by 500+ clients across the North-West Province" buttons={[ { - text: "Call Now", href: "tel:+27123456789"}, + text: "Call Now", href: "tel:+27123456789" + }, { - text: "Book Free Consultation", href: "/contact"}, + text: "Book Free Consultation", href: "/contact" + }, ]} buttonAnimation="slide-up" ariaLabel="Hero section - PRDCJP Oelofse Attorneys" className="min-h-screen" - useInvertedBackground={false} /> @@ -88,14 +93,17 @@ export default function HomePage() {