Merge version_1 into main #1
@@ -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" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user