Merge version_1 into main #1
@@ -1,24 +1,50 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Mulish } 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 { Mulish } 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 mulish = Mulish({
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Guru Accounting NY LLC - Tax & Accounting Services",
|
||||
description: "Trusted tax preparation and accounting services in New York. 15+ years of expertise for individuals and businesses. Schedule your consultation today.",
|
||||
keywords: "accountant NY, tax preparation New York, business accounting services, tax filing, bookkeeping NYC",
|
||||
openGraph: {
|
||||
title: "Guru Accounting NY LLC - Tax & Accounting Experts",
|
||||
description: "Professional tax and accounting services in New York. Trusted by 500+ clients for accuracy and integrity.",
|
||||
type: "website",
|
||||
siteName: "Guru Accounting NY LLC",
|
||||
url: "https://guruaccountingny.com",
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Guru Accounting NY LLC - Tax Services",
|
||||
description: "Expert tax preparation and accounting for NYC individuals and businesses",
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +53,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${mulish.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +67,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -99,7 +99,7 @@ For over 15+ years, individuals and businesses have trusted Guru Accounting NY L
|
||||
"Expert tax return preparation and filing assistance for individuals. We ensure accuracy and maximize your deductions.",
|
||||
media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/female-leader-with-executive-power-signing-work-contracts-approving-requests_482257-122671.jpg",
|
||||
"http://img.b2bpic.net/free-photo/female-leader-with-executive-power-signing-work-contracts-approving-requests_482257-122671.jpg?_wi=1",
|
||||
imageAlt: "Personal tax preparation services",
|
||||
},
|
||||
items: [
|
||||
@@ -125,7 +125,7 @@ For over 15+ years, individuals and businesses have trusted Guru Accounting NY L
|
||||
"Comprehensive business tax solutions for corporations, LLCs, and sole proprietors. Minimize tax liability and maximize profits.",
|
||||
media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/company-files-coffee-table-accounting-office-close-up_482257-93464.jpg",
|
||||
"http://img.b2bpic.net/free-photo/company-files-coffee-table-accounting-office-close-up_482257-93464.jpg?_wi=1",
|
||||
imageAlt: "Business tax filing services",
|
||||
},
|
||||
items: [
|
||||
@@ -151,7 +151,7 @@ For over 15+ years, individuals and businesses have trusted Guru Accounting NY L
|
||||
"Professional bookkeeping and accounting services to keep your finances organized and compliant.",
|
||||
media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/corporate-employee-looking-smartphone-screen-while-working-business-planning-with-computer-charts-company-office-businesswoman-using-mobile-phone-brainstorming-ideas_482257-33458.jpg",
|
||||
"http://img.b2bpic.net/free-photo/corporate-employee-looking-smartphone-screen-while-working-business-planning-with-computer-charts-company-office-businesswoman-using-mobile-phone-brainstorming-ideas_482257-33458.jpg?_wi=1",
|
||||
imageAlt: "Bookkeeping and accounting services",
|
||||
},
|
||||
items: [
|
||||
@@ -177,7 +177,7 @@ For over 15+ years, individuals and businesses have trusted Guru Accounting NY L
|
||||
"Strategic financial advice and business consulting to help you achieve your goals and grow your business sustainably.",
|
||||
media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/paperwork-meeting_1098-15200.jpg",
|
||||
"http://img.b2bpic.net/free-photo/paperwork-meeting_1098-15200.jpg?_wi=1",
|
||||
imageAlt: "Business consulting services",
|
||||
},
|
||||
items: [
|
||||
|
||||
@@ -69,7 +69,7 @@ export default function ServicesPage() {
|
||||
"Expert tax return preparation and filing assistance for individuals. We ensure accuracy and maximize your deductions.",
|
||||
media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/female-leader-with-executive-power-signing-work-contracts-approving-requests_482257-122671.jpg",
|
||||
"http://img.b2bpic.net/free-photo/female-leader-with-executive-power-signing-work-contracts-approving-requests_482257-122671.jpg?_wi=2",
|
||||
imageAlt: "Personal tax preparation services",
|
||||
},
|
||||
items: [
|
||||
@@ -95,7 +95,7 @@ export default function ServicesPage() {
|
||||
"Comprehensive business tax solutions for corporations, LLCs, and sole proprietors. Minimize tax liability and maximize profits.",
|
||||
media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/company-files-coffee-table-accounting-office-close-up_482257-93464.jpg",
|
||||
"http://img.b2bpic.net/free-photo/company-files-coffee-table-accounting-office-close-up_482257-93464.jpg?_wi=2",
|
||||
imageAlt: "Business tax filing services",
|
||||
},
|
||||
items: [
|
||||
@@ -121,7 +121,7 @@ export default function ServicesPage() {
|
||||
"Professional bookkeeping and accounting services to keep your finances organized and compliant.",
|
||||
media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/corporate-employee-looking-smartphone-screen-while-working-business-planning-with-computer-charts-company-office-businesswoman-using-mobile-phone-brainstorming-ideas_482257-33458.jpg",
|
||||
"http://img.b2bpic.net/free-photo/corporate-employee-looking-smartphone-screen-while-working-business-planning-with-computer-charts-company-office-businesswoman-using-mobile-phone-brainstorming-ideas_482257-33458.jpg?_wi=2",
|
||||
imageAlt: "Bookkeeping and accounting services",
|
||||
},
|
||||
items: [
|
||||
@@ -147,7 +147,7 @@ export default function ServicesPage() {
|
||||
"Strategic financial advice and business consulting to help you achieve your goals and grow your business sustainably.",
|
||||
media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/paperwork-meeting_1098-15200.jpg",
|
||||
"http://img.b2bpic.net/free-photo/paperwork-meeting_1098-15200.jpg?_wi=2",
|
||||
imageAlt: "Business consulting services",
|
||||
},
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user