From 483b36999b6bde786b47ef1d841a235475e26cfd Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 12 Jun 2026 19:43:29 -0400 Subject: [PATCH] Mirror contact tiles to homepage, consolidate hours into tile Replace plain-text address/phone/hours on the homepage with the same three-tile card layout used on the contact page. Consolidates the separate hours section into the tile, removing the duplicate. Dynamic #status and #hours-* IDs are preserved inside the tile for script.js. Co-Authored-By: Claude Sonnet 4.6 --- main-site/index.html | 47 +++++++++++++++++++++++++++++++------------- main-site/style.css | 6 +++++- 2 files changed, 38 insertions(+), 15 deletions(-) diff --git a/main-site/index.html b/main-site/index.html index 55b0e54..b8e364e 100644 --- a/main-site/index.html +++ b/main-site/index.html @@ -85,15 +85,39 @@ Image 2 -
-

Visit our store

-

554 Boston Post Road, Milford, CT 06460

-

203.283.5626

- +
+

Visit our store

+
+
+ +
+ +
+
Phone
+ 203.283.5626 +
+
+
+ +
+
Shop Hours
+

+

Tuesday – Friday: 10:00–5:00

+

Saturday: 9:00–3:00

+

Sunday – Monday: Closed

+
+
+
+
@@ -116,11 +140,6 @@ Image 1
-

Shop Hours

-

-

Tuesday - Friday: 10:00 - 5:00

-

Saturday: 9:00 - 3:00

-

Sunday - Monday: Closed

Contact Us

diff --git a/main-site/style.css b/main-site/style.css index a641345..13c7c1f 100644 --- a/main-site/style.css +++ b/main-site/style.css @@ -366,10 +366,14 @@ form{ gap: 1rem; justify-content: center; max-width: 820px; - margin: -1.5rem auto 2rem; + margin: 1rem auto 2rem; padding: 0 1rem; } +.contact-hero + .contact-tiles { + margin-top: -1.5rem; +} + .contact-tile { background: #fff; border-radius: 14px;