From 6be78030fdbbd4bbf3f3c35dd144b43c505f9253 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:25:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fa810eb..5d670d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { BarChart3, Briefcase, Brain, Code, Container, Cpu, Database, DollarSign, GitBranch, Globe, Lock, Mail, Package, Palette, Server, Settings, Shield, Smartphone, Sparkles, Wrench, Zap } from "lucide-react"; +import { BarChart3, Briefcase, Brain, Code, Container, Cpu, Database, DollarSign, GitBranch, Globe, Lock, Mail, Package, Palette, Server, Settings, Shield, Smartphone, Sparkles, Wrench, Zap, Cloud, Gauge } from "lucide-react"; export default function LandingPage() { return ( @@ -72,20 +72,20 @@ export default function LandingPage() { title: "Frontend Development", description: "React, Vue.js, TypeScript, Tailwind CSS", bentoComponent: "icon-info-cards", items: [ { icon: Zap, label: "React", value: "Expert" }, { icon: Palette, label: "UI/UX", value: "Advanced" }, - { icon: Cpu, label: "Performance", value: "Optimized" } + { icon: Gauge, label: "Performance", value: "Optimized" } ] }, { title: "Backend Development", description: "Node.js, Python, PostgreSQL, MongoDB", bentoComponent: "orbiting-icons", centerIcon: Server, items: [ { icon: Database, ring: 1 }, - { icon: Globe, ring: 2 }, + { icon: Cloud, ring: 2 }, { icon: Lock, ring: 2 } ] }, { - title: "Deployment", description: "AWS, Docker, CI/CD pipelines, Kubernetes", bentoComponent: "3d-task-list", title: "Deployment", items: [ - { icon: Globe, label: "AWS Services", time: "5+ yrs" }, + title: "Deployment", description: "AWS, Docker, CI/CD pipelines, Kubernetes", bentoComponent: "3d-task-list", items: [ + { icon: Cloud, label: "AWS Services", time: "5+ yrs" }, { icon: Container, label: "Docker & K8s", time: "3+ yrs" }, { icon: Zap, label: "CI/CD Setup", time: "4+ yrs" } ] -- 2.49.1