diff --git a/src/App.jsx b/src/App.jsx
index 373e8df..d43415f 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -1,34 +1,34 @@
import { useState } from 'react'
-import reactLogo from './assets/react.svg'
-import fendiLogo from '/logo.png'
+import fendiLogo from '/favicon.png'
import Button from '@mui/material/Button';
-import VimeoEmbed from "./components/VimeoEmbed";
-
import Background from "./components/Background";
+import AppBar from '@mui/material/AppBar';
+import Toolbar from '@mui/material/Toolbar';
+import Typography from '@mui/material/Typography';
+import IconButton from '@mui/material/IconButton';
import './App.css'
function App() {
+ const [zone, setZone] = useState('public'); // Could be 'public' | 'restricted' | 'private'
+
return (
<>
- {/* Static image background */}
- {/*