diff --git a/src/app/page.tsx b/src/app/page.tsx index c084300..9c0f804 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -114,30 +72,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - bentoComponent: "reveal-icon", - icon: Shield, - title: "Secure Counsel", - description: "End-to-end encrypted consultations.", - imageSrc: "http://img.b2bpic.net/free-photo/two-businesspeople-working-laptop-caf_23-2147876704.jpg", - imageAlt: "Two businesspeople working on laptop in caf�", - }, - { - bentoComponent: "reveal-icon", - icon: Zap, - title: "Rapid Response", - description: "Immediate attention to your legal needs.", - imageSrc: "http://img.b2bpic.net/free-photo/hands-unrecognizable-man-having-video-call-laptop-applauding_1098-17600.jpg?_wi=2", - imageAlt: "Two businesspeople working on laptop in caf�", - }, - { - bentoComponent: "reveal-icon", - icon: Globe, - title: "Global Reach", - description: "Legal support anywhere in the world.", - imageSrc: "http://img.b2bpic.net/free-photo/satisfied-smiling-businessman-suit-signing-contract-meeting-concept_1163-4653.jpg?_wi=2", - imageAlt: "Two businesspeople working on laptop in caf�", - }, + { bentoComponent: "reveal-icon", icon: Shield, title: "Secure Counsel", description: "End-to-end encrypted consultations." }, + { bentoComponent: "reveal-icon", icon: Zap, title: "Rapid Response", description: "Immediate attention to your legal needs." }, + { bentoComponent: "reveal-icon", icon: Globe, title: "Global Reach", description: "Legal support anywhere in the world." } ]} title="Precision Legal Solutions" description="Comprehensive legal expertise delivered through modern digital frameworks." @@ -150,24 +87,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "m1", - icon: Award, - title: "Success Rate", - value: "98%", - }, - { - id: "m2", - icon: Users, - title: "Clients Served", - value: "1200+", - }, - { - id: "m3", - icon: Clock, - title: "Response Time", - value: "2hrs", - }, + { id: "m1", icon: Award, title: "Success Rate", value: "98%" }, + { id: "m2", icon: Users, title: "Clients Served", value: "1200+" }, + { id: "m3", icon: Clock, title: "Response Time", value: "2hrs" } ]} title="Proven Legal Success" description="Measurable results delivered by our senior legal team." @@ -180,34 +102,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} team={[ - { - id: "t1", - name: "Elena Vance", - role: "Managing Partner", - imageSrc: "http://img.b2bpic.net/free-photo/strong-successful-business-woman-meeting-office-mature-thinking_482257-25794.jpg", - imageAlt: "lawyer professional portrait", - }, - { - id: "t2", - name: "Marcus Thorne", - role: "Lead Attorney", - imageSrc: "http://img.b2bpic.net/free-photo/senior-economist_1098-12644.jpg", - imageAlt: "man lawyer professional", - }, - { - id: "t3", - name: "Sarah Jenkins", - role: "Corporate Counsel", - imageSrc: "http://img.b2bpic.net/free-photo/mature-blonde-business-woman-work_23-2149100289.jpg", - imageAlt: "attorney professional image", - }, - { - id: "t4", - name: "David Miller", - role: "Digital Law Expert", - imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-man-classic-black-suit-white-shirt-with-wireless-earphones-happily-lookingin-camera-with-laptop-hands-while-spending-time-outdoor_574295-5776.jpg", - imageAlt: "legal expert portrait", - }, + { id: "t1", name: "Elena Vance", role: "Managing Partner", imageSrc: "http://img.b2bpic.net/free-photo/strong-successful-business-woman-meeting-office-mature-thinking_482257-25794.jpg", imageAlt: "lawyer professional portrait" }, + { id: "t2", name: "Marcus Thorne", role: "Lead Attorney", imageSrc: "http://img.b2bpic.net/free-photo/senior-economist_1098-12644.jpg", imageAlt: "man lawyer professional" }, + { id: "t3", name: "Sarah Jenkins", role: "Corporate Counsel", imageSrc: "http://img.b2bpic.net/free-photo/mature-blonde-business-woman-work_23-2149100289.jpg", imageAlt: "attorney professional image" }, + { id: "t4", name: "David Miller", role: "Digital Law Expert", imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-man-classic-black-suit-white-shirt-with-wireless-earphones-happily-lookingin-camera-with-laptop-hands-while-spending-time-outdoor_574295-5776.jpg", imageAlt: "legal expert portrait" } ]} title="Meet the Minds Behind the Law" description="Highly qualified attorneys dedicated to your success." @@ -216,52 +114,19 @@ export default function LandingPage() {
@@ -269,21 +134,9 @@ export default function LandingPage() { @@ -324,16 +163,8 @@ export default function LandingPage() { logoText="JurisVirtual" copyrightText="© 2025 JurisVirtual. All rights reserved." socialLinks={[ - { - icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, - { - icon: Linkedin, - href: "#", - ariaLabel: "LinkedIn", - }, + { icon: Twitter, href: "#", ariaLabel: "Twitter" }, + { icon: Linkedin, href: "#", ariaLabel: "LinkedIn" } ]} />