Rebrand from "Fuel Price" to "Fuel Alert" and update project metadata
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (8.3) (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled

- Rename project in package.json, composer.json, and .env.example
- Update app name, URLs, and session domains to fuel-alert
- Comment out testimonials section in Home.vue
- Revise footer copy: remove "
This commit is contained in:
Ovidiu U
2026-05-14 14:30:02 +01:00
parent 07e0789044
commit 598ef04645
6 changed files with 14 additions and 14 deletions

View File

@@ -22,7 +22,7 @@ const stats = computed(() => [
value: props.stationCount ? props.stationCount.toLocaleString('en-GB') : '11,482',
label: 'Stations tracked',
},
{ value: 273', label: 'Median saving / yr' },
{ value: 8.40', label: 'Avg saving per tank*' },
{ value: '84%', label: 'Forecast accuracy' },
])
</script>