5 Commits

Author SHA1 Message Date
8855a64fbe Update src/app/page.tsx 2026-03-07 12:47:05 +00:00
4b1c54fb51 Update src/app/layout.tsx 2026-03-07 12:47:05 +00:00
d4d27bbd84 Merge version_1 into main
Merge version_1 into main
2026-03-07 11:54:56 +00:00
409d758413 Merge version_1 into main
Merge version_1 into main
2026-03-07 11:53:50 +00:00
3aa9b9d250 Merge version_1 into main
Merge version_1 into main
2026-03-07 11:52:25 +00:00
2 changed files with 7 additions and 38 deletions

View File

@@ -1,50 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Roboto } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const roboto = Roboto({
variable: "--font-roboto", subsets: ["latin"],
weight: ["100", "300", "400", "500", "700", "900"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "AffiliateHub - Premium Affiliate Marketing Platform", description: "Join 50K+ successful affiliates earning passive income. Competitive commissions up to 30%, real-time tracking, and 24/7 support. Start earning today.", keywords: "affiliate marketing, earn commissions, passive income, affiliate program, marketing platform, performance tracking", openGraph: {
title: "AffiliateHub - Earn More as an Affiliate", description: "Premium affiliate platform with 30% commissions, real-time tracking, and dedicated support. Join thousands of successful partners.", siteName: "AffiliateHub", type: "website"},
twitter: {
card: "summary_large_image", title: "AffiliateHub - Premium Affiliate Marketing Platform", description: "Earn up to 30% recurring commissions with real-time tracking and dedicated support."},
robots: {
index: true,
follow: true,
},
};
title: "AffiliateHub - Earn Passive Income", description: "Join 50,000+ affiliates earning with AffiliateHub's premium affiliate marketing platform."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1412,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -253,7 +253,7 @@ export default function AffiliateHubPage() {
<ContactCenter
tag="Ready to Earn?"
title="Join AffiliateHub Today"
description="Start your affiliate journey with the most trusted platform in the industry. Sign up now and begin earning passive income."
description="Join 50,000+ affiliates already earning. Get instant access to your dashboard and start promoting within minutes."
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
inputPlaceholder="your@email.com"