diff --git a/app/help/page.tsx b/app/help/page.tsx index 5dd39e7..a86e3e8 100644 --- a/app/help/page.tsx +++ b/app/help/page.tsx @@ -172,11 +172,11 @@ export default function HelpPage() { ? "text-yellow-400 fill-yellow-400" : i === fullStars && hasHalfStar ? "text-yellow-400 fill-yellow-400" - : "text-slate-300" + : "text-slate-300 dark:text-slate-600" }`} /> ))} - {rating.toFixed(1)} + {rating.toFixed(1)} ) } @@ -194,15 +194,15 @@ export default function HelpPage() {
-

Find Legal Help

-

Connect with legal aid providers, lawyers, and clinics across India

+

Find Legal Help

+

Connect with legal aid providers, lawyers, and clinics across India

{/* Search and Filters */} -
+
- +
- + @@ -289,8 +289,8 @@ export default function HelpPage() { {provider.name.charAt(0)}
- {provider.name} - + {provider.name} + {provider.type} @@ -303,9 +303,9 @@ export default function HelpPage() {
- +
-

+

{provider.location}, {provider.state}

@@ -313,22 +313,22 @@ export default function HelpPage() { {provider.contact.phone && (
- -

{provider.contact.phone}

+ +

{provider.contact.phone}

)} {provider.contact.email && (
- -

{provider.contact.email}

+ +

{provider.contact.email}

)}
-

Specialization

+

Specialization

{provider.specialization.map((spec, i) => ( @@ -339,13 +339,13 @@ export default function HelpPage() {
-

Languages

-

{provider.languages.join(", ")}

+

Languages

+

{provider.languages.join(", ")}

-

Availability

-

{provider.availability}

+

Availability

+

{provider.availability}

@@ -356,25 +356,25 @@ export default function HelpPage() { )) ) : (
-

No legal help providers found matching your criteria.

-

Try adjusting your search or filters.

+

No legal help providers found matching your criteria.

+

Try adjusting your search or filters.

)}
{/* Additional Information */} -
-

Need Immediate Legal Assistance?

-

+

+

Need Immediate Legal Assistance?

+

If you're facing an emergency legal situation, you can contact the National Legal Services Authority (NALSA) - helpline at 1516 for free legal aid and advice. + helpline at 1516 for free legal aid and advice.

-

- For women in distress, the Women Helpline number is 1091 or{" "} - 181. +

+ For women in distress, the Women Helpline number is 1091 or{" "} + 181.

) -} +} \ No newline at end of file diff --git a/app/page.tsx b/app/page.tsx index a8eedc7..ea2b0dc 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -12,19 +12,19 @@ import { TestimonialCard } from "@/components/testimonial-card" export default function LandingPage() { const features = [ { - icon: , + icon: , title: "AI Legal Chatbot", description: "Get instant answers to your legal questions from our AI-powered chatbot.", link: "/chat", }, { - icon: , + icon: , title: "Case Tracker", description: "Track your legal cases in real-time with updates on status and next steps.", link: "/dashboard", }, { - icon: , + icon: , title: "Legal Rights Visualizer", description: "Understand your legal rights in simple language with interactive visualizations.", link: "/rights", @@ -58,7 +58,7 @@ export default function LandingPage() { return (
{/* Hero Section */} -
+
-

+

Simplifying Legal Access for All Indians

-

+

LegalEase makes the justice system accessible through AI-powered tools, plain language explanations, and personalized guidance.

- -
@@ -99,7 +99,7 @@ export default function LandingPage() { width={500} height={500} alt="Legal assistance illustration" - className="rounded-2xl" + className="rounded-2xl shadow-lg dark:shadow-slate-800/50" />
@@ -107,7 +107,7 @@ export default function LandingPage() {
{/* Mission Statement */} -
+
-

Our Mission

-

+

Our Mission

+

We believe that legal knowledge should be accessible to everyone, not just those who can afford expensive lawyers. LegalEase uses AI and plain language to demystify the legal system, empowering citizens to understand and exercise their rights. @@ -127,12 +127,12 @@ export default function LandingPage() {

{/* Features */} -
+
-

Core Features

-

+

Core Features

+

Powerful tools designed to simplify your legal journey

@@ -146,14 +146,14 @@ export default function LandingPage() { viewport={{ once: true }} transition={{ duration: 0.5, delay: index * 0.1 }} > - + -
{feature.icon}
- {feature.title} - {feature.description} +
{feature.icon}
+ {feature.title} + {feature.description}
-
{/* Testimonials */} -
+
-

What Our Users Say

-

+

What Our Users Say

+

Real stories from people who have used LegalEase to navigate their legal challenges

@@ -195,7 +195,7 @@ export default function LandingPage() {
{/* CTA Section */} -
+
-

+

Ready to Simplify Your Legal Journey?

-

+

Join thousands of Indians who are using LegalEase to understand their rights and navigate the legal system with confidence.

- -
- - No credit card required + + No credit card required
- - Free basic access + + Free basic access
- - Cancel anytime + + Cancel anytime
@@ -243,4 +243,4 @@ export default function LandingPage() {
) -} +} \ No newline at end of file diff --git a/app/rights/page.tsx b/app/rights/page.tsx index 4581e4a..22c5295 100644 --- a/app/rights/page.tsx +++ b/app/rights/page.tsx @@ -245,8 +245,8 @@ export default function RightsPage() {
-

Legal Rights Visualizer

-

Explore your legal rights in simple, easy-to-understand language

+

Legal Rights Visualizer

+

Explore your legal rights in simple, easy-to-understand language

@@ -268,15 +268,15 @@ export default function RightsPage() { > - {category.title} - {category.description} + {category.title} + {category.description} {category.rights.map((right, index) => ( - {right.title} + {right.title}
-

{right.content}

+

{right.content}