Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
194
src/app/page.tsx
194
src/app/page.tsx
@@ -9,7 +9,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -28,28 +28,13 @@ export default function LandingPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="JurisAI Law"
|
||||
/>
|
||||
@@ -58,15 +43,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Legal Expertise, Available When You Need It"
|
||||
description="Connect with our team instantly through intelligent voice assistance or schedule your consultation in minutes. We combine trusted legal counsel with modern technology to serve you better."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Consultation Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Your Consultation Now", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-office-with-modern-furnishings-tech-generated-by-ai_188544-13764.jpg"
|
||||
/>
|
||||
@@ -77,14 +59,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Technology-Driven Legal Counsel",
|
||||
},
|
||||
type: "text", content: "Technology-Driven Legal Counsel"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop-city-background_53876-104034.jpg",
|
||||
alt: "AI-Integrated Law Firm",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop-city-background_53876-104034.jpg", alt: "AI-Integrated Law Firm"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -96,40 +73,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Divorce & Family Law",
|
||||
subtitle: "Compassionate guidance",
|
||||
category: "Law",
|
||||
value: "Expertise",
|
||||
},
|
||||
id: "1", title: "Divorce & Family Law", subtitle: "Compassionate guidance", category: "Law", value: "Expertise"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Corporate & Business",
|
||||
subtitle: "Strategic compliance",
|
||||
category: "Law",
|
||||
value: "Efficiency",
|
||||
},
|
||||
id: "2", title: "Corporate & Business", subtitle: "Strategic compliance", category: "Law", value: "Efficiency"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Personal Injury",
|
||||
subtitle: "Relentless advocacy",
|
||||
category: "Law",
|
||||
value: "Results",
|
||||
},
|
||||
id: "3", title: "Personal Injury", subtitle: "Relentless advocacy", category: "Law", value: "Results"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Intellectual Property",
|
||||
subtitle: "Innovative protection",
|
||||
category: "Law",
|
||||
value: "Security",
|
||||
},
|
||||
id: "4", title: "Intellectual Property", subtitle: "Innovative protection", category: "Law", value: "Security"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Estate Planning",
|
||||
subtitle: "Future-proof legacy",
|
||||
category: "Law",
|
||||
value: "Clarity",
|
||||
},
|
||||
id: "5", title: "Estate Planning", subtitle: "Future-proof legacy", category: "Law", value: "Clarity"},
|
||||
]}
|
||||
title="Our Legal Services"
|
||||
description="We specialize in protecting your interests with advanced legal tools."
|
||||
@@ -142,20 +94,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is the AI assistant secure?",
|
||||
content: "Yes, we use enterprise-grade encryption for all client data.",
|
||||
},
|
||||
id: "q1", title: "Is the AI assistant secure?", content: "Yes, we use enterprise-grade encryption for all client data."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I schedule appointments 24/7?",
|
||||
content: "Our AI assistant allows you to book consultations at your convenience.",
|
||||
},
|
||||
id: "q2", title: "Can I schedule appointments 24/7?", content: "Our AI assistant allows you to book consultations at your convenience."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Will I speak to a human lawyer?",
|
||||
content: "Yes, the AI streamlines intake, and a lawyer will review your inquiry immediately.",
|
||||
},
|
||||
id: "q3", title: "Will I speak to a human lawyer?", content: "Yes, the AI streamlines intake, and a lawyer will review your inquiry immediately."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-holding-smartphone-with-lighting-control-application_482257-8728.jpg"
|
||||
title="How Our AI Voice Agent Helps"
|
||||
@@ -172,20 +115,11 @@ export default function LandingPage() {
|
||||
tag="Trusted by Thousands"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
description: "Years of Legal Practice",
|
||||
},
|
||||
id: "m1", value: "15+", description: "Years of Legal Practice"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
description: "Client Satisfaction Rate",
|
||||
},
|
||||
id: "m2", value: "98%", description: "Client Satisfaction Rate"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
description: "AI Support Accessibility",
|
||||
},
|
||||
id: "m3", value: "24/7", description: "AI Support Accessibility"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -198,59 +132,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jane Doe",
|
||||
role: "Entrepreneur",
|
||||
company: "GrowthCorp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg",
|
||||
},
|
||||
id: "1", name: "Jane Doe", role: "Entrepreneur", company: "GrowthCorp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Smith",
|
||||
role: "Client",
|
||||
company: "Family Matters",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah Smith", role: "Client", company: "Family Matters", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mark Wilson",
|
||||
role: "Client",
|
||||
company: "Individual",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg",
|
||||
},
|
||||
id: "3", name: "Mark Wilson", role: "Client", company: "Individual", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Paul Brown",
|
||||
role: "Executive",
|
||||
company: "BizInc",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg",
|
||||
},
|
||||
id: "4", name: "Paul Brown", role: "Executive", company: "BizInc", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna Lee",
|
||||
role: "Founder",
|
||||
company: "StartUp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg",
|
||||
},
|
||||
id: "5", name: "Anna Lee", role: "Founder", company: "StartUp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "1000+",
|
||||
label: "Cases Settled",
|
||||
},
|
||||
value: "1000+", label: "Cases Settled"},
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "4.9/5", label: "Average Rating"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Client Privacy",
|
||||
},
|
||||
value: "100%", label: "Client Privacy"},
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Read what our clients say about our technology and legal support."
|
||||
@@ -261,8 +164,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to get started? Contact our firm today for expert advice."
|
||||
/>
|
||||
</div>
|
||||
@@ -272,29 +174,19 @@ export default function LandingPage() {
|
||||
logoText="JurisAI Law"
|
||||
columns={[
|
||||
{
|
||||
title: "Firm",
|
||||
items: [
|
||||
title: "Firm", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -303,4 +195,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user