Merge version_1 into main #2
@@ -21,88 +21,117 @@ const navItems = [
|
||||
|
||||
const heroMediaItems = [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-business-team-discussing-report-sitting-meeting-table-with-monitor-holding-looking-documents-business-meeting-teamwork-concept_74855-11909.jpg?_wi=1", imageAlt: "Modern law office workspace"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-business-team-discussing-report-sitting-meeting-table-with-monitor-holding-looking-documents-business-meeting-teamwork-concept_74855-11909.jpg", imageAlt: "Modern law office workspace"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-discussing-meeting_1098-641.jpg?_wi=1", imageAlt: "Professional legal team"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-discussing-meeting_1098-641.jpg", imageAlt: "Professional legal team"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-partners-using-laptop-working-with-documents-confident-serious-businesspeople-office-suits-discussing-company-project-together-management-business-partnership-concept_74855-14230.jpg", imageAlt: "Legal consultation meeting"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-partners-using-laptop-working-with-documents-confident-serious-businesspeople-office-suits-discussing-company-project-together-management-business-partnership-concept_74855-14230.jpg", imageAlt: "Legal consultation meeting"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-business-team-discussing-report-sitting-meeting-table-with-monitor-holding-looking-documents-business-meeting-teamwork-concept_74855-11909.jpg?_wi=2", imageAlt: "Law firm interior design"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-business-team-discussing-report-sitting-meeting-table-with-monitor-holding-looking-documents-business-meeting-teamwork-concept_74855-11909.jpg", imageAlt: "Law firm interior design"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-discussing-meeting_1098-641.jpg?_wi=2", imageAlt: "Team collaboration workspace"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-discussing-meeting_1098-641.jpg", imageAlt: "Team collaboration workspace"
|
||||
},
|
||||
];
|
||||
|
||||
const serviceFeatures = [
|
||||
{
|
||||
icon: Briefcase,
|
||||
title: "Corporate Law", description: "Strategic guidance for business formation, mergers, acquisitions, and corporate governance matters."},
|
||||
title: "Corporate Law", description: "Strategic guidance for business formation, mergers, acquisitions, and corporate governance matters."
|
||||
},
|
||||
{
|
||||
icon: Scale,
|
||||
title: "Litigation", description: "Vigorous representation in complex civil and commercial disputes before courts and arbitration panels."},
|
||||
title: "Litigation", description: "Vigorous representation in complex civil and commercial disputes before courts and arbitration panels."
|
||||
},
|
||||
{
|
||||
icon: DollarSign,
|
||||
title: "Tax Law", description: "Expert tax planning and compliance services to minimize liability and optimize financial strategies."},
|
||||
title: "Tax Law", description: "Expert tax planning and compliance services to minimize liability and optimize financial strategies."
|
||||
},
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Family Law", description: "Compassionate guidance through divorce, custody, and estate planning matters with sensitivity and expertise."},
|
||||
title: "Family Law", description: "Compassionate guidance through divorce, custody, and estate planning matters with sensitivity and expertise."
|
||||
},
|
||||
{
|
||||
icon: Home,
|
||||
title: "Real Estate", description: "Complete support for property transactions, contracts, and real estate disputes with legal precision."},
|
||||
title: "Real Estate", description: "Complete support for property transactions, contracts, and real estate disputes with legal precision."
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Intellectual Property", description: "Protection and enforcement of patents, trademarks, copyrights, and proprietary business assets."},
|
||||
title: "Intellectual Property", description: "Protection and enforcement of patents, trademarks, copyrights, and proprietary business assets."
|
||||
},
|
||||
];
|
||||
|
||||
const teamMembers = [
|
||||
{
|
||||
id: "1", name: "Michael Russel", role: "Senior Partner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?_wi=1", imageAlt: "Michael Russel, Senior Partner"},
|
||||
id: "1", name: "Michael Russel", role: "Senior Partner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", imageAlt: "Michael Russel, Senior Partner"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Mitchell", role: "Partner, Litigation", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Sarah Mitchell, Partner"},
|
||||
id: "2", name: "Sarah Mitchell", role: "Partner, Litigation", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Sarah Mitchell, Partner"
|
||||
},
|
||||
{
|
||||
id: "3", name: "James Chen", role: "Corporate Counsel", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?_wi=2", imageAlt: "James Chen, Corporate Counsel"},
|
||||
id: "3", name: "James Chen", role: "Corporate Counsel", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", imageAlt: "James Chen, Corporate Counsel"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Victoria Torres", role: "Family Law Specialist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?_wi=3", imageAlt: "Victoria Torres, Family Law Specialist"},
|
||||
id: "4", name: "Victoria Torres", role: "Family Law Specialist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", imageAlt: "Victoria Torres, Family Law Specialist"
|
||||
},
|
||||
];
|
||||
|
||||
const testimonialsList = [
|
||||
{
|
||||
id: "1", name: "Jennifer Adams", handle: "CEO, TechVenture Inc", testimonial: "Russel&Co provided exceptional guidance through our acquisition process. Their expertise and attention to detail saved us significant time and resources.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "Jennifer Adams"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Jennifer Adams"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Robert Martinez", handle: "Founder, BuildCo", testimonial: "Outstanding legal representation in our commercial dispute. The team's strategic approach and professionalism were instrumental in achieving a favorable outcome.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "Robert Martinez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Robert Martinez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Lisa Park", handle: "Business Owner", testimonial: "Russel&Co made the entire estate planning process seamless and stress-free. I couldn't recommend them more highly to anyone seeking legal counsel.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3", imageAlt: "Lisa Park"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Lisa Park"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Thompson", handle: "Managing Director, Heritage Capital", testimonial: "Their tax optimization strategies resulted in substantial savings for our firm. Truly exceptional service and deep expertise in their field.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=4", imageAlt: "David Thompson"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "David Thompson"
|
||||
},
|
||||
];
|
||||
|
||||
const faqs = [
|
||||
{
|
||||
id: "1", title: "How do you structure your fees?", content: "We offer flexible fee arrangements including hourly rates, flat fees, and contingency-based billing depending on the nature of your case. During your consultation, we'll discuss the most appropriate approach for your situation."},
|
||||
id: "1", title: "How do you structure your fees?", content: "We offer flexible fee arrangements including hourly rates, flat fees, and contingency-based billing depending on the nature of your case. During your consultation, we'll discuss the most appropriate approach for your situation."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What is your typical response time?", content: "We prioritize responsiveness and aim to respond to all inquiries within 24 business hours. For urgent matters, we maintain dedicated support to ensure your concerns are addressed promptly."},
|
||||
id: "2", title: "What is your typical response time?", content: "We prioritize responsiveness and aim to respond to all inquiries within 24 business hours. For urgent matters, we maintain dedicated support to ensure your concerns are addressed promptly."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Do you offer virtual consultations?", content: "Yes, we offer both in-person and virtual consultations to accommodate your schedule and preferences. Our secure video conferencing platform ensures complete confidentiality for all discussions."},
|
||||
id: "3", title: "Do you offer virtual consultations?", content: "Yes, we offer both in-person and virtual consultations to accommodate your schedule and preferences. Our secure video conferencing platform ensures complete confidentiality for all discussions."
|
||||
},
|
||||
{
|
||||
id: "4", title: "What are your areas of specialization?", content: "We specialize in Corporate Law, Litigation, Tax Law, Family Law, Real Estate, and Intellectual Property. Our multi-disciplinary team can handle complex matters requiring expertise across multiple practice areas."},
|
||||
id: "4", title: "What are your areas of specialization?", content: "We specialize in Corporate Law, Litigation, Tax Law, Family Law, Real Estate, and Intellectual Property. Our multi-disciplinary team can handle complex matters requiring expertise across multiple practice areas."
|
||||
},
|
||||
{
|
||||
id: "5", title: "How confidential is the attorney-client relationship?", content: "Complete confidentiality is fundamental to our practice. All communications are protected by attorney-client privilege and we strictly adhere to all professional ethics regulations."},
|
||||
id: "5", title: "How confidential is the attorney-client relationship?", content: "Complete confidentiality is fundamental to our practice. All communications are protected by attorney-client privilege and we strictly adhere to all professional ethics regulations."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Can you represent me in court?", content: "Yes, our experienced litigation team represents clients in courts and arbitration proceedings. We handle everything from trial preparation to appeals with strategic precision."},
|
||||
id: "6", title: "Can you represent me in court?", content: "Yes, our experienced litigation team represents clients in courts and arbitration proceedings. We handle everything from trial preparation to appeals with strategic precision."
|
||||
},
|
||||
];
|
||||
|
||||
const metrics = [
|
||||
{
|
||||
id: "1", value: "25+", description: "Years of dedicated legal practice and client representation"},
|
||||
id: "1", value: "25+", description: "Years of dedicated legal practice and client representation"
|
||||
},
|
||||
{
|
||||
id: "2", value: "500+", description: "Successful cases resolved for satisfied clients across all practice areas"},
|
||||
id: "2", value: "500+", description: "Successful cases resolved for satisfied clients across all practice areas"
|
||||
},
|
||||
{
|
||||
id: "3", value: "98%", description: "Client satisfaction rate reflecting our commitment to excellence"},
|
||||
id: "3", value: "98%", description: "Client satisfaction rate reflecting our commitment to excellence"
|
||||
},
|
||||
{
|
||||
id: "4", value: "$2B+", description: "Total value of transactions and disputes successfully managed"},
|
||||
id: "4", value: "$2B+", description: "Total value of transactions and disputes successfully managed"
|
||||
},
|
||||
];
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -142,7 +171,7 @@ export default function LandingPage() {
|
||||
title="Russel&Co: Committed to Justice"
|
||||
description="For over 25 years, we've been dedicated to delivering exceptional legal representation. Our firm combines deep expertise with a client-first approach, ensuring every matter receives the attention and skill it deserves."
|
||||
tag="About Us"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesspeople-discussing-meeting_1098-641.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesspeople-discussing-meeting_1098-641.jpg"
|
||||
imageAlt="Russel&Co legal team"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Our Practice Areas", href: "services" }]}
|
||||
@@ -166,6 +195,7 @@ export default function LandingPage() {
|
||||
title="Our commitment to excellence is reflected in every case we handle. We take pride in delivering results that matter."
|
||||
tag="Track Record"
|
||||
metrics={metrics}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user