From 48f8387dd4db3a98a1ec1ff33ff766c1cf73ec42 Mon Sep 17 00:00:00 2001 From: OpenCode Date: Sat, 16 May 2026 00:26:35 +0100 Subject: [PATCH] Fix QR panel rendering --- CHANGELOG.md | 1 + components/ContactSection.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f9a80a..f38461f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ All notable changes to the New Optic website will be documented in this file. - Optimized mobile rendering by disabling heavy blur, fixed backgrounds, ambient animations, and WebGL glass below desktop widths. - Changed mobile CSS to reference only the compressed mobile background by default, keeping the full PNG desktop-only. - Added mobile `content-visibility` containment so offscreen sections do less rendering work on low-end devices. +- Removed the WebGL liquid glass layer from the contact QR panel so the QR code renders immediately and remains scannable. - Reworked collection cards from abstract placeholders to image-led product cards. - Improved dark-section heading contrast. - Corrected French typography and accents. diff --git a/components/ContactSection.tsx b/components/ContactSection.tsx index 7307039..14ad297 100644 --- a/components/ContactSection.tsx +++ b/components/ContactSection.tsx @@ -33,7 +33,7 @@ export default function ContactSection({ t, whatsappUrl }: { t: Messages; whatsa -
+
{t.contact.qr}