Merge version_1 into main #1
206
src/app/page.tsx
206
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "practice-areas",
|
||||
},
|
||||
{
|
||||
name: "Team",
|
||||
id: "team",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "practice-areas" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="PM Dube Attorneys"
|
||||
/>
|
||||
@@ -55,17 +43,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Trusted Legal Counsel for Your Business"
|
||||
description="PM Dube Attorneys delivers strategic solutions in corporate law, litigation, and compliance. Protect your interests with experienced legal guidance."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Your Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Schedule Your Consultation", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-financial-department-office-used-financial-analysis_482257-83065.jpg"
|
||||
imageAlt="Professional Law Office Desk"
|
||||
/>
|
||||
@@ -77,24 +58,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: CheckCircle,
|
||||
title: "Successful Cases",
|
||||
value: "500+",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Award,
|
||||
title: "Years Experience",
|
||||
value: "20+",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Shield,
|
||||
title: "Happy Clients",
|
||||
value: "350+",
|
||||
},
|
||||
{ id: "m1", icon: CheckCircle, title: "Successful Cases", value: "500+" },
|
||||
{ id: "m2", icon: Award, title: "Years Experience", value: "20+" },
|
||||
{ id: "m3", icon: Shield, title: "Happy Clients", value: "350+" },
|
||||
]}
|
||||
title="Our Track Record"
|
||||
description="We measure our success by the stability and growth of your business."
|
||||
@@ -107,21 +73,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Briefcase,
|
||||
title: "Corporate Law",
|
||||
description: "Strategic advisory and regulatory support for emerging and established enterprises.",
|
||||
},
|
||||
{
|
||||
icon: Scale,
|
||||
title: "Litigation",
|
||||
description: "Resolute advocacy in complex civil and commercial litigation matters.",
|
||||
},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Compliance",
|
||||
description: "Ensuring your business operations meet all legal requirements and standards.",
|
||||
},
|
||||
{ icon: Briefcase, title: "Corporate Law", description: "Strategic advisory and regulatory support for emerging and established enterprises." },
|
||||
{ icon: Scale, title: "Litigation", description: "Resolute advocacy in complex civil and commercial litigation matters." },
|
||||
{ icon: ShieldCheck, title: "Compliance", description: "Ensuring your business operations meet all legal requirements and standards." },
|
||||
]}
|
||||
title="Practice Areas"
|
||||
description="Comprehensive legal expertise for complex business environments."
|
||||
@@ -135,24 +89,9 @@ export default function LandingPage() {
|
||||
tag="Leadership"
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "PM Dube",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-mature-businessman-formal-suit-glasses-standing-by-office-glass-wall-looking-away-copy-space-business-portrait-concept_74855-14255.jpg",
|
||||
imageAlt: "PM Dube",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-glasses-front-glass-building_23-2147704438.jpg",
|
||||
imageAlt: "Sarah Miller",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "John Doe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-team-leader-looking-camera-group-corporate-meeting_1163-3920.jpg",
|
||||
imageAlt: "John Doe",
|
||||
},
|
||||
{ id: "t1", name: "PM Dube", imageSrc: "http://img.b2bpic.net/free-photo/pensive-mature-businessman-formal-suit-glasses-standing-by-office-glass-wall-looking-away-copy-space-business-portrait-concept_74855-14255.jpg", imageAlt: "PM Dube" },
|
||||
{ id: "t2", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-glasses-front-glass-building_23-2147704438.jpg", imageAlt: "Sarah Miller" },
|
||||
{ id: "t3", name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/smiling-team-leader-looking-camera-group-corporate-meeting_1163-3920.jpg", imageAlt: "John Doe" },
|
||||
]}
|
||||
memberVariant="card"
|
||||
/>
|
||||
@@ -162,48 +101,14 @@ export default function LandingPage() {
|
||||
<TestimonialCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO",
|
||||
company: "TechCorp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "CTO",
|
||||
company: "InnovateLab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-business-man-suit-office_1303-21175.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Director",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Manager",
|
||||
company: "StartupXYZ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-shaking-hands-with-her-female-patient-while-meeting-clinic-focus-is-happy-woman_637285-1785.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jane Smith",
|
||||
role: "Director",
|
||||
company: "LogiCorp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg" },
|
||||
{ id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-business-man-suit-office_1303-21175.jpg" },
|
||||
{ id: "3", name: "Emily Rodriguez", role: "Director", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg" },
|
||||
{ id: "4", name: "David Kim", role: "Manager", company: "StartupXYZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-shaking-hands-with-her-female-patient-while-meeting-clinic-focus-is-happy-woman_637285-1785.jpg" },
|
||||
{ id: "5", name: "Jane Smith", role: "Director", company: "LogiCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg" },
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Building lasting relationships through trust and expertise."
|
||||
@@ -214,15 +119,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Alpha Solutions",
|
||||
"Beta Group",
|
||||
"Gamma Corp",
|
||||
"Delta Tech",
|
||||
"Epsilon Industry",
|
||||
"Zeta Systems",
|
||||
"Eta Ventures",
|
||||
]}
|
||||
names={["Alpha Solutions", "Beta Group", "Gamma Corp", "Delta Tech", "Epsilon Industry", "Zeta Systems", "Eta Ventures"]}
|
||||
title="Clients We Serve"
|
||||
description="Proud to work with leaders across multiple industries."
|
||||
/>
|
||||
@@ -233,21 +130,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I schedule a consultation?",
|
||||
content: "You can reach out through our contact form or call us directly to book a session.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What is your approach to litigation?",
|
||||
content: "We prioritize strategic resolution and settlement, but are fully prepared to litigate firmly when needed.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are your fee structures transparent?",
|
||||
content: "Yes, we prioritize fee transparency and discuss costs clearly before commencing any work.",
|
||||
},
|
||||
{ id: "f1", title: "How do I schedule a consultation?", content: "You can reach out through our contact form or call us directly to book a session." },
|
||||
{ id: "f2", title: "What is your approach to litigation?", content: "We prioritize strategic resolution and settlement, but are fully prepared to litigate firmly when needed." },
|
||||
{ id: "f3", title: "Are your fee structures transparent?", content: "Yes, we prioritize fee transparency and discuss costs clearly before commencing any work." },
|
||||
]}
|
||||
title="Legal FAQs"
|
||||
description="Answers to common questions about our legal services."
|
||||
@@ -258,18 +143,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Contact Us"
|
||||
title="Start Your Legal Journey Today"
|
||||
description="Ready to discuss your legal needs? Get in touch with our team of professionals."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -278,34 +156,16 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#practice-areas",
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#team",
|
||||
},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
{ label: "Services", href: "#practice-areas" },
|
||||
{ label: "About Us", href: "#team" },
|
||||
{ label: "FAQs", href: "#faq" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Use",
|
||||
href: "#",
|
||||
},
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Use", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user