diff --git a/src/app/page.tsx b/src/app/page.tsx index d37ce76..8f657d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -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 { Award, Brain, CheckCircle, Code, Database, Globe, Lightbulb, Mail, Palette, Sparkles, Users, Zap } from "lucide-react"; +import { Award, Brain, CheckCircle, Code, Database, Globe, Lightbulb, Mail, Palette, Shield, Sparkles, Users, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -78,7 +78,7 @@ export default function LandingPage() { title: "E-Commerce Platform", description: "Built a full-stack marketplace with React, Node.js, and MongoDB. Features include product filtering, user authentication, and payment integration.", bentoComponent: "animated-bar-chart" }, { - title: "AI Task Manager", description: "Developed an intelligent task management app powered by machine learning. Includes predictive scheduling and smart prioritization algorithms.", bentoComponent: "3d-task-list", title: "AI Task Manager", items: [ + title: "AI Task Manager", description: "Developed an intelligent task management app powered by machine learning. Includes predictive scheduling and smart prioritization algorithms.", bentoComponent: "3d-task-list", items: [ { icon: CheckCircle, label: "Complete Project", time: "2 days" }, { icon: Zap, label: "Learn React", time: "3 days" }, { icon: Award, label: "Submit Portfolio", time: "1 day" } @@ -88,7 +88,7 @@ export default function LandingPage() { title: "Design System", description: "Created a comprehensive component library and design system used across multiple projects. Includes documentation and accessibility guidelines.", bentoComponent: "orbiting-icons", centerIcon: Palette, items: [ { icon: Zap, ring: 1 }, - { icon: Users, ring: 1 }, + { icon: Shield, ring: 1 }, { icon: Globe, ring: 2 }, { icon: Code, ring: 2 } ] @@ -154,7 +154,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "portrait professional headshot business person" } - ] + ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" useInvertedBackground={false}