Merge version_1 into main #1
@@ -84,7 +84,7 @@ export default function ContactPage() {
|
||||
"We offer ongoing compliance support including annual filings, tax returns, audit preparation, and regulatory updates. We'll ensure you stay on track with all statutory requirements.",
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArFkULhbOzFTIreGpyXLSgQES9/a-professional-customer-support-represen-1773343224450-bba6b96a.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArFkULhbOzFTIreGpyXLSgQES9/a-professional-customer-support-represen-1773343224450-bba6b96a.png?_wi=2"
|
||||
imageAlt="FAQ support representative"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
|
||||
@@ -1,18 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Inter_Tight } 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 { Inter_Tight } 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 interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight",
|
||||
@@ -20,6 +24,41 @@ const interTight = Inter_Tight({
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Technomate - Startup Consultancy Services in Jabalpur",
|
||||
description: "Professional startup consultancy services in Jabalpur. Expert guidance for company formation, tax consulting, and business registration. Quick turnaround, local expertise.",
|
||||
keywords: "startup consultancy Jabalpur, company formation, tax consulting, business registration, startup services Madhya Pradesh",
|
||||
metadataBase: new URL("https://technomate-startup.com"),
|
||||
alternates: {
|
||||
canonical: "https://technomate-startup.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Technomate - Professional Startup Consultancy in Jabalpur",
|
||||
description: "Transform your startup vision into reality. Expert consultancy for company formation, taxes, and compliance in Jabalpur.",
|
||||
url: "https://technomate-startup.com",
|
||||
siteName: "Technomate",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArFkULhbOzFTIreGpyXLSgQES9/a-modern-professional-office-workspace-w-1773343224869-8c585505.png",
|
||||
alt: "Technomate Professional Office",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Technomate - Startup Consultancy Services",
|
||||
description: "Professional guidance for startups and entrepreneurs in Jabalpur",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArFkULhbOzFTIreGpyXLSgQES9/a-modern-professional-office-workspace-w-1773343224869-8c585505.png",
|
||||
],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -28,7 +67,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${interTight.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${interTight.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -40,4 +81,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -429,7 +429,7 @@ export default function HomePage() {
|
||||
"We offer ongoing compliance support including annual filings, tax returns, audit preparation, and regulatory updates. We'll ensure you stay on track with all statutory requirements.",
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArFkULhbOzFTIreGpyXLSgQES9/a-professional-customer-support-represen-1773343224450-bba6b96a.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArFkULhbOzFTIreGpyXLSgQES9/a-professional-customer-support-represen-1773343224450-bba6b96a.png?_wi=1"
|
||||
imageAlt="FAQ support representative"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
|
||||
Reference in New Issue
Block a user