From 598ef04645372fe4c4fe6cb86a0a97b6170a1e62 Mon Sep 17 00:00:00 2001 From: Ovidiu U Date: Thu, 14 May 2026 14:30:02 +0100 Subject: [PATCH] Rebrand from "Fuel Price" to "Fuel Alert" and update project metadata - 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 " --- .env.example | 8 ++++---- composer.json | 6 +++--- docs/api-reference.md | 2 +- package-lock.json | 2 +- resources/js/components/landing/StatsRow.vue | 2 +- resources/js/views/Home.vue | 8 ++++---- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.env.example b/.env.example index 104ef25..cdfe76c 100644 --- a/.env.example +++ b/.env.example @@ -1,8 +1,8 @@ -APP_NAME="Fuel Finder" +APP_NAME="Fuel Alert" APP_ENV=local APP_KEY= APP_DEBUG=true -APP_URL=http://fuel-price.test +APP_URL=http://fuel-alert.test APP_LOCALE=en APP_FALLBACK_LOCALE=en @@ -31,7 +31,7 @@ SESSION_DRIVER=database SESSION_LIFETIME=120 SESSION_ENCRYPT=false SESSION_PATH=/ -SESSION_DOMAIN=.fuel-price.test +SESSION_DOMAIN=.fuel-alert.test BROADCAST_CONNECTION=log FILESYSTEM_DISK=local @@ -97,4 +97,4 @@ STRIPE_PRICE_PLUS_ANNUAL=price_1TM3pXJuhjW3IKHlfQenHsf1 STRIPE_PRICE_PRO_MONTHLY= STRIPE_PRICE_PRO_ANNUAL= -SANCTUM_STATEFUL_DOMAINS=fuel-price.test \ No newline at end of file +SANCTUM_STATEFUL_DOMAINS=fuel-alert.test \ No newline at end of file diff --git a/composer.json b/composer.json index 058b4b2..f13d5ac 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,9 @@ { "$schema": "https://getcomposer.org/schema.json", - "name": "laravel/livewire-starter-kit", + "name": "fuel-alert/fuel-alert", "type": "project", - "description": "The official Laravel starter kit for Livewire.", - "keywords": ["laravel", "framework"], + "description": "Fuel Alert — UK fuel price intelligence app.", + "keywords": ["laravel", "fuel", "alerts"], "license": "MIT", "require": { "php": "^8.4", diff --git a/docs/api-reference.md b/docs/api-reference.md index d128dcf..fc5f8d4 100644 --- a/docs/api-reference.md +++ b/docs/api-reference.md @@ -1,6 +1,6 @@ # FuelAlert API Reference -Base URL: `https://fuel-price.test/api` +Base URL: `https://fuel-alert.test/api` All endpoints return JSON. All endpoints require an `X-Api-Key` header. **Authentication:** diff --git a/package-lock.json b/package-lock.json index 4724e74..6e737fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "fuel-price", + "name": "fuel-alert", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/resources/js/components/landing/StatsRow.vue b/resources/js/components/landing/StatsRow.vue index 84710f8..6ffee81 100644 --- a/resources/js/components/landing/StatsRow.vue +++ b/resources/js/components/landing/StatsRow.vue @@ -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' }, ]) diff --git a/resources/js/views/Home.vue b/resources/js/views/Home.vue index 2dd1d72..9842424 100644 --- a/resources/js/views/Home.vue +++ b/resources/js/views/Home.vue @@ -308,7 +308,7 @@ -
+
@@ -370,7 +370,7 @@ FuelAlert

- Helping UK drivers save money at the pump since 2021. Real-time data, smarter choices. + Helping UK drivers save money at the pump. Real-time data, smarter choices.

@@ -410,7 +410,7 @@
-

© 2024 FuelAlert UK Limited. All Rights Reserved.

+

© 2026 FuelAlert UK. FuelAlert is a trading name of Ovidiu Ungureanu, sole trader, based in Peterborough, UK.

Data provided by official UK retail price transparency schemes.

Postcode data from ONS Postcode Directory: contains OS data © Crown copyright & database right, Royal Mail data © Royal Mail copyright & database right, and National Statistics data © Crown copyright & database right.