diff --git a/src/App.jsx b/src/App.jsx index cc5a2f2..55be451 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,12 +1,8 @@ import { useState } from 'react' -import fendiLogo from '/favicon.png' -import Button from '@mui/material/Button'; 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 AppHeader from './components/AppHeader'; +import Footer from './components/Footer'; +import Box from '@mui/material/Box'; import './App.css' @@ -16,21 +12,24 @@ function App() { return ( <> - + - + - {/* - - - Fendi logo - - - Fendi Casa Experience - - - - */} + + +

Welcome to the Fendi Casa Experience

+

This is a sample box.

+ +
+