@@ -58,7 +37,7 @@ const Login = () => {
diff --git a/Frontend/src/pages/Authentication/SignUp.jsx b/Frontend/src/pages/Authentication/SignUp.jsx
index ab64475..2ebe0e7 100644
--- a/Frontend/src/pages/Authentication/SignUp.jsx
+++ b/Frontend/src/pages/Authentication/SignUp.jsx
@@ -1,5 +1,5 @@
+// eslint-disable-next-line no-unused-vars
import React, { useState } from "react";
-import { FcGoogle } from "react-icons/fc";
import { FiEye, FiEyeOff } from "react-icons/fi";
import { Link } from "react-router-dom";
@@ -40,7 +40,7 @@ const SignUp = () => {
@@ -56,7 +56,7 @@ const SignUp = () => {
diff --git a/Frontend/src/pages/UserPages/DrivethruLandingPage.jsx b/Frontend/src/pages/UserPages/DrivethruLandingPage.jsx
index 696e56f..85f8534 100644
--- a/Frontend/src/pages/UserPages/DrivethruLandingPage.jsx
+++ b/Frontend/src/pages/UserPages/DrivethruLandingPage.jsx
@@ -1,7 +1,7 @@
import Footer from "../../components/Footer";
-import React from "react"
-import { useState, useEffect } from "react"
-
+import React from "react";
+import { useState, useEffect } from "react";
+import { Link } from "react-router-dom";
const DrivethruLandingPage = () => {
const features = [
@@ -9,38 +9,78 @@ const DrivethruLandingPage = () => {
title: "Easy Upload & Access",
description: "Drag & drop, instant access.",
icon: (
-