From 10d5d70dd0d4e7d4d326634a266c6f5d03b82b6a Mon Sep 17 00:00:00 2001 From: WorkRoot Agent Date: Mon, 13 Apr 2026 04:08:20 +0530 Subject: [PATCH] feat: dynamic business hours status on Contact page Replace hardcoded 'Open now' text with automatic Open/Closed status based on user's timezone. Uses Intl API to detect timezone and compare against business hours (Mon-Fri 10AM-6PM IST). Status updates every 60 seconds. Includes aria-live for accessibility. Co-Authored-By: Claude Opus 4.6 --- src/pages/contact.astro | 167 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 162 insertions(+), 5 deletions(-) diff --git a/src/pages/contact.astro b/src/pages/contact.astro index e314681..472229c 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -512,12 +512,12 @@ const trustStats = [ - +
-
-
- Open now - · Closes at 6 PM +
+
+ +
+ +