From eae96996c5921824fd2f75af39b5bae3a343f3c4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 16:17:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d5625e..3b68935 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,9 +6,10 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import TextAbout from '@/components/sections/about/TextAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import { Cpu, Terminal, Layers, Globe, Code, Database } from 'lucide-react'; export default function LandingPage() { return ( @@ -68,13 +69,10 @@ export default function LandingPage() {
-
@@ -85,16 +83,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Cloud Infrastructure", description: "High-availability systems built for scale and reliability.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/technology-network-background-connection-cyber-space-ai-generative_123827-24187.jpg?_wi=1", imageAlt: "futuristic software developer workspace" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/technology-network-background-connection-cyber-space-ai-generative_123827-24187.jpg?_wi=2", imageAlt: "futuristic software developer workspace" } + title: "Languages & Tooling", description: "Expertise in TypeScript, Go, Python, and Rust. Utilizing Kubernetes, AWS, and Docker for deployment.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/technology-network-background-connection-cyber-space-ai-generative_123827-24187.jpg?_wi=1", imageAlt: "Coding workspace" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/technology-network-background-connection-cyber-space-ai-generative_123827-24187.jpg?_wi=2", imageAlt: "Cloud infrastructure" } }, { - title: "AI/ML Integration", description: "Implementing intelligent features into existing software pipelines.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/3d-vertical-background-with-abstract-style_23-2150641319.jpg?_wi=1", imageAlt: "professional programmer working on laptop" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-vertical-background-with-abstract-style_23-2150641319.jpg?_wi=2", imageAlt: "professional programmer working on laptop" } + title: "AI & Data Pipelines", description: "Building RAG systems, vector databases, and automated LLM workflows at scale.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/3d-vertical-background-with-abstract-style_23-2150641319.jpg?_wi=1", imageAlt: "AI processing" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-vertical-background-with-abstract-style_23-2150641319.jpg?_wi=2", imageAlt: "Data visualization" } }, { - title: "API Architecture", description: "Designing secure, high-performance APIs for complex integrations.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-admin-office-sing-tablet-design-machine-learning-algorithms_482257-124791.jpg?_wi=1", imageAlt: "cloud infrastructure server network" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-admin-office-sing-tablet-design-machine-learning-algorithms_482257-124791.jpg?_wi=2", imageAlt: "cloud infrastructure server network" } + title: "API Architecture", description: "Designing secure, GraphQL-first, high-throughput microservices architecture.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-admin-office-sing-tablet-design-machine-learning-algorithms_482257-124791.jpg?_wi=1", imageAlt: "API documentation" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-admin-office-sing-tablet-design-machine-learning-algorithms_482257-124791.jpg?_wi=2", imageAlt: "Backend monitoring" } } ]} showStepNumbers={true} -- 2.49.1