Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-09 22:35:02 +00:00

View File

@@ -29,34 +29,20 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "About Us", name: "About Us", id: "/about"},
id: "/about",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "Portfolio", name: "Portfolio", id: "/portfolio"},
id: "/portfolio",
},
{ {
name: "Blog", name: "Blog", id: "/blog"},
id: "/blog",
},
{ {
name: "FAQ", name: "FAQ", id: "/faq"},
id: "/faq",
},
]} ]}
button={{ button={{
text: "Contact Us", text: "Contact Us", href: "/contact"}}
href: "/contact",
}}
brandName="Lawyer & Associates" brandName="Lawyer & Associates"
/> />
</div> </div>
@@ -64,44 +50,23 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDualMedia <HeroSplitDualMedia
background={{ background={{
variant: "plain", variant: "plain"}}
}}
title="Experienced Legal Counsel You Can Trust" title="Experienced Legal Counsel You Can Trust"
description="Providing comprehensive legal services with dedication and integrity. We are committed to achieving the best possible outcomes for our clients." description="Providing comprehensive legal services with dedication and integrity. We are committed to achieving the best possible outcomes for our clients."
tag="Your Trusted Legal Partner" tag="Your Trusted Legal Partner"
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ {
text: "Book a Consultation", text: "Book a Consultation", href: "/contact"},
href: "/contact",
},
{ {
text: "Learn More", text: "Learn More", href: "/about"},
href: "/about",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/professional-psychologist-work_1098-21007.jpg", imageSrc: "http://img.b2bpic.net/free-photo/professional-psychologist-work_1098-21007.jpg", imageAlt: "Lawyer discussing with client"},
imageAlt: "Lawyer discussing with client",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/corporate-businesswoman-beige-suit-silhouette-young-corporate-woman-with-documents-laptop_1258-194034.jpg", imageSrc: "http://img.b2bpic.net/free-photo/corporate-businesswoman-beige-suit-silhouette-young-corporate-woman-with-documents-laptop_1258-194034.jpg", imageAlt: "Modern law office"}
imageAlt: "Modern law office",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-sitting-desk-with-phone-office-audience_78826-2344.jpg",
imageAlt: "Young attractive emotional girl in business style clothes sitting at desk with phone in office or audience",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/blonde-business-woman-working-her-laptop_23-2149100273.jpg",
imageAlt: "Blonde business woman working on her laptop",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/successful-professional-sitting-office_1098-21006.jpg",
imageAlt: "Successful professional sitting in an office",
},
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
rating={5} rating={5}
@@ -116,17 +81,11 @@ export default function LandingPage() {
description="Our firm is built on a foundation of legal expertise, ethical practice, and client-focused service. We navigate complex legal landscapes to provide clear, effective solutions tailored to your unique needs." description="Our firm is built on a foundation of legal expertise, ethical practice, and client-focused service. We navigate complex legal landscapes to provide clear, effective solutions tailored to your unique needs."
metrics={[ metrics={[
{ {
value: "20+", value: "20+", title: "Years Experience"},
title: "Years Experience",
},
{ {
value: "95%", value: "95%", title: "Success Rate"},
title: "Success Rate",
},
{ {
value: "500+", value: "500+", title: "Cases Won"},
title: "Cases Won",
},
]} ]}
tag="Our Commitment" tag="Our Commitment"
imageSrc="http://img.b2bpic.net/free-photo/portrait-confident-saleswoman-working-office-sitting-business-room-reading-writing-down_1258-193622.jpg" imageSrc="http://img.b2bpic.net/free-photo/portrait-confident-saleswoman-working-office-sitting-business-room-reading-writing-down_1258-193622.jpg"
@@ -143,23 +102,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Corporate Law", title: "Corporate Law", description: "Guiding businesses through complex regulations, mergers, acquisitions, and compliance.", imageSrc: "http://img.b2bpic.net/free-photo/business-ethics-honesty-ideology-integrity-concept_53876-15835.jpg", imageAlt: "Corporate law icon"},
description: "Guiding businesses through complex regulations, mergers, acquisitions, and compliance.",
imageSrc: "http://img.b2bpic.net/free-photo/business-ethics-honesty-ideology-integrity-concept_53876-15835.jpg",
imageAlt: "Corporate law icon",
},
{ {
title: "Family Law", title: "Family Law", description: "Compassionate representation in divorce, child custody, and domestic disputes.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-holding-family-drawing_23-2148548543.jpg", imageAlt: "Family law icon"},
description: "Compassionate representation in divorce, child custody, and domestic disputes.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-holding-family-drawing_23-2148548543.jpg",
imageAlt: "Family law icon",
},
{ {
title: "Real Estate Law", title: "Real Estate Law", description: "Assisting with property transactions, landlord-tenant disputes, and development projects.", imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-portrait-person-practicing-law-related-profession_23-2151419538.jpg", imageAlt: "Real estate law icon"},
description: "Assisting with property transactions, landlord-tenant disputes, and development projects.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-portrait-person-practicing-law-related-profession_23-2151419538.jpg",
imageAlt: "Real estate law icon",
},
]} ]}
title="Areas of Legal Expertise" title="Areas of Legal Expertise"
description="We offer specialized legal services across a broad spectrum of practice areas to meet diverse client needs." description="We offer specialized legal services across a broad spectrum of practice areas to meet diverse client needs."
@@ -174,25 +121,15 @@ export default function LandingPage() {
author="Sarah M., Satisfied Client" author="Sarah M., Satisfied Client"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg", src: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg", alt: "Sarah M. avatar"},
alt: "Sarah M. avatar",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", src: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", alt: "John D. avatar"},
alt: "John D. avatar",
},
{ {
src: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg", src: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg", alt: "Emily R. avatar"},
alt: "Emily R. avatar",
},
{ {
src: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg", src: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg", alt: "David K. avatar"},
alt: "David K. avatar",
},
{ {
src: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg", src: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg", alt: "Happy mature businessman showing thumb up"},
alt: "Happy mature businessman showing thumb up",
},
]} ]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -206,28 +143,17 @@ export default function LandingPage() {
description="Contact us today to discuss your legal needs and explore how we can assist you. Your initial consultation is confidential and without obligation." description="Contact us today to discuss your legal needs and explore how we can assist you. Your initial consultation is confidential and without obligation."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Your Email", required: true,
type: "email",
placeholder: "Your Email",
required: true,
}, },
{ {
name: "phone", name: "phone", type: "tel", placeholder: "Your Phone (Optional)", required: false,
type: "tel",
placeholder: "Your Phone (Optional)",
required: false,
}, },
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Describe Your Inquiry", rows: 4,
placeholder: "Describe Your Inquiry",
rows: 4,
required: true, required: true,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-personal-computer_23-2150282054.jpg" imageSrc="http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-personal-computer_23-2150282054.jpg"
@@ -242,66 +168,39 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Corporate Law", label: "Corporate Law", href: "/services#corporate"},
href: "/services#corporate",
},
{ {
label: "Family Law", label: "Family Law", href: "/services#family"},
href: "/services#family",
},
{ {
label: "Real Estate", label: "Real Estate", href: "/services#realestate"},
href: "/services#realestate",
},
{ {
label: "Civil Litigation", label: "Civil Litigation", href: "/services#litigation"},
href: "/services#litigation",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "/about"},
href: "/about",
},
{ {
label: "Our Team", label: "Our Team", href: "/about#team"},
href: "/about#team",
},
{ {
label: "Case Portfolio", label: "Case Portfolio", href: "/portfolio"},
href: "/portfolio",
},
{ {
label: "Blog", label: "Blog", href: "/blog"},
href: "/blog",
},
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ {
label: "Contact Us", label: "Contact Us", href: "/contact"},
href: "/contact",
},
{ {
label: "FAQ", label: "FAQ", href: "/faq"},
href: "/faq",
},
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}