From b9d82a7cc948490c107b7a49f7e70db2d509132c Mon Sep 17 00:00:00 2001 From: Edwin Eames Date: Thu, 12 Mar 2026 17:10:52 -0400 Subject: [PATCH] refactor: Reformat Svelte pages, move style block, and update image asset version. --- src/routes/(app)/+page.svelte | 111 ++++++++++------- src/routes/(app)/servicearea/+page.svelte | 139 +++++++++++----------- 2 files changed, 138 insertions(+), 112 deletions(-) diff --git a/src/routes/(app)/+page.svelte b/src/routes/(app)/+page.svelte index aa601de..a4b043d 100755 --- a/src/routes/(app)/+page.svelte +++ b/src/routes/(app)/+page.svelte @@ -2,17 +2,15 @@ import "../../app.postcss"; import { onMount } from "svelte"; import { PUBLIC_BASE_URL } from "$env/static/public"; - import type { company, oilprice } from '$lib/types/types' - import '/static/fonts.css'; + import type { company, oilprice } from "$lib/types/types"; + import "/static/fonts.css"; export let company_data: company; export let oil_price_data: oilprice; - - let price_of_oil: string = ''; - let company_name: string = ''; - let company_phone_number: string = ''; + let price_of_oil: string = ""; + let company_name: string = ""; + let company_phone_number: string = ""; - onMount(async () => { try { const response = await fetch(PUBLIC_BASE_URL + "/info/price/today", { @@ -59,25 +57,30 @@ } }); - - -Auburn Oil: Quality Heating Oil Delivery in Southern Worcester County + + +Auburn Oil: Quality Heating Oil Delivery in Southern Worcester County
-
+

Delivering Oil to Worcester County

-
+
-
+
- Auburn Massachusetts - + Auburn Massachusetts +
-
+
-
Call Us
-
508-426-8800
+
+ Call Us +
+
508-426-8800
-
Text
+
+ Text +
914-330-6100
@@ -108,20 +117,25 @@
--> -
+
Paxton Now delivering to Paxton !
-
+
Why call Auburn Oil?
Lightning Fast Delivery
-
We're much faster than the competition, delivering home heating oil quickly and efficiently to keep your home warm.
+
+ We're much faster than the competition, delivering home heating oil + quickly and efficiently to keep your home warm. +
-
+
Cheaper Prices
No Middleman. No expensive bulk plants. Direct port to door for @@ -131,37 +145,34 @@
Phone Support
- Real live person on the phone when you call. Text us if you prefer. - We are here to help you. + Real live person on the phone when you call. Text us if you prefer. We + are here to help you.
Top Quality Oil
- We dont cut our oil with biodiesel. We use the best available - fuel for your heating system. - + We dont cut our oil with biodiesel. We use the best available fuel for + your heating system.
-
- We Offer Automatic Delivery -
-
We will automatically fill your home and keep your family comfortable without worries - about oil levels. +
We Offer Automatic Delivery
+
+ We will automatically fill your home and keep your family comfortable + without worries about oil levels.
Always get priority delivery status.
Run out of oil?
- We offer emergency after-hours, night, holiday, and weekend deliveries when you're running low or have run out of heating oil. + We offer emergency after-hours, night, holiday, and weekend deliveries + when you're running low or have run out of heating oil.
-
-
+
-
@@ -181,7 +192,7 @@
+ + diff --git a/src/routes/(app)/servicearea/+page.svelte b/src/routes/(app)/servicearea/+page.svelte index 0970347..c936194 100755 --- a/src/routes/(app)/servicearea/+page.svelte +++ b/src/routes/(app)/servicearea/+page.svelte @@ -1,14 +1,13 @@ -