diff --git a/src/app/page.tsx b/src/app/page.tsx index 8bfaad6..7b0d73a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,47 +32,24 @@ export default function LandingPage() {
@@ -280,36 +148,9 @@ export default function LandingPage() { title="Latest AI Insights" description="Expert tips on scaling your AI strategy." blogs={[ - { - id: "b1", - category: "Trends", - title: "The Future of GenAI", - excerpt: "How LLMs are evolving fast.", - imageSrc: "http://img.b2bpic.net/free-photo/digital-art-ai-technology-background_23-2151719611.jpg", - authorName: "Jane A.", - authorAvatar: "http://img.b2bpic.net/free-photo/woman-embracing-book_23-2147797373.jpg", - date: "Oct 2024", - }, - { - id: "b2", - category: "Tips", - title: "Optimizing API", - excerpt: "Reducing latency effectively.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-programer-hands-typing-machine-learning-code-laptop-keyboard-front-computer-screens-with-programming-interface-system-engineer-writing-algorithm-online-cloud-computing_482257-41853.jpg", - authorName: "Bob B.", - authorAvatar: "http://img.b2bpic.net/free-photo/front-view-man-holding-smartphone_23-2150226101.jpg", - date: "Oct 2024", - }, - { - id: "b3", - category: "Case Study", - title: "Enterprise Scale", - excerpt: "Growing with ChatAI.", - imageSrc: "http://img.b2bpic.net/free-photo/data-center-programmers-doing-brainstorming-setting-up-machine-learning-systems_482257-126248.jpg", - authorName: "Lisa C.", - authorAvatar: "http://img.b2bpic.net/free-photo/brunette-plus-size-model-against-wall-like-library_627829-9704.jpg", - date: "Oct 2024", - }, + { id: "b1", category: "Trends", title: "The Future of GenAI", excerpt: "How LLMs are evolving fast.", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-ai-technology-background_23-2151719611.jpg", authorName: "Jane A.", authorAvatar: "http://img.b2bpic.net/free-photo/woman-embracing-book_23-2147797373.jpg", date: "Oct 2024" }, + { id: "b2", category: "Tips", title: "Optimizing API", excerpt: "Reducing latency effectively.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-programer-hands-typing-machine-learning-code-laptop-keyboard-front-computer-screens-with-programming-interface-system-engineer-writing-algorithm-online-cloud-computing_482257-41853.jpg", authorName: "Bob B.", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-man-holding-smartphone_23-2150226101.jpg", date: "Oct 2024" }, + { id: "b3", category: "Case Study", title: "Enterprise Scale", excerpt: "Growing with ChatAI.", imageSrc: "http://img.b2bpic.net/free-photo/data-center-programmers-doing-brainstorming-setting-up-machine-learning-systems_482257-126248.jpg", authorName: "Lisa C.", authorAvatar: "http://img.b2bpic.net/free-photo/brunette-plus-size-model-against-wall-like-library_627829-9704.jpg", date: "Oct 2024" }, ]} /> @@ -317,18 +158,11 @@ export default function LandingPage() {
@@ -336,36 +170,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file