12 Commits

Author SHA1 Message Date
03616a40d2 Merge version_3 into main
Merge version_3 into main
2026-03-04 13:24:31 +00:00
4d13a466c4 Update src/app/page.tsx 2026-03-04 13:24:25 +00:00
cf9a4ad506 Merge version_2 into main
Merge version_2 into main
2026-03-04 05:19:26 +00:00
139688c0c1 Update theme colors 2026-03-04 05:19:20 +00:00
caba5c2b6a Merge version_2 into main
Merge version_2 into main
2026-03-04 05:18:31 +00:00
ae17f4cfbc Update theme colors 2026-03-04 05:18:25 +00:00
d124b476b5 Merge version_2 into main
Merge version_2 into main
2026-03-04 05:16:37 +00:00
f76437b160 Update theme colors 2026-03-04 05:16:30 +00:00
86ec16c4fc Merge version_2 into main
Merge version_2 into main
2026-03-04 05:10:12 +00:00
3d176222de Update src/app/page.tsx 2026-03-04 05:10:07 +00:00
460c79f2d4 Update src/app/layout.tsx 2026-03-04 05:10:07 +00:00
3c0055799d Merge version_1 into main
Merge version_1 into main
2026-03-04 04:10:44 +00:00
3 changed files with 26 additions and 66 deletions

View File

@@ -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>
);
}

View File

@@ -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."
@@ -224,7 +224,7 @@ export default function LandingPage() {
imageAlt="AI Developer Workspace"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Send Message"
buttonText="Schedule Consultation"
/>
</div>

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #0a0a0a;;
--card: #1a1a1a;;
--foreground: #ffffff;;
--primary-cta: #e34400;;
--secondary-cta: #010101;;
--accent: #ff7b05;;
--background-accent: #106efb;; */
/* --background: #f7f6f7;;;;;
--card: #ffffff;;;;;
--foreground: #250c0d;;;;;
--primary-cta: #b82b40;;;;;
--secondary-cta: #ffffff;;;;;
--accent: #b90941;;;;;
--background-accent: #e8a8b6;;;;; */
--background: #0a0a0a;;
--card: #1a1a1a;;
--foreground: #ffffff;;
--primary-cta: #e34400;;
--primary-cta-text: #ffffff;;
--secondary-cta: #010101;;
--secondary-cta-text: #ffffff;;
--accent: #ff7b05;;
--background-accent: #106efb;;
--background: #f7f6f7;;;;;
--card: #ffffff;;;;;
--foreground: #250c0d;;;;;
--primary-cta: #b82b40;;;;;
--primary-cta-text: #f7f6f7;;;;;
--secondary-cta: #ffffff;;;;;
--secondary-cta-text: #250c0d;;;;;
--accent: #b90941;;;;;
--background-accent: #e8a8b6;;;;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);