|
|
|
|
@@ -6,33 +6,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
|
|
|
import Tag from "@/tag/Tag";
|
|
|
|
|
|
|
|
|
|
const montserrat = Montserrat({
|
|
|
|
|
variable: "--font-montserrat",
|
|
|
|
|
subsets: ["latin"],
|
|
|
|
|
variable: "--font-montserrat", subsets: ["latin"],
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
const inter = Inter({
|
|
|
|
|
variable: "--font-inter",
|
|
|
|
|
subsets: ["latin"],
|
|
|
|
|
variable: "--font-inter", subsets: ["latin"],
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
export const metadata: Metadata = {
|
|
|
|
|
title: "SS Gym Management System | Membership & Attendance Tracking",
|
|
|
|
|
description: "Complete gym management system for SS Gym. Track members, manage payments, monitor attendance, and access real-time analytics. Built for gym owners.",
|
|
|
|
|
keywords: "gym management, membership tracking, attendance system, payment tracking, fitness analytics",
|
|
|
|
|
robots: {
|
|
|
|
|
title: "SS Gym Management System | Membership & Attendance Tracking", description: "Complete gym management system for SS Gym. Track members, manage payments, monitor attendance, and access real-time analytics. Built for gym owners.", keywords: "gym management, membership tracking, attendance system, payment tracking, fitness analytics", robots: {
|
|
|
|
|
index: true,
|
|
|
|
|
follow: true,
|
|
|
|
|
},
|
|
|
|
|
openGraph: {
|
|
|
|
|
title: "SS Gym Management System",
|
|
|
|
|
description: "Comprehensive gym management web application with member tracking, payment processing, and attendance monitoring.",
|
|
|
|
|
siteName: "SS Gym",
|
|
|
|
|
type: "website",
|
|
|
|
|
},
|
|
|
|
|
title: "SS Gym Management System", description: "Comprehensive gym management web application with member tracking, payment processing, and attendance monitoring.", siteName: "SS Gym", type: "website"},
|
|
|
|
|
metadataBase: new URL("https://ssgym.example.com"),
|
|
|
|
|
alternates: {
|
|
|
|
|
canonical: "https://ssgym.example.com",
|
|
|
|
|
},
|
|
|
|
|
canonical: "https://ssgym.example.com"},
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export default function RootLayout({
|
|
|
|
|
@@ -1419,4 +1409,4 @@ export default function RootLayout({
|
|
|
|
|
</ServiceWrapper>
|
|
|
|
|
</html>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|