Merge version_2 into main #1
187
src/app/page.tsx
187
src/app/page.tsx
@@ -31,21 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="EJP Law, P.C."
|
||||
/>
|
||||
@@ -54,61 +48,38 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Professional Business Legal Counsel"
|
||||
description="EJP Law, P.C. provides expert legal services tailored for your business needs. Trusted advisors protecting your interests."
|
||||
buttons={[
|
||||
{
|
||||
text: "Consult Today",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Consult Today", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/clipboard-template-with-business-elements_23-2147986536.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-focused-colleagues-watching-discussing-content-computer-monitor-holding-pen-mouse-talking-while-sitting-meeting-room-with-panoramic-window-business-communication-concept_74855-12034.jpg",
|
||||
alt: "Colleague collaboration",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/two-focused-colleagues-watching-discussing-content-computer-monitor-holding-pen-mouse-talking-while-sitting-meeting-room-with-panoramic-window-business-communication-concept_74855-12034.jpg", alt: "Colleague collaboration"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/clipboard-template-with-business-elements_23-2147986543.jpg",
|
||||
alt: "Business clipboard",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/clipboard-template-with-business-elements_23-2147986543.jpg", alt: "Business clipboard"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/unrecognizable-man-formal-shirt-tie-working-office_1098-20585.jpg",
|
||||
alt: "Professional working",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/unrecognizable-man-formal-shirt-tie-working-office_1098-20585.jpg", alt: "Professional working"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-successful-businessman-workplace_176420-5221.jpg",
|
||||
alt: "Young businessman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-successful-businessman-workplace_176420-5221.jpg", alt: "Young businessman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-businessman-holding-pen_1098-3657.jpg",
|
||||
alt: "Holding a pen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-businessman-holding-pen_1098-3657.jpg", alt: "Holding a pen"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Corporate Law",
|
||||
},
|
||||
type: "text", text: "Corporate Law"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Litigation Support",
|
||||
},
|
||||
type: "text", text: "Litigation Support"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Compliance",
|
||||
},
|
||||
type: "text", text: "Compliance"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Risk Management",
|
||||
},
|
||||
type: "text", text: "Risk Management"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Governance",
|
||||
},
|
||||
type: "text", text: "Governance"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,17 +89,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Dedicated to Your Success",
|
||||
},
|
||||
type: "text", content: "Dedicated to Your Success"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/vintage-style-people-working-office-with-computers_23-2149850982.jpg",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/vintage-style-people-working-office-with-computers_23-2149850982.jpg"},
|
||||
{
|
||||
type: "text",
|
||||
content: "EJP Law, P.C. offers specialized legal strategies to help businesses thrive in complex regulatory environments.",
|
||||
},
|
||||
type: "text", content: "EJP Law, P.C. offers specialized legal strategies to help businesses thrive in complex regulatory environments."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -140,34 +105,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Compliance",
|
||||
title: "Regulatory Compliance",
|
||||
items: [
|
||||
"Business law",
|
||||
"Risk management",
|
||||
"Corporate oversight",
|
||||
],
|
||||
id: "f1", label: "Compliance", title: "Regulatory Compliance", items: [
|
||||
"Business law", "Risk management", "Corporate oversight"],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Contracts",
|
||||
title: "Contractual Disputes",
|
||||
items: [
|
||||
"Negotiations",
|
||||
"Drafting & Review",
|
||||
"Enforcement",
|
||||
],
|
||||
id: "f2", label: "Contracts", title: "Contractual Disputes", items: [
|
||||
"Negotiations", "Drafting & Review", "Enforcement"],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Strategy",
|
||||
title: "Legal Strategy",
|
||||
items: [
|
||||
"Litigation support",
|
||||
"Exit planning",
|
||||
"Governance",
|
||||
],
|
||||
id: "f3", label: "Strategy", title: "Legal Strategy", items: [
|
||||
"Litigation support", "Exit planning", "Governance"],
|
||||
},
|
||||
]}
|
||||
title="Our Legal Services"
|
||||
@@ -183,44 +130,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "CEO",
|
||||
company: "Tech Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
|
||||
id: "1", name: "Sarah Miller", role: "CEO", company: "Tech Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg"},
|
||||
{
|
||||
id: "2", name: "David Chen", role: "CTO", company: "LabCorp", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-latin-businesswoman-smiling-happy-standing-with-arms-crossed-gesture-city_839833-17431.jpg", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chen",
|
||||
role: "CTO",
|
||||
company: "LabCorp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-latin-businesswoman-smiling-happy-standing-with-arms-crossed-gesture-city_839833-17431.jpg",
|
||||
rating: 5,
|
||||
id: "3", name: "Elena Ross", role: "Director", company: "Growth Group", imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Ross",
|
||||
role: "Director",
|
||||
company: "Growth Group",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg",
|
||||
rating: 5,
|
||||
id: "4", name: "Mark Evans", role: "Founder", company: "StartUp HQ", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg", rating: 5,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark Evans",
|
||||
role: "Founder",
|
||||
company: "StartUp HQ",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg",
|
||||
rating: 5,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alice Wong",
|
||||
role: "Manager",
|
||||
company: "Fintech Inc",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg",
|
||||
rating: 5,
|
||||
id: "5", name: "Alice Wong", role: "Manager", company: "Fintech Inc", imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", rating: 5,
|
||||
},
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
@@ -235,20 +157,11 @@ export default function LandingPage() {
|
||||
tag="Trusted results"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
description: "Years of Legal Experience",
|
||||
},
|
||||
id: "m1", value: "15+", description: "Years of Legal Experience"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
description: "Business Cases Resolved",
|
||||
},
|
||||
id: "m2", value: "500+", description: "Business Cases Resolved"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
description: "Client Retention Rate",
|
||||
},
|
||||
id: "m3", value: "98%", description: "Client Retention Rate"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -260,24 +173,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do I schedule a consultation?",
|
||||
content: "Contact us directly via phone or our contact form to arrange a meeting.",
|
||||
},
|
||||
id: "q1", title: "How do I schedule a consultation?", content: "Contact us via phone, email, or our contact form to arrange an initial case review."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What industries do you serve?",
|
||||
content: "We support a wide array of businesses including technology, manufacturing, and finance.",
|
||||
},
|
||||
id: "q2", title: "Do you offer flat-fee billing?", content: "We provide transparent billing options including flat-fee arrangements for specific corporate services."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are initial meetings confidential?",
|
||||
content: "Yes, all consultations are protected by attorney-client privilege.",
|
||||
},
|
||||
id: "q3", title: "How do we ensure confidentiality?", content: "All consultations and case details are strictly protected by attorney-client privilege."},
|
||||
{
|
||||
id: "q4", title: "Do you provide remote services?", content: "Yes, we utilize secure digital platforms to provide seamless legal counsel regardless of your location."},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common concerns regarding business legal proceedings."
|
||||
description="Common queries about our legal approach, billing, and services."
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-lawyer-showing-legal-contract-agreement-with-pen_23-2147898518.jpg"
|
||||
/>
|
||||
@@ -287,16 +193,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Connect With Us"
|
||||
title="Ready for Expert Advice?"
|
||||
description="Schedule a meeting with EJP Law today and take the next step for your business."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact EJP Law",
|
||||
href: "tel:+10000000000",
|
||||
},
|
||||
text: "Contact EJP Law", href: "tel:+10000000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user