Merge version_1 into main #1
110
src/app/page.tsx
110
src/app/page.tsx
@@ -16,44 +16,41 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Expertise",
|
||||
id: "expertise",
|
||||
},
|
||||
name: "Expertise", id: "expertise"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Deepak Sharma Advocate"
|
||||
button={{ text: "Consult Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="Deepak Sharma Advocate"
|
||||
description="Supreme Court of India legal practitioner. Delivering excellence in tribunal litigation and strategic counsel."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Consultation", href: "#contact"},
|
||||
{
|
||||
text: "View Practice Areas",
|
||||
href: "#expertise",
|
||||
},
|
||||
text: "View Practice Areas", href: "#expertise"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BktVOyLyYULwNdQWX3JRZUug5i/uploaded-1775044963017-q0rnfsmr.jpg"
|
||||
imageAlt="Professional legal office setting"
|
||||
@@ -68,21 +65,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"General Civil Disputes",
|
||||
"Basic Documentation",
|
||||
"Informal Consultation",
|
||||
"Preliminary Legal Scrutiny",
|
||||
"Administrative Filing",
|
||||
],
|
||||
"General Civil Disputes", "Basic Documentation", "Informal Consultation", "Preliminary Legal Scrutiny", "Administrative Filing"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Supreme Court Litigation",
|
||||
"High Court Matters",
|
||||
"Income Tax Appellate Tribunal",
|
||||
"GST Tribunal Representation",
|
||||
"Debt Recovery & Administrative Tribunals",
|
||||
],
|
||||
"Supreme Court Litigation", "High Court Matters", "Income Tax Appellate Tribunal", "GST Tribunal Representation", "Debt Recovery & Administrative Tribunals"],
|
||||
}}
|
||||
title="Legal Expertise"
|
||||
description="Specialized legal representation across major Indian judicial and quasi-judicial forums."
|
||||
@@ -101,30 +88,15 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I schedule a consultation?",
|
||||
content: "You can reach out via the email or phone number provided in our contact section.",
|
||||
},
|
||||
id: "1", title: "How do I schedule a consultation?", content: "You can reach out via the email or phone number provided in our contact section."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you represent cases outside Delhi?",
|
||||
content: "We handle litigation across various national forums and the Supreme Court of India.",
|
||||
},
|
||||
id: "2", title: "Do you represent cases outside Delhi?", content: "We handle litigation across various national forums and the Supreme Court of India."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is your area of specialization?",
|
||||
content: "We specialize in constitutional law, tax tribunals, and administrative dispute resolution.",
|
||||
},
|
||||
id: "3", title: "What is your area of specialization?", content: "We specialize in constitutional law, tax tribunals, and administrative dispute resolution."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How are legal fees structured?",
|
||||
content: "Fees are discussed during the initial consultation based on the complexity of the case.",
|
||||
},
|
||||
id: "4", title: "How are legal fees structured?", content: "Fees are discussed during the initial consultation based on the complexity of the case."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Is my information confidential?",
|
||||
content: "Yes, all attorney-client communications are strictly protected by professional privilege.",
|
||||
},
|
||||
id: "5", title: "Is my information confidential?", content: "Yes, all attorney-client communications are strictly protected by professional privilege."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -135,6 +107,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
members={[]}
|
||||
title="Our Team"
|
||||
description="Dedicated legal professionals."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -142,20 +117,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Discuss Your Legal Case"
|
||||
description="Located at Ch. No. 396, Patiala House Court, New Delhi. Office: 217, D-Mall, Indirapuram, Ghaziabad."
|
||||
buttons={[
|
||||
{
|
||||
text: "Email Advisor",
|
||||
href: "mailto:taxadv.sharma@gmail.com",
|
||||
},
|
||||
text: "Email Advisor", href: "mailto:taxadv.sharma@gmail.com"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919015476182",
|
||||
},
|
||||
text: "Call Now", href: "tel:+919015476182"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -164,33 +134,21 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Practice",
|
||||
items: [
|
||||
title: "Practice", items: [
|
||||
{
|
||||
label: "Supreme Court",
|
||||
href: "#",
|
||||
},
|
||||
label: "Supreme Court", href: "#"},
|
||||
{
|
||||
label: "High Court",
|
||||
href: "#",
|
||||
},
|
||||
label: "High Court", href: "#"},
|
||||
{
|
||||
label: "Tribunals",
|
||||
href: "#",
|
||||
},
|
||||
label: "Tribunals", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user