From 1a94e91bc8a199fe56cd5941db0374a18b207d21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Guti=C3=A9rrez?= <35082514+alezmad@users.noreply.github.com> Date: Mon, 2 Feb 2026 02:27:18 +0000 Subject: [PATCH] Add Gmail link for info@whyrating.com Co-Authored-By: Claude Opus 4.5 --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bcc6735..3311a0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,7 +14,8 @@ const whyratingLinks = [ { name: 'Brand Site', url: 'http://brand.nuc.lan', icon: 'palette', description: 'WhyRating brand guidelines and assets' }, { name: 'Templates Site', url: 'http://templates.nuc.lan', icon: 'layout', description: 'WhyRating email and document templates' }, { name: 'Outline Docs', url: 'http://192.168.1.3:3080', icon: 'file-text', description: 'Project documentation and notes' }, - { name: 'Snappymail', url: 'http://nuc.lan:8082', icon: 'mail', description: 'WhyRating email client' }, + { name: 'Gmail', url: 'https://mail.google.com/mail/?authuser=info@whyrating.com', icon: 'mail', description: 'info@whyrating.com business email' }, + { name: 'Snappymail', url: 'http://nuc.lan:8082', icon: 'mail', description: 'Self-hosted email client' }, ]; export default function Home() {