Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-11 22:45:16 +00:00

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Practice Areas",
id: "features",
},
name: "Practice Areas", id: "features"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Levidow & Oberman"
/>
@@ -53,69 +45,47 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Law Offices of Levidow & Oberman"
description="Dedicated to protecting your rights and securing the compensation you deserve. Trusted legal representation in workers compensation and civil matters."
buttons={[
{
text: "Free Consultation",
href: "#contact",
},
text: "Free Consultation", href: "#contact"},
{
text: "Call Now",
href: "tel:+12129643290",
},
text: "Call Now", href: "tel:+12129643290"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/judges-gavel-book-wooden-table-law-justice-concept-background_1150-9095.jpg",
imageAlt: "modern law firm interior dark office",
},
imageSrc: "http://img.b2bpic.net/free-photo/judges-gavel-book-wooden-table-law-justice-concept-background_1150-9095.jpg", imageAlt: "modern law firm interior dark office"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businesswoman-s-hand-using-laptop-wooden-desk_23-2147970878.jpg",
imageAlt: "modern law firm interior dark office",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businesswoman-s-hand-using-laptop-wooden-desk_23-2147970878.jpg", imageAlt: "modern law firm interior dark office"},
{
imageSrc: "http://img.b2bpic.net/free-photo/wooden-judges-gavel-table-courtroom-enforcement-office_1150-19608.jpg",
imageAlt: "modern law firm interior dark office",
},
imageSrc: "http://img.b2bpic.net/free-photo/wooden-judges-gavel-table-courtroom-enforcement-office_1150-19608.jpg", imageAlt: "modern law firm interior dark office"},
{
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-people-city_23-2149211270.jpg",
imageAlt: "modern law firm interior dark office",
},
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-people-city_23-2149211270.jpg", imageAlt: "modern law firm interior dark office"},
{
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-mobile-phone-coffee-break_1163-5510.jpg",
imageAlt: "modern law firm interior dark office",
},
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-mobile-phone-coffee-break_1163-5510.jpg", imageAlt: "modern law firm interior dark office"},
{
imageSrc: "http://img.b2bpic.net/free-photo/office-desk-still-life_23-2148111384.jpg",
imageAlt: "modern law firm interior dark office",
},
imageSrc: "http://img.b2bpic.net/free-photo/office-desk-still-life_23-2148111384.jpg", imageAlt: "modern law firm interior dark office"},
]}
/>
</div>
<div id="features" data-section="features">
<FeatureBorderGlow
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
icon: Briefcase,
title: "Workers Compensation",
description: "Expert guidance for workplace injury claims.",
},
title: "Workers Compensation", description: "Expert guidance for workplace injury claims."},
{
icon: Scale,
title: "Civil Litigation",
description: "Representation in civil and legal matters.",
},
title: "Civil Litigation", description: "Representation in civil and legal matters."},
{
icon: AlertTriangle,
title: "Personal Injury",
description: "Fighting for your rights in injury cases.",
},
title: "Personal Injury", description: "Fighting for your rights in injury cases."},
]}
title="Practice Areas"
description="Expert legal guidance tailored to your case, ensuring maximum compensation and protection."
@@ -124,49 +94,25 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="blur-reveal"
textboxLayout="split-description"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Patrick Mills",
handle: "@client",
testimonial: "Received my award over 16 years ago and they still check in to ensure everything runs smoothly.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/two-brutal-bearded-men-suits-black-rejoice-businessmen-with-laptop-made-deal_343596-7342.jpg",
},
id: "1", name: "Patrick Mills", handle: "@client", testimonial: "Received my award over 16 years ago and they still check in to ensure everything runs smoothly.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/two-brutal-bearded-men-suits-black-rejoice-businessmen-with-laptop-made-deal_343596-7342.jpg"},
{
id: "2",
name: "A G",
handle: "@client",
testimonial: "Very good compensation lawyers. I recommend 100%.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg",
},
id: "2", name: "A G", handle: "@client", testimonial: "Very good compensation lawyers. I recommend 100%.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg"},
{
id: "3",
name: "Carl Wolff",
handle: "@client",
testimonial: "Don't go with the rest—use the best. They got your back.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg",
},
id: "3", name: "Carl Wolff", handle: "@client", testimonial: "Don't go with the rest—use the best. They got your back.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg"},
{
id: "4",
name: "Sarah J",
handle: "@client",
testimonial: "Professional, efficient, and deeply dedicated to their clients.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting_23-2149370606.jpg",
},
id: "4", name: "Sarah J", handle: "@client", testimonial: "Professional, efficient, and deeply dedicated to their clients.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting_23-2149370606.jpg"},
{
id: "5",
name: "David K",
handle: "@client",
testimonial: "Highly recommended for any legal disputes. Very satisfied.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg",
},
id: "5", name: "David K", handle: "@client", testimonial: "Highly recommended for any legal disputes. Very satisfied.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg"},
]}
showRating={true}
title="Client Testimonials"
@@ -183,30 +129,15 @@ export default function LandingPage() {
faqsAnimation="blur-reveal"
faqs={[
{
id: "q1",
title: "What do I do if I am injured at work?",
content: "Report the injury to your employer immediately and seek medical attention. Then contact our office for a free consultation to ensure your claim is filed correctly.",
},
id: "q1", title: "What do I do if I am injured at work?", content: "Report the injury to your employer immediately and seek medical attention. Then contact our office for a free consultation to ensure your claim is filed correctly."},
{
id: "q2",
title: "Do I have to pay for a consultation?",
content: "No, our initial consultation is completely free. We work on a contingency basis, meaning no fees unless we recover compensation for you.",
},
id: "q2", title: "Do I have to pay for a consultation?", content: "No, our initial consultation is completely free. We work on a contingency basis, meaning no fees unless we recover compensation for you."},
{
id: "q3",
title: "How long do I have to file a claim?",
content: "Time limits vary based on the type of injury and jurisdiction. It is critical to contact an attorney promptly to protect your legal rights.",
},
id: "q3", title: "How long do I have to file a claim?", content: "Time limits vary based on the type of injury and jurisdiction. It is critical to contact an attorney promptly to protect your legal rights."},
{
id: "q4",
title: "Are your consultations confidential?",
content: "Yes, all consultations are protected by attorney-client privilege. Your information remains strictly confidential.",
},
id: "q4", title: "Are your consultations confidential?", content: "Yes, all consultations are protected by attorney-client privilege. Your information remains strictly confidential."},
{
id: "q5",
title: "How long will my case take?",
content: "Every case is unique. We work efficiently to resolve your claim as quickly as possible while ensuring you receive the maximum compensation you deserve.",
},
id: "q5", title: "How long will my case take?", content: "Every case is unique. We work efficiently to resolve your claim as quickly as possible while ensuring you receive the maximum compensation you deserve."},
]}
/>
</div>
@@ -215,16 +146,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Let's Talk"
title="Get the Representation You Deserve"
description="Speak with an experienced attorney today. No upfront fees. No risk."
buttons={[
{
text: "Schedule Free Consultation",
href: "#",
},
text: "Schedule Free Consultation", href: "#"},
]}
/>
</div>
@@ -233,13 +161,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Levidow & Oberman"
leftLink={{
text: "299 Broadway, New York, NY 10007",
href: "#",
}}
text: "299 Broadway, New York, NY 10007", href: "#"}}
rightLink={{
text: "+1 212-964-3290",
href: "tel:+12129643290",
}}
text: "+1 212-964-3290", href: "tel:+12129643290"}}
/>
</div>
</ReactLenis>