From 748482424688448c3977a5bfe0e689537d54627f Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 3 Jun 2025 18:45:33 +0200 Subject: [PATCH] Update favicon and logo from SVG to WebP format Replace puffin-logo.svg with puffinOffset.webp in both the favicon link and JSON-LD structured data to use WebP image format instead of SVG. --- src/App.tsx | 147 +++++++++++----- src/components/Home.tsx | 279 ++++++++++++++++++++---------- src/components/TripCalculator.tsx | 24 ++- src/index.css | 184 ++++++++++++++++++++ 4 files changed, 495 insertions(+), 139 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 0dfe55d..5f1d2fb 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -115,21 +115,33 @@ function App() { }; return ( -
-
-
+
+
+
-
handleNavigate('home')} + whileHover={{ scale: 1.02 }} + transition={{ type: "spring", stiffness: 400, damping: 17 }} > - Puffin Offset Logo -

Puffin Offset

-
+ + Puffin Offset + + {/* Mobile menu button */} - - - +
@@ -233,11 +240,73 @@ function App() { -