diff --git a/site/commerce.config.json b/site/commerce.config.json index 305eaafea..128441195 100644 --- a/site/commerce.config.json +++ b/site/commerce.config.json @@ -3,7 +3,7 @@ "cart": false, "search": true, "wishlist": false, - "customerAuth": false, + "customerAuth": true, "customCheckout": false } } diff --git a/site/components/common/Layout/Layout.tsx b/site/components/common/Layout/Layout.tsx index e176dd4c6..2ea7a0e33 100644 --- a/site/components/common/Layout/Layout.tsx +++ b/site/components/common/Layout/Layout.tsx @@ -119,13 +119,21 @@ const Layout: React.FC = ({
-
{children}
+
+ {children} +
@@ -141,7 +149,11 @@ const Layout: React.FC = ({ } /> {/** Tidio Chat Script to implement Widget */} - +
) diff --git a/site/pages/contact.tsx b/site/pages/contact.tsx index d7fb99d9a..5ae01268f 100644 --- a/site/pages/contact.tsx +++ b/site/pages/contact.tsx @@ -5,28 +5,33 @@ import { Text as TextUI } from '@components/ui' import { useRouter } from 'next/router' export default function Contact() { - const { locale } = useRouter() return (
- - {locale == "it" ? "Contatti" : "Contact Us"} + + + {locale == 'it' ? 'Contatti' : 'Contact Us'} + - {locale == "it" ? "Puoi contattarci usando i recapiti che trovi qui sotto!" : "You can contact us using the contact details below!"} + {locale == 'it' + ? 'Puoi contattarci usando i recapiti che trovi qui sotto!' + : 'You can contact us using the contact details below!'} - + - - safaraecommerce@protonmail.com + + + safaraecommerce@protonmail.com + - - +39 3923790948 + + +39 339 163 0349 diff --git a/site/public/homepageBackgroundImage2.png b/site/public/homepageBackgroundImage2.png index 6c16e0a0d..f3e21d0a6 100644 Binary files a/site/public/homepageBackgroundImage2.png and b/site/public/homepageBackgroundImage2.png differ