From 6cc712375b4ffc2599831c4a819e0e92e87b95d6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:40:11 +0000 Subject: [PATCH 1/2] Update src/app/lichtenburg/page.tsx --- src/app/lichtenburg/page.tsx | 66 ++++++++++-------------------------- 1 file changed, 17 insertions(+), 49 deletions(-) diff --git a/src/app/lichtenburg/page.tsx b/src/app/lichtenburg/page.tsx index 651a965..ff28141 100644 --- a/src/app/lichtenburg/page.tsx +++ b/src/app/lichtenburg/page.tsx @@ -17,8 +17,7 @@ const navItems = [ const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About", href: "/about" }, @@ -26,16 +25,14 @@ const footerColumns = [ ], }, { - title: "Offices", - items: [ + title: "Offices", items: [ { label: "Lichtenburg", href: "/lichtenburg" }, { label: "Mahikeng", href: "/mahikeng" }, { label: "Get Directions", href: "#" }, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Commercial Law", href: "/services#commercial" }, { label: "Property Law", href: "/services#property" }, { label: "Family Law", href: "/services#family" }, @@ -43,8 +40,7 @@ const footerColumns = [ ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Accessibility", href: "#" }, @@ -83,9 +79,7 @@ export default function LichtenburgPage() { brandName="PRDCJP Oelofse" navItems={navItems} button={{ - text: "Free Consultation", - href: "/contact", - }} + text: "Free Consultation", href: "/contact"}} animateOnLoad={true} /> @@ -95,32 +89,21 @@ 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: "circleGradient", - }} + 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" @@ -133,20 +116,14 @@ export default function LichtenburgPage() { Date: Sat, 7 Mar 2026 11:40:12 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 218 ++++++++++++----------------------------------- 1 file changed, 55 insertions(+), 163 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c4ad56d..bd43ef4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,9 +50,7 @@ export default function HomePage() { id: item.id, }))} button={{ - text: "Free Consultation", - href: "/contact", - }} + text: "Free Consultation", href: "/contact"}} animateOnLoad={true} /> @@ -62,31 +60,21 @@ export default function HomePage() {