diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 17d8ee4..2abe299 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -9,38 +9,55 @@ import { Github, Linkedin, Twitter } from "lucide-react"; export default function AboutPage() { return ( - + - - - + +
+ +
+
); diff --git a/src/app/ai-design/page.tsx b/src/app/ai-design/page.tsx index 03b9c7c..96d8aa8 100644 --- a/src/app/ai-design/page.tsx +++ b/src/app/ai-design/page.tsx @@ -10,42 +10,56 @@ import { Zap, Shield, Sparkles, Star } from "lucide-react"; export default function AIDesignPage() { return ( - - - + +
+ +
+
);