diff --git a/src/app/page.tsx b/src/app/page.tsx index 463b55a..3ddd913 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import { Search, Clipboard, Rocket, Palette } from 'lucide-react'; export default function LandingPage() { return ( @@ -122,28 +123,28 @@ export default function LandingPage() { description: "Understanding user needs and business goals through in-depth research, interviews, and competitive analysis.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5062.jpg", imageAlt: "User research with sticky notes and whiteboards", - buttonIcon: "Search", + buttonIcon: Search, }, { title: "Ideation & Wireframing", description: "Translating insights into concepts, sketching wireframes, and defining user flows to establish a solid foundation.", imageSrc: "http://img.b2bpic.net/free-photo/engineer-colleagues-supervising-server-room-infrastructure-components_482257-124118.jpg", imageAlt: "Sketching wireframes and user flow diagrams", - buttonIcon: "Clipboard", + buttonIcon: Clipboard, }, { title: "Prototyping & Testing", description: "Building interactive prototypes and conducting user testing to refine designs and ensure usability before development.", imageSrc: "http://img.b2bpic.net/free-photo/hands-business-person-checking-messages-smartphone-with-coworker_1098-18936.jpg", imageAlt: "Digital prototyping on a screen", - buttonIcon: "Rocket", + buttonIcon: Rocket, }, { title: "Visual Design & Handoff", description: "Crafting polished visual interfaces and preparing detailed specifications for seamless developer handoff.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas_176420-1673.jpg", imageAlt: "Launch celebration with a rocket illustration", - buttonIcon: "Palette", + buttonIcon: Palette, }, ]} title="My Design Process"