fix: update WhatsApp order number to +46 73 938 10 89

- Changed the order WhatsApp from 46709864995 to 46739381089 in CartDrawer.tsx (the wa.me link used for cart orders).
- Updated matching comments in CartDrawer.tsx, CartContext.tsx, and app/layout.tsx.
- This is the number for WhatsApp orders (matches the mobile phone 0739-381089 used for reservations/bookings).
- Phone display numbers (landline + mobile) left unchanged as they were not part of the request.
This commit is contained in:
Zeeshan Khan
2026-06-02 16:57:41 +02:00
parent bca3d83bb4
commit 50de4b0c90
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
*
* FUTURE DEVELOPERS:
* - To add a new global provider (theme, analytics, etc.), wrap it here.
* - WhatsApp number for orders is currently hardcoded in CartDrawer.tsx (46709864995).
* - WhatsApp number for orders is currently hardcoded in CartDrawer.tsx (46739381089).
* - If you ever split the cart into a separate modal library, keep the provider here.
*/