HTML web site template (2 pages) to Next.js server components

Job ID: 39774013

Budget: $10 – $30 USD

I purchased an HTML web site template that uses HTML, CSS, JavaScript, jQuery etc., and I want to transform it into Next.js server components. I have already done part of the work. Currently there is a Next.js project with 1 component HomePage. it shows the home page perfectly but since there are some js/jQuery files referenced, it must run in the client side (with "use client"; at the top of the component). It needs to be transformed completely to Next.js server component.