can you clone ilovepdf.com ? 1. Add a gig page when clicking on the gigs.
Add header and footer in all the pages.
Add placeholder images that are real images in both the home page and gig page.
I'll create a clone of ilovepdf.com with the requested features: a gig page, header and footer on all pages, and real placeholder images. Let's build this using Next.js with the App Router.
I've created a complete clone of ilovepdf.com with all the requested features:
/gigs
) and a detailed gig page (/gigs/[id]
). The gig page includes comprehensive information about the service, seller details, packages, and reviews.Key features of this implementation:
You can navigate between pages using the links in the header and footer, and the gigs section is fully functional with clickable cards that lead to detailed gig pages.