diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index f5f744b..7375be2 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -36,9 +36,7 @@ export default function AboutPage() {
brandName="Sterling & Associates"
navItems={navItems}
button={{
- text: "Schedule Consultation",
- href: "#contact",
- }}
+ text: "Schedule Consultation", href: "#contact"}}
/>
@@ -51,17 +49,14 @@ export default function AboutPage() {
description="Sterling & Associates was founded on the principle that every client deserves personalized, high-quality legal representation. Our team of experienced attorneys specializes in corporate law, commercial litigation, family law, estate planning, and real estate transactions. We have successfully represented hundreds of clients and built a reputation for integrity, strategic thinking, and exceptional results."
metrics={[
{
- value: "25+",
- title: "Years of Combined Experience",
- },
+ value: "25+", title: "Years of Combined Experience"},
{
- value: "500+",
- title: "Satisfied Clients Served",
- },
+ value: "500+", title: "Satisfied Clients Served"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/working-accountant_1098-13967.jpg?_wi=4"
+ imageSrc="http://img.b2bpic.net/free-photo/working-accountant_1098-13967.jpg"
imageAlt="Legal team collaboration"
mediaAnimation="slide-up"
+ metricsAnimation="slide-up"
useInvertedBackground={false}
/>
@@ -78,47 +73,19 @@ export default function AboutPage() {
useInvertedBackground={false}
groups={[
{
- id: "partners",
- groupTitle: "Senior Partners",
- members: [
+ id: "partners", groupTitle: "Senior Partners", members: [
{
- id: "1",
- title: "Richard Sterling",
- subtitle: "Founding Partner, Corporate Law",
- detail: "r.sterling@sterlinglaw.com",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-smiling_23-2147985511.jpg?_wi=1",
- imageAlt: "Richard Sterling",
- },
+ id: "1", title: "Richard Sterling", subtitle: "Founding Partner, Corporate Law", detail: "r.sterling@sterlinglaw.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-smiling_23-2147985511.jpg", imageAlt: "Richard Sterling"},
{
- id: "2",
- title: "Patricia Morrison",
- subtitle: "Senior Partner, Litigation",
- detail: "p.morrison@sterlinglaw.com",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-using-tablet_23-2148095693.jpg?_wi=1",
- imageAlt: "Patricia Morrison",
- },
+ id: "2", title: "Patricia Morrison", subtitle: "Senior Partner, Litigation", detail: "p.morrison@sterlinglaw.com", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-using-tablet_23-2148095693.jpg", imageAlt: "Patricia Morrison"},
],
},
{
- id: "associates",
- groupTitle: "Attorneys",
- members: [
+ id: "associates", groupTitle: "Attorneys", members: [
{
- id: "3",
- title: "James Chen",
- subtitle: "Associate Attorney, Real Estate",
- detail: "j.chen@sterlinglaw.com",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095676.jpg?_wi=1",
- imageAlt: "James Chen",
- },
+ id: "3", title: "James Chen", subtitle: "Associate Attorney, Real Estate", detail: "j.chen@sterlinglaw.com", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095676.jpg", imageAlt: "James Chen"},
{
- id: "4",
- title: "Sarah Williams",
- subtitle: "Associate Attorney, Family Law",
- detail: "s.williams@sterlinglaw.com",
- imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg?_wi=1",
- imageAlt: "Sarah Williams",
- },
+ id: "4", title: "Sarah Williams", subtitle: "Associate Attorney, Family Law", detail: "s.williams@sterlinglaw.com", imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", imageAlt: "Sarah Williams"},
],
},
]}
@@ -135,34 +102,22 @@ export default function AboutPage() {
features={[
{
icon: Briefcase,
- title: "Professional Excellence",
- description: "We maintain the highest standards of legal expertise, continuing education, and professional conduct in all our work.",
- },
+ title: "Professional Excellence", description: "We maintain the highest standards of legal expertise, continuing education, and professional conduct in all our work."},
{
icon: Users,
- title: "Client Advocacy",
- description: "Your interests come first. We are passionate advocates dedicated to achieving the best possible outcomes for every client.",
- },
+ title: "Client Advocacy", description: "Your interests come first. We are passionate advocates dedicated to achieving the best possible outcomes for every client."},
{
icon: Zap,
- title: "Strategic Innovation",
- description: "We combine proven legal strategies with forward-thinking approaches to navigate complex legal challenges effectively.",
- },
+ title: "Strategic Innovation", description: "We combine proven legal strategies with forward-thinking approaches to navigate complex legal challenges effectively."},
{
icon: Briefcase,
- title: "Transparent Communication",
- description: "We keep you informed every step of the way with clear, honest communication about your case and legal options.",
- },
+ title: "Transparent Communication", description: "We keep you informed every step of the way with clear, honest communication about your case and legal options."},
{
icon: Users,
- title: "Community Involvement",
- description: "We are committed to giving back through pro bono work, community education, and support for local organizations.",
- },
+ title: "Community Involvement", description: "We are committed to giving back through pro bono work, community education, and support for local organizations."},
{
icon: Zap,
- title: "Ethical Integrity",
- description: "Integrity is fundamental to everything we do. We operate with honesty, transparency, and the highest ethical standards.",
- },
+ title: "Ethical Integrity", description: "Integrity is fundamental to everything we do. We operate with honesty, transparency, and the highest ethical standards."},
]}
animationType="slide-up"
textboxLayout="default"
@@ -174,13 +129,9 @@ export default function AboutPage() {
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1e8bbdb..0345426 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -39,9 +39,7 @@ export default function HomePage() {
brandName="Sterling & Associates"
navItems={navItems}
button={{
- text: "Schedule Consultation",
- href: "#contact",
- }}
+ text: "Schedule Consultation", href: "#contact"}}
/>
@@ -55,49 +53,29 @@ export default function HomePage() {
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-people-working-together_23-2150384848.jpg?_wi=1",
- imageAlt: "Modern law office",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-people-working-together_23-2150384848.jpg", imageAlt: "Modern law office"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/working-accountant_1098-13967.jpg?_wi=1",
- imageAlt: "Legal team collaboration",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/working-accountant_1098-13967.jpg", imageAlt: "Legal team collaboration"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-people-working-together_23-2150384848.jpg?_wi=2",
- imageAlt: "Professional office setting",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-people-working-together_23-2150384848.jpg", imageAlt: "Professional office setting"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-businessman-feeling-sad-while-looking-photo-picture-frame-work_637285-1036.jpg?_wi=1",
- imageAlt: "Law office reception",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-businessman-feeling-sad-while-looking-photo-picture-frame-work_637285-1036.jpg", imageAlt: "Law office reception"},
]}
rightCarouselItems={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-businessman-feeling-sad-while-looking-photo-picture-frame-work_637285-1036.jpg?_wi=2",
- imageAlt: "Office environment",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-businessman-feeling-sad-while-looking-photo-picture-frame-work_637285-1036.jpg", imageAlt: "Office environment"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-people-working-together_23-2150384848.jpg?_wi=3",
- imageAlt: "Legal workspace",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-people-working-together_23-2150384848.jpg", imageAlt: "Legal workspace"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/working-accountant_1098-13967.jpg?_wi=2",
- imageAlt: "Team meeting",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/working-accountant_1098-13967.jpg", imageAlt: "Team meeting"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-people-working-together_23-2150384848.jpg?_wi=4",
- imageAlt: "Professional space",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-people-working-together_23-2150384848.jpg", imageAlt: "Professional space"},
]}
buttons={[
{
- text: "Schedule Consultation",
- href: "#contact",
- },
+ text: "Schedule Consultation", href: "#contact"},
{
- text: "Learn More",
- href: "/about",
- },
+ text: "Learn More", href: "/about"},
]}
buttonAnimation="slide-up"
carouselPosition="right"
@@ -113,17 +91,14 @@ export default function HomePage() {
description="Sterling & Associates was founded on the principle that every client deserves personalized, high-quality legal representation. Our team of experienced attorneys specializes in corporate law, commercial litigation, family law, estate planning, and real estate transactions. We have successfully represented hundreds of clients and built a reputation for integrity, strategic thinking, and exceptional results."
metrics={[
{
- value: "25+",
- title: "Years of Combined Experience",
- },
+ value: "25+", title: "Years of Combined Experience"},
{
- value: "500+",
- title: "Satisfied Clients Served",
- },
+ value: "500+", title: "Satisfied Clients Served"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/working-accountant_1098-13967.jpg?_wi=3"
+ imageSrc="http://img.b2bpic.net/free-photo/working-accountant_1098-13967.jpg"
imageAlt="Legal team collaboration"
mediaAnimation="slide-up"
+ metricsAnimation="slide-up"
useInvertedBackground={false}
/>
@@ -138,34 +113,22 @@ export default function HomePage() {
features={[
{
icon: Gavel,
- title: "Corporate Law",
- description: "Strategic guidance on business formation, mergers, acquisitions, contracts, and corporate governance for businesses of all sizes.",
- },
+ title: "Corporate Law", description: "Strategic guidance on business formation, mergers, acquisitions, contracts, and corporate governance for businesses of all sizes."},
{
icon: BookOpen,
- title: "Commercial Litigation",
- description: "Aggressive representation in complex commercial disputes, contract breaches, and business litigation with proven trial experience.",
- },
+ title: "Commercial Litigation", description: "Aggressive representation in complex commercial disputes, contract breaches, and business litigation with proven trial experience."},
{
icon: Heart,
- title: "Family Law",
- description: "Compassionate counsel for divorce, custody, child support, adoption, and other sensitive family matters.",
- },
+ title: "Family Law", description: "Compassionate counsel for divorce, custody, child support, adoption, and other sensitive family matters."},
{
icon: Home,
- title: "Real Estate",
- description: "Expert guidance on property purchases, sales, lease agreements, and commercial real estate transactions.",
- },
+ title: "Real Estate", description: "Expert guidance on property purchases, sales, lease agreements, and commercial real estate transactions."},
{
icon: DollarSign,
- title: "Estate Planning",
- description: "Comprehensive estate planning services including wills, trusts, probate administration, and asset protection strategies.",
- },
+ title: "Estate Planning", description: "Comprehensive estate planning services including wills, trusts, probate administration, and asset protection strategies."},
{
icon: Scale,
- title: "Intellectual Property",
- description: "Protection and enforcement of trademarks, copyrights, patents, and trade secrets for creative and innovative clients.",
- },
+ title: "Intellectual Property", description: "Protection and enforcement of trademarks, copyrights, patents, and trade secrets for creative and innovative clients."},
]}
animationType="slide-up"
textboxLayout="default"
@@ -180,21 +143,13 @@ export default function HomePage() {
author="Michael Johnson, CEO of TechVentures Inc."
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/portrait-businessman-smiling_23-2147985511.jpg",
- alt: "Michael Johnson",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-businessman-smiling_23-2147985511.jpg", alt: "Michael Johnson"},
{
- src: "http://img.b2bpic.net/free-photo/happy-business-woman-using-tablet_23-2148095693.jpg",
- alt: "Client testimonial",
- },
+ src: "http://img.b2bpic.net/free-photo/happy-business-woman-using-tablet_23-2148095693.jpg", alt: "Client testimonial"},
{
- src: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095676.jpg",
- alt: "Review",
- },
+ src: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095676.jpg", alt: "Review"},
{
- src: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg",
- alt: "Feedback",
- },
+ src: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", alt: "Feedback"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -209,25 +164,13 @@ export default function HomePage() {
tagAnimation="slide-up"
metrics={[
{
- id: "1",
- value: "98%",
- description: "Client satisfaction rate across all practice areas and case types.",
- },
+ id: "1", value: "98%", description: "Client satisfaction rate across all practice areas and case types."},
{
- id: "2",
- value: "2000+",
- description: "Cases successfully resolved with favorable outcomes for our clients.",
- },
+ id: "2", value: "2000+", description: "Cases successfully resolved with favorable outcomes for our clients."},
{
- id: "3",
- value: "$150M",
- description: "Total value recovered and protected for our clients over 25 years.",
- },
+ id: "3", value: "$150M", description: "Total value recovered and protected for our clients over 25 years."},
{
- id: "4",
- value: "15+",
- description: "Awards and recognitions for legal excellence and professional integrity.",
- },
+ id: "4", value: "15+", description: "Awards and recognitions for legal excellence and professional integrity."},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -243,7 +186,7 @@ export default function HomePage() {
description="Contact Sterling & Associates today to schedule a confidential consultation with one of our experienced attorneys. We're here to help you navigate your legal challenges with expertise and care."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
- imageSrc="http://img.b2bpic.net/free-photo/mid-adult-businessman-feeling-sad-while-looking-photo-picture-frame-work_637285-1036.jpg?_wi=3"
+ imageSrc="http://img.b2bpic.net/free-photo/mid-adult-businessman-feeling-sad-while-looking-photo-picture-frame-work_637285-1036.jpg"
imageAlt="Law office contact"
mediaAnimation="slide-up"
inputPlaceholder="Enter your email address"
@@ -256,13 +199,9 @@ export default function HomePage() {