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() {
@@ -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() {