Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-06 10:46:28 +00:00
2 changed files with 27 additions and 66 deletions

View File

@@ -1,66 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Nunito_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import "@/styles/globals.css";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const nunitoSans = Nunito_Sans({
variable: "--font-nunito-sans",
subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Rathore JS & Associate - Premium CA & Accounting Services",
description: "Expert accounting, tax planning, and financial consulting services. Trusted by 500+ businesses for professional CA services in India.",
keywords: "accounting, CA services, tax planning, financial consulting, audit, compliance, chartered accountant",
metadataBase: new URL("https://rathorejs.com"),
alternates: {
canonical: "https://rathorejs.com",
},
openGraph: {
title: "Rathore JS & Associate - Professional Accounting & CA Firm",
description: "20 years of excellence in accounting, tax, and financial services. Expert guidance for your business.",
siteName: "Rathore JS & Associate",
type: "website",
},
twitter: {
card: "summary_large_image",
title: "Rathore JS & Associate - CA & Accounting Services",
description: "Professional accounting and tax services for businesses in India.",
},
robots: {
index: true,
follow: true,
},
};
title: "Rathore JS & Associate | Premium Accounting & CA Services", description: "Expert accounting and CA services for your business. Tax planning, audits, compliance, and financial consulting by certified professionals."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${nunitoSans.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1428,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}
}

View File

@@ -100,13 +100,17 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", title: "Streamlined Our Compliance Process", quote: "Rathore JS & Associate transformed our accounting operations. Their expertise in GST compliance saved us thousands annually. Highly recommended!", name: "Raj Patel", role: "CEO, Tech Solutions India", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Raj Patel"},
id: "1", title: "Streamlined Our Compliance Process", quote: "Rathore JS & Associate transformed our accounting operations. Their expertise in GST compliance saved us thousands annually. Highly recommended!", name: "Raj Patel", role: "CEO, Tech Solutions India", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Raj Patel"
},
{
id: "2", title: "Expert Tax Planning Guidance", quote: "The team provided exceptional tax planning strategies that significantly reduced our tax burden while ensuring full compliance with regulations.", name: "Priya Sharma", role: "Business Owner, Manufacturing", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Priya Sharma"},
id: "2", title: "Expert Tax Planning Guidance", quote: "The team provided exceptional tax planning strategies that significantly reduced our tax burden while ensuring full compliance with regulations.", name: "Priya Sharma", role: "Business Owner, Manufacturing", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Priya Sharma"
},
{
id: "3", title: "Professional & Reliable Service", quote: "Their attention to detail and professional approach is outstanding. They treat our finances as if it were their own business.", name: "Amit Kumar", role: "Founder, E-commerce Ventures", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Amit Kumar"},
id: "3", title: "Professional & Reliable Service", quote: "Their attention to detail and professional approach is outstanding. They treat our finances as if it were their own business.", name: "Amit Kumar", role: "Founder, E-commerce Ventures", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Amit Kumar"
},
{
id: "4", title: "Trusted Financial Partner", quote: "Rathore JS & Associate has been our trusted financial advisor for 8 years. Their insights have been invaluable for our business growth.", name: "Anjali Verma", role: "Managing Director, Consulting Firm", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Anjali Verma"},
id: "4", title: "Trusted Financial Partner", quote: "Rathore JS & Associate has been our trusted financial advisor for 8 years. Their insights have been invaluable for our business growth.", name: "Anjali Verma", role: "Managing Director, Consulting Firm", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Anjali Verma"
},
]}
/>
</div>
@@ -123,13 +127,17 @@ export default function HomePage() {
tagAnimation="slide-up"
team={[
{
id: "1", name: "Jagdish Rathore", role: "Founder & Senior CA", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Jagdish Rathore"},
id: "1", name: "Jagdish Rathore", role: "Founder & Senior CA", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Jagdish Rathore"
},
{
id: "2", name: "Sunita Singh", role: "Lead Tax Consultant", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Sunita Singh"},
id: "2", name: "Sunita Singh", role: "Lead Tax Consultant", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Sunita Singh"
},
{
id: "3", name: "Vikram Malhotra", role: "Audit & Compliance Head", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7", imageAlt: "Vikram Malhotra"},
id: "3", name: "Vikram Malhotra", role: "Audit & Compliance Head", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7", imageAlt: "Vikram Malhotra"
},
{
id: "4", name: "Deepa Nair", role: "Financial Planning Specialist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8", imageAlt: "Deepa Nair"},
id: "4", name: "Deepa Nair", role: "Financial Planning Specialist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8", imageAlt: "Deepa Nair"
},
]}
/>
</div>
@@ -139,8 +147,8 @@ export default function HomePage() {
text="Ready to optimize your business finances? Connect with our expert team today for a personalized consultation."
animationType="entrance-slide"
buttons={[
{ text: "Schedule Appointment", href: "/contact" },
{ text: "Call Now", href: "#" },
{ text: "Book Free Consultation Today", href: "/contact" },
{ text: "View Pricing", href: "#" },
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -187,4 +195,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}