Merge version_2 into main #2
209
src/app/page.tsx
209
src/app/page.tsx
@@ -32,103 +32,64 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Mfene Attorneys"
|
||||
button={{
|
||||
text: "Consultation",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Your Strategy Session", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Excellence in Legal Representation"
|
||||
description="Mfene Attorneys provides dedicated legal advocacy and expert counsel for clients across South Africa. Trusted, reliable, and results-driven."
|
||||
kpis={[
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Client Rating",
|
||||
},
|
||||
value: "4.9", label: "Client Rating"},
|
||||
{
|
||||
value: "33+",
|
||||
label: "Reviews",
|
||||
},
|
||||
value: "33+", label: "Reviews"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Commitment",
|
||||
},
|
||||
value: "100%", label: "Commitment"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Strategy Session", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chair-front-businesswoman-sitting-caf_23-2147876643.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/global-business-gathering-managerial-director-proposes-revolutionary-input-businessmen-dressed-properly-acting-with-commitment-reviewing-data-papers-hotel-reception_482257-70249.jpg",
|
||||
alt: "Law partner 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/global-business-gathering-managerial-director-proposes-revolutionary-input-businessmen-dressed-properly-acting-with-commitment-reviewing-data-papers-hotel-reception_482257-70249.jpg", alt: "Law partner 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-working-ipad-medium-shot_23-2150103635.jpg",
|
||||
alt: "Law partner 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-working-ipad-medium-shot_23-2150103635.jpg", alt: "Law partner 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2149429114.jpg",
|
||||
alt: "Law partner 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2149429114.jpg", alt: "Law partner 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/empowered-business-women-working-together_23-2149322908.jpg",
|
||||
alt: "Law partner 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/empowered-business-women-working-together_23-2149322908.jpg", alt: "Law partner 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-afroamerican-employee-portrait_23-2148508904.jpg",
|
||||
alt: "Law partner 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-afroamerican-employee-portrait_23-2148508904.jpg", alt: "Law partner 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Corporate Litigation",
|
||||
},
|
||||
type: "text", text: "Corporate Litigation"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Law Experts",
|
||||
},
|
||||
type: "text", text: "Family Law Experts"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Property Conveyancing",
|
||||
},
|
||||
type: "text", text: "Property Conveyancing"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Commercial Arbitration",
|
||||
},
|
||||
type: "text", text: "Commercial Arbitration"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Criminal Defense",
|
||||
},
|
||||
type: "text", text: "Criminal Defense"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -138,14 +99,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Commitment to Justice",
|
||||
},
|
||||
type: "text", content: "Our Commitment to Justice"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/golden-scales-justice-white-podium_23-2152001180.jpg",
|
||||
alt: "Law Firm Office",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/golden-scales-justice-white-podium_23-2152001180.jpg", alt: "Law Firm Office"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -156,26 +112,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Litigation",
|
||||
title: "Civil Litigation",
|
||||
subtitle: "Resolving complex disputes.",
|
||||
description: "Aggressive representation in courts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scales-justice-red-chamber_23-2151998153.jpg",
|
||||
},
|
||||
tag: "Litigation", title: "Civil Litigation", subtitle: "Resolving complex disputes.", description: "Aggressive representation in courts.", imageSrc: "http://img.b2bpic.net/free-photo/scales-justice-red-chamber_23-2151998153.jpg"},
|
||||
{
|
||||
tag: "Property",
|
||||
title: "Property Law",
|
||||
subtitle: "Real estate transactions.",
|
||||
description: "Ensuring secure ownership transfers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scales-justice_23-2151998157.jpg",
|
||||
},
|
||||
tag: "Property", title: "Property Law", subtitle: "Real estate transactions.", description: "Ensuring secure ownership transfers.", imageSrc: "http://img.b2bpic.net/free-photo/scales-justice_23-2151998157.jpg"},
|
||||
{
|
||||
tag: "Family",
|
||||
title: "Family Law",
|
||||
subtitle: "Expert counsel for families.",
|
||||
description: "Handling matters with care and precision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/balance-scales-representing-justice-fairness_23-2151998170.jpg",
|
||||
},
|
||||
tag: "Family", title: "Family Law", subtitle: "Expert counsel for families.", description: "Handling matters with care and precision.", imageSrc: "http://img.b2bpic.net/free-photo/balance-scales-representing-justice-fairness_23-2151998170.jpg"},
|
||||
]}
|
||||
title="Our Practice Areas"
|
||||
description="Expertise across various domains of the law tailored to protect your interests."
|
||||
@@ -189,20 +130,11 @@ export default function LandingPage() {
|
||||
tag="Trusted Legal Partner"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "33+",
|
||||
description: "Verified client reviews",
|
||||
},
|
||||
id: "m1", value: "33+", description: "Verified client reviews"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.9",
|
||||
description: "Average client satisfaction score",
|
||||
},
|
||||
id: "m2", value: "4.9", description: "Average client satisfaction score"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10+",
|
||||
description: "Years of professional expertise",
|
||||
},
|
||||
id: "m3", value: "10+", description: "Years of professional expertise"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -213,30 +145,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Client One",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg",
|
||||
},
|
||||
id: "1", name: "Client One", imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Client Two",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-united-multiethnic-team-posing-office-hall_1262-20246.jpg",
|
||||
},
|
||||
id: "2", name: "Client Two", imageSrc: "http://img.b2bpic.net/free-photo/happy-united-multiethnic-team-posing-office-hall_1262-20246.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Client Three",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-outdoor_23-2148883562.jpg",
|
||||
},
|
||||
id: "3", name: "Client Three", imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-outdoor_23-2148883562.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Client Four",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-afroamerican-man_23-2148508906.jpg",
|
||||
},
|
||||
id: "4", name: "Client Four", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-afroamerican-man_23-2148508906.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Client Five",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg",
|
||||
},
|
||||
id: "5", name: "Client Five", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg"},
|
||||
]}
|
||||
cardTitle="Client Voices"
|
||||
cardTag="Testimonials"
|
||||
@@ -250,20 +167,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I book a consultation?",
|
||||
content: "Call us at 012 321 2206 or submit our contact form.",
|
||||
},
|
||||
id: "f1", title: "How do I book a consultation?", content: "Call us at 012 321 2206 or submit our contact form."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Where are you located?",
|
||||
content: "28 Church Square, Pretoria Central.",
|
||||
},
|
||||
id: "f2", title: "Where are you located?", content: "28 Church Square, Pretoria Central."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer online services?",
|
||||
content: "Yes, we can facilitate virtual consultations.",
|
||||
},
|
||||
id: "f3", title: "Do you offer online services?", content: "Yes, we can facilitate virtual consultations."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/financial-experts_1098-12913.jpg?_wi=1"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -278,14 +186,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Legal Hub",
|
||||
"Pretoria Law Society",
|
||||
"Justice Partners",
|
||||
"African Legal Network",
|
||||
"Corporate Law Group",
|
||||
"Elite Defense",
|
||||
"Global Advocacy",
|
||||
]}
|
||||
"Legal Hub", "Pretoria Law Society", "Justice Partners", "African Legal Network", "Corporate Law Group", "Elite Defense", "Global Advocacy"]}
|
||||
title="Recognized by Industry Partners"
|
||||
description="Building strong connections to better serve our clients."
|
||||
/>
|
||||
@@ -298,22 +199,14 @@ export default function LandingPage() {
|
||||
description="Our team is ready to assist with your legal needs."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
required: true,
|
||||
name: "message", placeholder: "How can we help?", required: true,
|
||||
}}
|
||||
buttonText="Send Message"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/financial-experts_1098-12913.jpg?_wi=2"
|
||||
@@ -325,29 +218,19 @@ export default function LandingPage() {
|
||||
logoText="Mfene Attorneys"
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "012 321 2206",
|
||||
href: "tel:0123212206",
|
||||
},
|
||||
label: "012 321 2206", href: "tel:0123212206"},
|
||||
{
|
||||
label: "28 Church Square, Pretoria",
|
||||
href: "#",
|
||||
},
|
||||
label: "28 Church Square, Pretoria", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user