From b5af6ea7af997487748f5f2afc5564ea52590a3a Mon Sep 17 00:00:00 2001 From: Rodolfo Ruiz Date: Wed, 14 May 2025 20:23:48 -0600 Subject: [PATCH] feat: add a footer --- src/App.jsx | 37 ++++++++++++++++++------------------ src/components/AppHeader.jsx | 4 ++-- src/components/Footer.jsx | 32 +++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+), 21 deletions(-) create mode 100644 src/components/Footer.jsx 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.

+ +
+