I'll create a comprehensive construction company website template based on the design you've provided. This will be a modern, responsive website with multiple sections including hero, services, team, testimonials, and more.
I've created a comprehensive construction company website template that matches the design you provided. The website includes:
Key Features:
Main Sections:
The template uses modern React components with TypeScript, Tailwind CSS for styling, and follows best practices for performance and accessibility.
We need to remove all uses of the Next.js <Image /> component because the Next.js preview environment treats it as the native window.Image constructor and throws the error you saw.
Below are the minimal edits that swap <Image /> for a normal <img> element in every file where it was used and delete the now-unused import.
The site will now render with standard <img> tags, eliminating the “Please use the ‘new’ operator” runtime error.