{% extends 'base.html' %}
{% load static %}
{% block title %}Testpoint | Focused practice for exam day{% endblock %}
{% block meta_description %}Practise IELTS in realistic timed sessions, review every answer, and understand what to improve next.{% endblock %}
{% block extra_css %}{% endblock %}
{% block content %}
{% include 'components/hero.html' %}
{% include 'components/features.html' %}
{% include 'components/available_tests.html' %}
{% include 'components/how_it_works.html' %}
{% include 'components/cta.html' %}
{% include 'components/footer.html' %}
{% endblock %}