Merge version_2 into main #2
@@ -1,59 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Raleway } 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";
|
||||
|
||||
const raleway = Raleway({
|
||||
variable: "--font-raleway", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "AI Programmer | Intelligent Solutions & Website Generation", description: "Expert AI programmer specializing in machine learning, intelligent automation, and AI-powered website generation. Transform your business with cutting-edge technology.", keywords: "AI programmer, machine learning, artificial intelligence, automation, website generation, AI development", metadataBase: new URL("https://ai-dev.com"),
|
||||
alternates: {
|
||||
canonical: "https://ai-dev.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "AI.Dev | Intelligent Solutions", description: "Transform your business with AI-powered solutions and intelligent automation.", url: "https://ai-dev.com", siteName: "AI.Dev", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASrg03xYR4efFuYQWOw16FBLeG/abstract-ai-powered-digital-landscape-wi-1772597285903-667e3cdb.png", alt: "Abstract AI-powered digital landscape with flowing neural network particles and binary code streams."
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "AI.Dev | Intelligent Solutions", description: "Expert AI programmer creating cutting-edge solutions", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASrg03xYR4efFuYQWOw16FBLeG/abstract-ai-powered-digital-landscape-wi-1772597285903-667e3cdb.png"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
title: "AI.Dev | Intelligent Solutions", description: "AI programmer crafting the future of web technology with cutting-edge machine learning and custom algorithms."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${raleway.variable} ${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1421,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -184,13 +184,13 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What AI technologies do you specialize in?", content: "I specialize in machine learning, deep learning, neural networks, natural language processing, computer vision, and intelligent automation. My expertise spans TensorFlow, PyTorch, and custom AI model development for enterprise solutions."
|
||||
id: "1", title: "Can you generate complete websites with AI?", content: "Yes! I've developed AI-powered website generation tools that can create fully functional, responsive websites based on specifications. These tools handle design, layout, content generation, and functionality automatically."
|
||||
},
|
||||
{
|
||||
id: "2", title: "How do you approach AI project development?", content: "I follow a comprehensive approach: problem analysis, data engineering, model development, optimization, testing, and deployment. Each project is customized based on specific business requirements and technical constraints."
|
||||
id: "2", title: "What AI technologies do you specialize in?", content: "I specialize in machine learning, deep learning, neural networks, natural language processing, computer vision, and intelligent automation. My expertise spans TensorFlow, PyTorch, and custom AI model development for enterprise solutions."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Can you generate complete websites with AI?", content: "Yes! I've developed AI-powered website generation tools that can create fully functional, responsive websites based on specifications. These tools handle design, layout, content generation, and functionality automatically."
|
||||
id: "3", title: "How do you approach AI project development?", content: "I follow a comprehensive approach: problem analysis, data engineering, model development, optimization, testing, and deployment. Each project is customized based on specific business requirements and technical constraints."
|
||||
},
|
||||
{
|
||||
id: "4", title: "What's the typical timeline for AI projects?", content: "Project timelines vary based on complexity. Simple automation projects take 2-4 weeks, while complex ML models may take 8-12 weeks. AI-powered website generation is significantly faster, often 3-5 days for complete sites."
|
||||
|
||||
Reference in New Issue
Block a user