diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4b13001..ff20e53 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ {children} @@ -45,4 +50,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 01472c8..982e2d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"