changes to order of display and text
Some checks failed
Build and Push Docker Images / Build Backend (FastAPI) (push) Successful in 32s
Build and Push Docker Images / Build Frontend (Next.js) (push) Failing after 55s
Build and Push Docker Images / Build Pipeline (Meltano + dbt + Airflow) (push) Successful in 31s
Build and Push Docker Images / Trigger Portainer Update (push) Has been skipped

This commit is contained in:
2026-03-29 20:14:42 +01:00
parent 8f4c052294
commit 790b12a7f3
2 changed files with 9 additions and 9 deletions

View File

@@ -101,8 +101,8 @@ export function HomeView({ initialSchools, filters, totalSchools }: HomeViewProp
{/* Combined Hero + Search and Filters */}
{!isSearchActive && (
<div className={styles.heroSection}>
<h1 className={styles.heroTitle}>Compare School Performance</h1>
<p className={styles.heroDescription}>Search and compare SATs and GCSE results for thousands of schools across England</p>
<h1 className={styles.heroTitle}>Find Local Schools</h1>
<p className={styles.heroDescription}>Compare school results (SATs and GCSE), for thousands of schools across England</p>
</div>
)}