diff --git a/Frontend/package.json b/Frontend/package.json index 4c3b9f7..e0b3745 100644 --- a/Frontend/package.json +++ b/Frontend/package.json @@ -11,6 +11,7 @@ }, "dependencies": { "@tailwindcss/vite": "^4.0.9", + "flowbite": "^3.1.2", "react": "^19.0.0", "react-dom": "^19.0.0", "react-icons": "^5.5.0", diff --git a/Frontend/src/components/Footer.jsx b/Frontend/src/components/Footer.jsx index 53c52e5..82cbe01 100644 --- a/Frontend/src/components/Footer.jsx +++ b/Frontend/src/components/Footer.jsx @@ -4,25 +4,12 @@ const Footer = () => {
- About | Privacy Policy | Terms of Service | Contact@
- {new Date().getFullYear()} Drive-Thru. All rights reserved.
+ A mini project designed and engineering by Team 2025
All rights reserved.
*/
}
@@ -9,26 +10,31 @@ const DrivethruLandingPage = () => {
+