Oakwood Roofing website rebuild
Rebuilding the company site around the questions customers actually ask — clearer service pages, cleaner navigation, and a lead form that gets answered.
hero screenshot — replace
The old site buried the services people call about and made the quote request hard to find. The rebuild restructures the content first, then the pages: one page per service, a navigation that matches how the business talks about the work, and a single lead path that lands somewhere the team checks.
Details
- Role
- IT specialist, Oakwood Roofing
- Year
- 2026
- Stack
- Next.js · React · Tailwind · Content structure
- Map what customers ask for before touching the page structure.
- Rewrite the content, then build the pages around it.
- Ship a useful first version and tighten it as leads come in.
export const services = [
{ slug: "roof-replacement", label: "Roof replacement" },
{ slug: "repairs", label: "Repairs" },
{ slug: "inspections", label: "Inspections" },
]