From a6d19bba5f5af9a881fcba18453b53c0a92b05bf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 06:52:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ef88713..8c4553f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,13 +87,13 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Development", title: "Web Development", subtitle: "Full Stack Excellence", description: "Expertise in ReactJS, Python(Flask/Django), and modern web architectures.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-running-laptop-screen-data-center_482257-124594.jpg"}, + tag: "Development", title: "Web Development", subtitle: "Full Stack Excellence", description: "Expertise in ReactJS, Python(Flask/Django), and modern web architectures.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-running-laptop-screen-data-center_482257-124594.jpg?_wi=1"}, { id: 2, - tag: "Intelligence", title: "Prompt Engineering", subtitle: "AI-Driven Innovation", description: "Optimizing LLMs and creating custom AI pipelines for scalable solutions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-running-laptop-screen-data-center_482257-124594.jpg"}, + tag: "Intelligence", title: "Prompt Engineering", subtitle: "AI-Driven Innovation", description: "Optimizing LLMs and creating custom AI pipelines for scalable solutions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-running-laptop-screen-data-center_482257-124594.jpg?_wi=2"}, { id: 3, - tag: "Strategy", title: "Cloud Architecture", subtitle: "Scalable Systems", description: "Building cloud-native infrastructure for production-ready applications.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-running-laptop-screen-data-center_482257-124594.jpg"}, + tag: "Strategy", title: "Cloud Architecture", subtitle: "Scalable Systems", description: "Building cloud-native infrastructure for production-ready applications.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-running-laptop-screen-data-center_482257-124594.jpg?_wi=3"}, ]} title="Technical Services" description="Expertise in fast-changing fields like ReactJS and Python." -- 2.49.1