Merge version_1 into main #2
328
src/app/page.tsx
328
src/app/page.tsx
@@ -34,33 +34,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Our Team",
|
||||
id: "team",
|
||||
},
|
||||
name: "Our Team", id: "team"},
|
||||
{
|
||||
name: "Success",
|
||||
id: "success",
|
||||
},
|
||||
name: "Success", id: "success"},
|
||||
{
|
||||
name: "Insights",
|
||||
id: "insights",
|
||||
},
|
||||
name: "Insights", id: "insights"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Goswami Legal & Consultant"
|
||||
/>
|
||||
@@ -69,72 +55,47 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
imagePosition="right"
|
||||
title="Expert Legal & Business Consultancy"
|
||||
description="Your trusted partner for comprehensive legal advice and strategic business solutions. We navigate complexities so you can focus on growth and success."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Consultation", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-business-people-shaking-hands_1262-20997.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-business-people-shaking-hands_1262-20997.jpg"
|
||||
imageAlt="professional legal office modern"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
|
||||
alt: "Portrait of woman smiling in kitchen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", alt: "Portrait of woman smiling in kitchen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-afroamerican-man-smiling_23-2148508920.jpg",
|
||||
alt: "Handsome afroamerican man smiling",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-afroamerican-man-smiling_23-2148508920.jpg", alt: "Handsome afroamerican man smiling"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg",
|
||||
alt: "Portrait of man in black suit",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", alt: "Portrait of man in black suit"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-attractive-afroamerican-man_23-2148508906.jpg",
|
||||
alt: "Portrait of attractive afroamerican man",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-attractive-afroamerican-man_23-2148508906.jpg", alt: "Portrait of attractive afroamerican man"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-young-woman-with-long-hairstyle-cheerful-confident-smile-looking-happy_273609-1876.jpg",
|
||||
alt: "People and lifestyle concept. Young woman with long hairstyle and cheerful confident smile, looking happy",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-young-woman-with-long-hairstyle-cheerful-confident-smile-looking-happy_273609-1876.jpg", alt: "People and lifestyle concept. Young woman with long hairstyle and cheerful confident smile, looking happy"},
|
||||
]}
|
||||
avatarText="Trusted by 150+ Clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Legal Clarity",
|
||||
icon: Briefcase,
|
||||
type: "text-icon", text: "Legal Clarity", icon: Briefcase,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Strategic Growth",
|
||||
icon: TrendingUp,
|
||||
type: "text-icon", text: "Strategic Growth", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Risk Mitigation",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Risk Mitigation", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Business Compliance",
|
||||
icon: Scale,
|
||||
type: "text-icon", text: "Business Compliance", icon: Scale,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Tailored Solutions",
|
||||
icon: Lightbulb,
|
||||
type: "text-icon", text: "Tailored Solutions", icon: Lightbulb,
|
||||
},
|
||||
]}
|
||||
showMarqueeCard={true}
|
||||
@@ -147,11 +108,8 @@ export default function LandingPage() {
|
||||
title="About Goswami Legal & Consultant"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#team",
|
||||
},
|
||||
text: "Our Story", href: "#team"},
|
||||
]}
|
||||
description="At Goswami Legal & Consultant, we combine deep legal expertise with practical business insights to deliver unparalleled service. Our mission is to provide clear, actionable advice that protects your interests, mitigates risks, and fosters your long-term success. We are dedicated to building lasting relationships based on trust and results."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -162,46 +120,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Legal Advisory & Consultation",
|
||||
description: "Receive expert legal guidance on a wide array of matters, from corporate law to dispute resolution, ensuring you make informed decisions.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-isolated-screen-device-used-by-workers-adjusting-server-room-configurations_482257-117886.jpg",
|
||||
imageAlt: "Legal advice digital screen",
|
||||
},
|
||||
title: "Legal Advisory & Consultation", description: "Receive expert legal guidance on a wide array of matters, from corporate law to dispute resolution, ensuring you make informed decisions.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-isolated-screen-device-used-by-workers-adjusting-server-room-configurations_482257-117886.jpg", imageAlt: "Legal advice digital screen"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-his-mobile-phone_53876-30779.jpg",
|
||||
imageAlt: "Secure document management software",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-people-shaking-hands_1262-20997.jpg?_wi=2",
|
||||
imageAlt: "legal advice digital screen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-his-mobile-phone_53876-30779.jpg", imageAlt: "Secure document management software"},
|
||||
},
|
||||
{
|
||||
title: "Contract Drafting & Review",
|
||||
description: "Our team specializes in creating robust contracts and meticulously reviewing existing agreements to protect your interests and minimize liabilities.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-laptop-screen-server-hub-employees-reading-paperwork_482257-122503.jpg",
|
||||
imageAlt: "Legal document drafting software",
|
||||
},
|
||||
title: "Contract Drafting & Review", description: "Our team specializes in creating robust contracts and meticulously reviewing existing agreements to protect your interests and minimize liabilities.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-laptop-screen-server-hub-employees-reading-paperwork_482257-122503.jpg", imageAlt: "Legal document drafting software"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-gadgets-table_1161-103.jpg",
|
||||
imageAlt: "Legal contract database system",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-checking-documents-together-three-focused-professional-workers-holding-papers-signing-statistic-reports-meeting-room-teamwork-business-management-concept_74855-6919.jpg",
|
||||
imageAlt: "legal advice digital screen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-gadgets-table_1161-103.jpg", imageAlt: "Legal contract database system"},
|
||||
},
|
||||
{
|
||||
title: "Regulatory Compliance & Risk Management",
|
||||
description: "Navigate complex regulatory landscapes with confidence. We help businesses achieve and maintain compliance, reducing potential legal exposure.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eye-futuristic-robot_53876-95096.jpg",
|
||||
imageAlt: "Regulatory compliance checklist app",
|
||||
},
|
||||
title: "Regulatory Compliance & Risk Management", description: "Navigate complex regulatory landscapes with confidence. We help businesses achieve and maintain compliance, reducing potential legal exposure.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eye-futuristic-robot_53876-95096.jpg", imageAlt: "Regulatory compliance checklist app"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-using-digital-tablet_1262-2358.jpg?_wi=1",
|
||||
imageAlt: "Data privacy regulation compliance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-with-laptop_1098-14241.jpg?_wi=1",
|
||||
imageAlt: "legal advice digital screen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-using-digital-tablet_1262-2358.jpg", imageAlt: "Data privacy regulation compliance"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -215,27 +149,16 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150+",
|
||||
title: "Clients Served",
|
||||
description: "Trusted by a diverse portfolio of individuals and businesses.",
|
||||
icon: Users,
|
||||
id: "m1", value: "150+", title: "Clients Served", description: "Trusted by a diverse portfolio of individuals and businesses.", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "95%",
|
||||
title: "Success Rate",
|
||||
description: "High resolution rate for legal cases and positive business outcomes.",
|
||||
icon: Award,
|
||||
id: "m2", value: "95%", title: "Success Rate", description: "High resolution rate for legal cases and positive business outcomes.", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10+",
|
||||
title: "Years of Experience",
|
||||
description: "Decades of combined legal and consulting expertise.",
|
||||
icon: CalendarDays,
|
||||
id: "m3", value: "10+", title: "Years of Experience", description: "Decades of combined legal and consulting expertise.", icon: CalendarDays,
|
||||
},
|
||||
]}
|
||||
title="Proven Track Record of Success"
|
||||
@@ -251,26 +174,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ananya Goswami",
|
||||
role: "Founding Partner & Lead Attorney",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-using-digital-tablet_1262-2358.jpg?_wi=2",
|
||||
imageAlt: "Ananya Goswami",
|
||||
},
|
||||
id: "t1", name: "Ananya Goswami", role: "Founding Partner & Lead Attorney", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-using-digital-tablet_1262-2358.jpg", imageAlt: "Ananya Goswami"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Rajesh Sharma",
|
||||
role: "Senior Business Consultant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-with-laptop_1098-14241.jpg?_wi=2",
|
||||
imageAlt: "Rajesh Sharma",
|
||||
},
|
||||
id: "t2", name: "Rajesh Sharma", role: "Senior Business Consultant", imageSrc: "http://img.b2bpic.net/free-photo/working-with-laptop_1098-14241.jpg", imageAlt: "Rajesh Sharma"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Priya Singh",
|
||||
role: "Legal Associate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-using-tablet_23-2148095683.jpg",
|
||||
imageAlt: "Priya Singh",
|
||||
},
|
||||
id: "t3", name: "Priya Singh", role: "Legal Associate", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-using-tablet_23-2148095683.jpg", imageAlt: "Priya Singh"},
|
||||
]}
|
||||
title="Meet Our Dedicated Team"
|
||||
description="Our team of seasoned legal and business professionals is committed to providing personalized and effective solutions tailored to your unique needs."
|
||||
@@ -283,65 +191,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "test1",
|
||||
name: "Amit Patel",
|
||||
date: "March 2024",
|
||||
title: "Exceptional Legal Guidance",
|
||||
quote: "Goswami Legal provided invaluable advice for our startup. Their clear, concise guidance helped us navigate complex legal waters with ease. Highly recommend!",
|
||||
tag: "Startup Founder",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-man-using-tablet-street-cafe_1262-19056.jpg",
|
||||
avatarAlt: "Amit Patel avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-ai-tech-agency-workspace-providing-custom-software-development-services_482257-120228.jpg",
|
||||
imageAlt: "Modern office interior",
|
||||
},
|
||||
id: "test1", name: "Amit Patel", date: "March 2024", title: "Exceptional Legal Guidance", quote: "Goswami Legal provided invaluable advice for our startup. Their clear, concise guidance helped us navigate complex legal waters with ease. Highly recommend!", tag: "Startup Founder", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-man-using-tablet-street-cafe_1262-19056.jpg", avatarAlt: "Amit Patel avatar", imageSrc: "http://img.b2bpic.net/free-photo/empty-ai-tech-agency-workspace-providing-custom-software-development-services_482257-120228.jpg", imageAlt: "Modern office interior"},
|
||||
{
|
||||
id: "test2",
|
||||
name: "Dr. Kavita Rao",
|
||||
date: "February 2024",
|
||||
title: "Strategic Business Solutions",
|
||||
quote: "Their business consulting transformed our operational efficiency. The team's insights were profound and immediately actionable, leading to significant growth.",
|
||||
tag: "Healthcare CEO",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-female-wearing-polo-shirt-rectangular-glasses-smiling-happily-while-posing-isolated_273609-1875.jpg",
|
||||
avatarAlt: "Dr. Kavita Rao avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-legally-binding-document-white-surface_181624-41962.jpg",
|
||||
imageAlt: "Legal document contract papers",
|
||||
},
|
||||
id: "test2", name: "Dr. Kavita Rao", date: "February 2024", title: "Strategic Business Solutions", quote: "Their business consulting transformed our operational efficiency. The team's insights were profound and immediately actionable, leading to significant growth.", tag: "Healthcare CEO", avatarSrc: "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-female-wearing-polo-shirt-rectangular-glasses-smiling-happily-while-posing-isolated_273609-1875.jpg", avatarAlt: "Dr. Kavita Rao avatar", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-legally-binding-document-white-surface_181624-41962.jpg", imageAlt: "Legal document contract papers"},
|
||||
{
|
||||
id: "test3",
|
||||
name: "Sanjay Kapoor",
|
||||
date: "January 2024",
|
||||
title: "Reliable & Trustworthy",
|
||||
quote: "We've relied on Goswami for years for all our legal needs. Their team is consistently professional, knowledgeable, and genuinely cares about our success.",
|
||||
tag: "Real Estate Developer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-attractive-senior-gentleman-with-bald-head-gray-beard-posing-isolated-wearing-black-jacket-white-shirt-having-confident-look-grinning_343059-2305.jpg",
|
||||
avatarAlt: "Sanjay Kapoor avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-office_23-2149332989.jpg",
|
||||
imageAlt: "Legal consultation meeting",
|
||||
},
|
||||
id: "test3", name: "Sanjay Kapoor", date: "January 2024", title: "Reliable & Trustworthy", quote: "We've relied on Goswami for years for all our legal needs. Their team is consistently professional, knowledgeable, and genuinely cares about our success.", tag: "Real Estate Developer", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-attractive-senior-gentleman-with-bald-head-gray-beard-posing-isolated-wearing-black-jacket-white-shirt-having-confident-look-grinning_343059-2305.jpg", avatarAlt: "Sanjay Kapoor avatar", imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-office_23-2149332989.jpg", imageAlt: "Legal consultation meeting"},
|
||||
{
|
||||
id: "test4",
|
||||
name: "Meera Joshi",
|
||||
date: "December 2023",
|
||||
title: "Seamless Regulatory Compliance",
|
||||
quote: "Navigating compliance was a headache until we partnered with Goswami. They made the entire process smooth and understandable, keeping us fully compliant.",
|
||||
tag: "Tech Lead",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-with-notebook-holding-her-diary-planner-sitting-office_1258-194721.jpg",
|
||||
avatarAlt: "Meera Joshi avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skyscrapers-high-buildings-new-york-downtown-usa_1268-19552.jpg",
|
||||
imageAlt: "City skyline modern architecture",
|
||||
},
|
||||
id: "test4", name: "Meera Joshi", date: "December 2023", title: "Seamless Regulatory Compliance", quote: "Navigating compliance was a headache until we partnered with Goswami. They made the entire process smooth and understandable, keeping us fully compliant.", tag: "Tech Lead", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-with-notebook-holding-her-diary-planner-sitting-office_1258-194721.jpg", avatarAlt: "Meera Joshi avatar", imageSrc: "http://img.b2bpic.net/free-photo/skyscrapers-high-buildings-new-york-downtown-usa_1268-19552.jpg", imageAlt: "City skyline modern architecture"},
|
||||
{
|
||||
id: "test5",
|
||||
name: "Vikram Singh",
|
||||
date: "November 2023",
|
||||
title: "Prompt & Effective Resolution",
|
||||
quote: "Facing a difficult legal dispute, Goswami Legal provided swift and effective resolution. Their expertise saved us time and resources. Highly satisfied!",
|
||||
tag: "Business Owner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-looking-man_23-2148448867.jpg",
|
||||
avatarAlt: "Vikram Singh avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-person-reading-arabic-book_181624-24414.jpg",
|
||||
imageAlt: "Legal library books",
|
||||
},
|
||||
id: "test5", name: "Vikram Singh", date: "November 2023", title: "Prompt & Effective Resolution", quote: "Facing a difficult legal dispute, Goswami Legal provided swift and effective resolution. Their expertise saved us time and resources. Highly satisfied!", tag: "Business Owner", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-looking-man_23-2148448867.jpg", avatarAlt: "Vikram Singh avatar", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-person-reading-arabic-book_181624-24414.jpg", imageAlt: "Legal library books"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear directly from clients who have experienced the difference of working with Goswami Legal & Consultant."
|
||||
@@ -353,28 +211,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What types of legal services do you offer?",
|
||||
content: "We offer a broad range of legal services including corporate law, contract drafting and review, regulatory compliance, intellectual property, and dispute resolution. We cater to individuals, startups, and established businesses.",
|
||||
},
|
||||
id: "q1", title: "What types of legal services do you offer?", content: "We offer a broad range of legal services including corporate law, contract drafting and review, regulatory compliance, intellectual property, and dispute resolution. We cater to individuals, startups, and established businesses."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How do I schedule a consultation?",
|
||||
content: "You can schedule a consultation by filling out the contact form on our website, calling our office directly, or sending an email. We aim to respond within one business day to arrange a convenient time.",
|
||||
},
|
||||
id: "q2", title: "How do I schedule a consultation?", content: "You can schedule a consultation by filling out the contact form on our website, calling our office directly, or sending an email. We aim to respond within one business day to arrange a convenient time."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What makes Goswami Legal & Consultant different?",
|
||||
content: "Our unique blend of deep legal knowledge with practical business consulting insights allows us to provide holistic solutions. We focus on proactive strategies and clear communication to empower our clients.",
|
||||
},
|
||||
id: "q3", title: "What makes Goswami Legal & Consultant different?", content: "Our unique blend of deep legal knowledge with practical business consulting insights allows us to provide holistic solutions. We focus on proactive strategies and clear communication to empower our clients."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find quick answers to common questions about our services, processes, and how we can support your legal and business objectives."
|
||||
buttons={[
|
||||
{
|
||||
text: "View All FAQs",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "View All FAQs", href: "#contact"},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
@@ -391,38 +238,11 @@ export default function LandingPage() {
|
||||
description="Stay informed with our latest articles on legal developments, business trends, and expert advice to help you navigate complexities."
|
||||
blogs={[
|
||||
{
|
||||
id: "blog1",
|
||||
category: "Corporate Law",
|
||||
title: "The Essentials of a Strong Founder Agreement",
|
||||
excerpt: "A well-drafted founder agreement is critical for any startup. Learn what key clauses you need to protect your interests and ensure a smooth journey.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/justice-scales-dark-setting_23-2151998176.jpg",
|
||||
imageAlt: "Legal scales and law books",
|
||||
authorName: "Ananya Goswami",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg",
|
||||
date: "April 15, 2024",
|
||||
},
|
||||
id: "blog1", category: "Corporate Law", title: "The Essentials of a Strong Founder Agreement", excerpt: "A well-drafted founder agreement is critical for any startup. Learn what key clauses you need to protect your interests and ensure a smooth journey.", imageSrc: "http://img.b2bpic.net/free-photo/justice-scales-dark-setting_23-2151998176.jpg", imageAlt: "Legal scales and law books", authorName: "Ananya Goswami", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg", date: "April 15, 2024"},
|
||||
{
|
||||
id: "blog2",
|
||||
category: "Business Strategy",
|
||||
title: "Navigating Regulatory Changes in the Digital Age",
|
||||
excerpt: "Regulatory landscapes are constantly evolving. This article explores strategies for businesses to stay compliant and agile in a fast-paced digital world.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-looking-two-senior-businessman-shaking-hands_23-2147923427.jpg",
|
||||
imageAlt: "Contract document signing",
|
||||
authorName: "Rajesh Sharma",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-shot-successful-beautiful-confident-senior-businesswoman-her-fifties-with-gray-hair-blue-wise-eyes-posing-indoors-keeping-arms-folded-looking-with-charming-smile_344912-1851.jpg",
|
||||
date: "April 10, 2024",
|
||||
},
|
||||
id: "blog2", category: "Business Strategy", title: "Navigating Regulatory Changes in the Digital Age", excerpt: "Regulatory landscapes are constantly evolving. This article explores strategies for businesses to stay compliant and agile in a fast-paced digital world.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-looking-two-senior-businessman-shaking-hands_23-2147923427.jpg", imageAlt: "Contract document signing", authorName: "Rajesh Sharma", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-shot-successful-beautiful-confident-senior-businesswoman-her-fifties-with-gray-hair-blue-wise-eyes-posing-indoors-keeping-arms-folded-looking-with-charming-smile_344912-1851.jpg", date: "April 10, 2024"},
|
||||
{
|
||||
id: "blog3",
|
||||
category: "Intellectual Property",
|
||||
title: "Protecting Your Brand: A Guide to Trademark Registration",
|
||||
excerpt: "Your brand is one of your most valuable assets. Discover the steps involved in trademark registration and why it's crucial for long-term protection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-discussing-bookkeeping-report-working-late-night-bureaucracy-record-storage-room-diverse-depository-workers-analyzing-administrative-documents-discovering-accountancy-files_482257-71607.jpg",
|
||||
imageAlt: "Global business strategy map",
|
||||
authorName: "Priya Singh",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg",
|
||||
date: "April 5, 2024",
|
||||
},
|
||||
id: "blog3", category: "Intellectual Property", title: "Protecting Your Brand: A Guide to Trademark Registration", excerpt: "Your brand is one of your most valuable assets. Discover the steps involved in trademark registration and why it's crucial for long-term protection.", imageSrc: "http://img.b2bpic.net/free-photo/team-discussing-bookkeeping-report-working-late-night-bureaucracy-record-storage-room-diverse-depository-workers-analyzing-administrative-documents-discovering-accountancy-files_482257-71607.jpg", imageAlt: "Global business strategy map", authorName: "Priya Singh", authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg", date: "April 5, 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -431,16 +251,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Ready to Discuss Your Needs?"
|
||||
description="Schedule a confidential consultation with our experts today. We're here to help you navigate your challenges and achieve your legal and business goals."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Consultation",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book a Consultation", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -450,50 +267,31 @@ export default function LandingPage() {
|
||||
logoText="Goswami Legal & Consultant"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Legal Advisory",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Legal Advisory", href: "#services"},
|
||||
{
|
||||
label: "Contract Management",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Contract Management", href: "#services"},
|
||||
{
|
||||
label: "Compliance",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Compliance", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Our Team", href: "#team"},
|
||||
{
|
||||
label: "Insights",
|
||||
href: "#insights",
|
||||
},
|
||||
label: "Insights", href: "#insights"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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