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() {
@@ -62,31 +60,21 @@ export default function HomePage() {