Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-12 16:00:38 +00:00
4 changed files with 58 additions and 19 deletions

View File

@@ -107,7 +107,7 @@ export default function ContactPage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/positive-business-colleagues-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-business-communication-concept_74855-11908.jpg"
imageSrc="http://img.b2bpic.net/free-photo/positive-business-colleagues-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-business-communication-concept_74855-11908.jpg?_wi=3"
imageAlt="financial consultation meeting professional"
mediaPosition="right"
mediaAnimation="blur-reveal"

View File

@@ -98,7 +98,7 @@ export default function ForChartereredAccountantsPage() {
icon: BarChart3,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/serious-business-colleagues-with-computer-documents_74855-1229.jpg"
imageSrc="http://img.b2bpic.net/free-photo/serious-business-colleagues-with-computer-documents_74855-1229.jpg?_wi=2"
imageAlt="Professional CA practice growth"
imagePosition="right"
mediaAnimation="blur-reveal"
@@ -120,7 +120,7 @@ export default function ForChartereredAccountantsPage() {
title: "Access to Vetted Clients",
subtitle: "Build your client base efficiently",
description: "Receive pre-qualified client requests matched to your expertise, location, and service offerings. Focus on serving clients instead of chasing leads.",
imageSrc: "http://img.b2bpic.net/free-photo/data-center-engineer-greeting-colleague-examining-system-diagnostics-paperwork_482257-120629.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/data-center-engineer-greeting-colleague-examining-system-diagnostics-paperwork_482257-120629.jpg?_wi=2",
imageAlt: "Client matching system",
},
{
@@ -129,7 +129,7 @@ export default function ForChartereredAccountantsPage() {
title: "Integrated Practice Management",
subtitle: "Streamline your operations",
description: "Manage client communication, document uploads, compliance deadlines, and payment receipts all in one secure platform. Reduce administrative overhead and focus on advisory work.",
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-working-desk_273609-12805.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-working-desk_273609-12805.jpg?_wi=2",
imageAlt: "Practice management dashboard",
},
{
@@ -138,7 +138,7 @@ export default function ForChartereredAccountantsPage() {
title: "Data-Driven Business Insights",
subtitle: "Optimize your practice performance",
description: "Analyze client satisfaction metrics, track service delivery efficiency, and identify growth opportunities. Use data to refine your service offerings and improve profitability.",
imageSrc: "http://img.b2bpic.net/free-photo/teleworker-home-office-gathering-information-from-internet-seminar_482257-119301.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/teleworker-home-office-gathering-information-from-internet-seminar_482257-119301.jpg?_wi=2",
imageAlt: "Business analytics dashboard",
},
]}
@@ -164,7 +164,7 @@ export default function ForChartereredAccountantsPage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/positive-business-colleagues-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-business-communication-concept_74855-11908.jpg"
imageSrc="http://img.b2bpic.net/free-photo/positive-business-colleagues-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-business-communication-concept_74855-11908.jpg?_wi=2"
imageAlt="Professional partnership discussion"
mediaPosition="right"
mediaAnimation="blur-reveal"

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Public_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Public_Sans } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const publicSans = Public_Sans({
variable: "--font-public-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "LedgerX - CA Marketplace | Expert Tax & Accounting Services",
description: "Match with vetted Chartered Accountants for tax filing, ITR, company registration & financial operations. Transparent pricing, expert guidance, trusted results.",
keywords: "chartered accountant marketplace, tax filing, ITR, company registration, accounting services India",
metadataBase: new URL("https://ledgerx.in"),
alternates: {
canonical: "https://ledgerx.in",
},
openGraph: {
title: "LedgerX - Find Your Perfect CA, Instantly",
description: "Connect with verified Chartered Accountants for all your tax and compliance needs",
url: "https://ledgerx.in",
siteName: "LedgerX",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/handsome-latin-businessman-examining-sales-data-while-working-home_662251-890.jpg",
alt: "LedgerX CA Marketplace",
},
],
},
twitter: {
card: "summary_large_image",
title: "LedgerX - CA Marketplace",
description: "Find your perfect Chartered Accountant instantly with transparent pricing",
images: ["http://img.b2bpic.net/free-photo/handsome-latin-businessman-examining-sales-data-while-working-home_662251-890.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${publicSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${publicSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -121,7 +121,7 @@ export default function HomePage() {
icon: Shield,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/serious-business-colleagues-with-computer-documents_74855-1229.jpg"
imageSrc="http://img.b2bpic.net/free-photo/serious-business-colleagues-with-computer-documents_74855-1229.jpg?_wi=1"
imageAlt="Professional CA consultation"
imagePosition="right"
mediaAnimation="blur-reveal"
@@ -143,7 +143,7 @@ export default function HomePage() {
title: "Expertise-Based Matching",
subtitle: "Find the right CA instantly",
description: "Tell us your requirements—ITR filing, company registration, tax planning, or ongoing bookkeeping. Our AI matches you with vetted Chartered Accountants whose expertise perfectly aligns with your needs.",
imageSrc: "http://img.b2bpic.net/free-photo/data-center-engineer-greeting-colleague-examining-system-diagnostics-paperwork_482257-120629.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/data-center-engineer-greeting-colleague-examining-system-diagnostics-paperwork_482257-120629.jpg?_wi=1",
imageAlt: "Expertise matching process",
},
{
@@ -152,7 +152,7 @@ export default function HomePage() {
title: "Transparent Pricing & Booking",
subtitle: "Know your costs upfront",
description: "View CA profiles, qualifications, ratings, and fixed pricing for each service. Book directly through the platform with complete transparency—no negotiations, no surprises.",
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-working-desk_273609-12805.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-working-desk_273609-12805.jpg?_wi=1",
imageAlt: "Secure payment gateway",
},
{
@@ -170,7 +170,7 @@ export default function HomePage() {
title: "Professional Reputation Management",
subtitle: "Build trust through verified reviews",
description: "Rate and review your CA after service completion. CAs build reputation through client feedback, ensuring continuous quality improvement and accountability.",
imageSrc: "http://img.b2bpic.net/free-photo/teleworker-home-office-gathering-information-from-internet-seminar_482257-119301.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/teleworker-home-office-gathering-information-from-internet-seminar_482257-119301.jpg?_wi=1",
imageAlt: "Reputation management dashboard",
},
]}
@@ -427,7 +427,7 @@ export default function HomePage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/positive-business-colleagues-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-business-communication-concept_74855-11908.jpg"
imageSrc="http://img.b2bpic.net/free-photo/positive-business-colleagues-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-business-communication-concept_74855-11908.jpg?_wi=1"
imageAlt="Professional financial consultation"
mediaPosition="right"
mediaAnimation="blur-reveal"