What do you need?
Pick the one that fits best. We’ll handle the details later.
{% for val, label, hint in [
('simple-site', 'A basic website', 'Home, About, Contact'),
('pro-site', 'A website with extras', 'Portfolio, blog, more pages'),
('online-form', 'An online form', 'Collect info, send to email/Sheet'),
('sell-online', 'Sell online', 'Checkout / payments'),
('fix-or-improve', 'Fix or improve something', 'Speed, bugs, cleanup'),
('it-help', 'IT setup/help', 'Email, domains, backups, networks'),
('custom-app', 'A custom tool/app', 'Dashboards, portals, automations'),
('not-sure', 'Not sure yet', 'I need guidance')
] %}
{% endfor %}
How big is this?
A rough guess is perfect.
{% for val, label, hint in [
('small', 'Small', '~1–3 key pages or a simple task'),
('medium', 'Medium', '~4–8 pages or a few features'),
('large', 'Large', 'Many pages/features or complex work')
] %}
{% endfor %}