Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-06-08 04:10:32 +00:00
2 changed files with 20 additions and 15 deletions

View File

@@ -1,5 +1,4 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import "@/lib/gsap-setup";
@@ -7,20 +6,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
title: "FINTECH AI | Next-Gen Trading & Analytics Platform", description: "Unleash your trading potential with FINTECH AI, the AI-powered financial operating system for retail traders, portfolio managers, and market analysts. Modern, intuitive, and data-rich.", openGraph: {
title: "FINTECH AI | Next-Gen Trading & Analytics Platform", description: "Unleash your trading potential with FINTECH AI, the AI-powered financial operating system for retail traders, portfolio managers, and market analysts. Modern, intuitive, and data-rich.", url: "https://www.fintechai.com", siteName: "FINTECH AI", images: [
{
url: "http://img.b2bpic.net/free-photo/trading-stock-stock-market-business-graph-trading-investment-broker-stock-exchange-market_169016-66719.jpg", alt: "AI-Powered Financial Operating System Dashboard"
}
],
type: "website"
},
twitter: {
card: "summary_large_image", title: "FINTECH AI | Next-Gen Trading & Analytics Platform", description: "Unleash your trading potential with FINTECH AI, the AI-powered financial operating system for retail traders, portfolio managers, and market analysts. Modern, intuitive, and data-rich.", images: ["http://img.b2bpic.net/free-photo/trading-stock-stock-market-business-graph-trading-investment-broker-stock-exchange-market_169016-66719.jpg"]
},
robots: {
index: true,
follow: true
}
};
export default function RootLayout({
@@ -32,7 +37,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} antialiased`}
className={`${inter.variable}`}
>
<Tag />
{children}
@@ -45,4 +50,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -53,7 +53,7 @@ export default function HomePage() {
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/trading-stock-stock-market-business-graph-trading-investment-broker-stock-exchange-market_169016-66719.jpg", imageAlt: "Abstract animated financial market visualization" },
{ imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-57208.jpg", imageAlt: "Dynamic cryptocurrency trading chart" },
{ imageSrc: "http://img.b2bpic.net/free-photo/technology-connection-online-networking-medias-conpt_53876-64965.jpg", imageAlt: "Multi-screen financial dashboard view" },
{ imageSrc: "http://img.b2bpic.net/free-photo/technology-connection-online-networking-medias-conpt_53876-64965.jpg?_wi=1", imageAlt: "Multi-screen financial dashboard view" },
{ imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-holds-tablet-with-copy-space-screen-leveraging-dashboards_482257-126587.jpg", imageAlt: "Holographic stock ticker with real-time data" },
{ imageSrc: "http://img.b2bpic.net/free-photo/general-manager-working-data-management-with-infographics_482257-91096.jpg", imageAlt: "Financial algorithm running on server rack" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-cryptocurrency-rendering-design_23-2149074561.jpg", imageAlt: "Secure blockchain network with glowing nodes" }
@@ -135,7 +135,7 @@ export default function HomePage() {
title="Get Started with FINTECH AI Today"
description="Experience next-generation trading and analytics. Sign up for free and elevate your investment strategy."
background={{ variant: "downward-rays-animated" }}
imageSrc="http://img.b2bpic.net/free-photo/technology-connection-online-networking-medias-conpt_53876-64965.jpg"
imageSrc="http://img.b2bpic.net/free-photo/technology-connection-online-networking-medias-conpt_53876-64965.jpg?_wi=2"
imageAlt="AI financial operating system dashboard concept"
mediaAnimation="opacity"
mediaPosition="right"