Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -73,7 +73,7 @@ export default function AboutPage() {
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B05t6aMoaPISlpVRC9oUDvoKOL/a-sleek-modern-fintech-trading-dashboard-1773613437734-4f3e6a84.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B05t6aMoaPISlpVRC9oUDvoKOL/a-sleek-modern-fintech-trading-dashboard-1773613437734-4f3e6a84.png?_wi=2"
|
||||
imageAlt="Signalix Team"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
|
||||
@@ -1,28 +1,57 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Mulish, Inter } from "next/font/google";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } 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";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
|
||||
const mulish = Mulish({
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Signalix | AI Trading Signals Platform",
|
||||
description: "Get real-time trading signals with 94% accuracy. Trade crypto, forex, indices & commodities with automated AI-powered market analysis. Start your free 14-day trial.",
|
||||
keywords: "trading signals, crypto signals, forex signals, automated trading, fintech, market analysis, AI trading, real-time alerts",
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Signalix - Transform Your Trading with AI Signals",
|
||||
description: "Real-time automated trading signals for crypto, forex, indices and commodities. 94% accuracy rate with built-in risk management.",
|
||||
type: "website",
|
||||
siteName: "Signalix",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B05t6aMoaPISlpVRC9oUDvoKOL/a-sleek-modern-fintech-trading-dashboard-1773613437734-4f3e6a84.png",
|
||||
alt: "Signalix Trading Dashboard",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Signalix Trading Signals",
|
||||
description: "AI-powered trading signals with 94% accuracy. Real-time alerts for crypto, forex, indices and commodities.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B05t6aMoaPISlpVRC9oUDvoKOL/a-sleek-modern-fintech-trading-dashboard-1773613437734-4f3e6a84.png",
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -31,7 +60,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${mulish.variable} ${inter.variable} ${halant.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +74,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -82,7 +82,7 @@ export default function HomePage() {
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B05t6aMoaPISlpVRC9oUDvoKOL/a-sleek-modern-fintech-trading-dashboard-1773613437734-4f3e6a84.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B05t6aMoaPISlpVRC9oUDvoKOL/a-sleek-modern-fintech-trading-dashboard-1773613437734-4f3e6a84.png?_wi=1"
|
||||
imageAlt="Signalix Trading Dashboard"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -311,7 +311,7 @@ export default function HomePage() {
|
||||
text: "Get Started",
|
||||
href: "/",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B05t6aMoaPISlpVRC9oUDvoKOL/a-premium-professional-icon-representing-1773613434818-ab1ab2c8.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B05t6aMoaPISlpVRC9oUDvoKOL/a-premium-professional-icon-representing-1773613434818-ab1ab2c8.png?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
|
||||
@@ -91,7 +91,7 @@ export default function PricingPage() {
|
||||
href: "#",
|
||||
},
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B05t6aMoaPISlpVRC9oUDvoKOL/a-premium-professional-icon-representing-1773613434818-ab1ab2c8.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B05t6aMoaPISlpVRC9oUDvoKOL/a-premium-professional-icon-representing-1773613434818-ab1ab2c8.png?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
|
||||
Reference in New Issue
Block a user