Merge version_2 into main #1
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -86,7 +86,7 @@ export default function LoginPage() {
|
||||
href="/dashboard"
|
||||
className="w-full bg-gradient-to-r from-primary-cta to-accent text-primary-cta-text font-semibold py-3 rounded-lg hover:shadow-lg transition-all duration-300 text-center block"
|
||||
>
|
||||
Sign In
|
||||
Sign In to Dashboard
|
||||
</Link>
|
||||
</form>
|
||||
|
||||
@@ -117,4 +117,4 @@ export default function LoginPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user