From 2e74a8b7626110912730bd7aa93f4a297ddca11d Mon Sep 17 00:00:00 2001 From: atharvaombase Date: Wed, 26 Feb 2025 12:12:37 +0530 Subject: [PATCH] Moved DrivethruLandingPage.jsx to its new location --- Frontend/src/pages/DrivethruLandingPage.jsx | 287 -------------------- 1 file changed, 287 deletions(-) delete mode 100644 Frontend/src/pages/DrivethruLandingPage.jsx diff --git a/Frontend/src/pages/DrivethruLandingPage.jsx b/Frontend/src/pages/DrivethruLandingPage.jsx deleted file mode 100644 index 93b0c37..0000000 --- a/Frontend/src/pages/DrivethruLandingPage.jsx +++ /dev/null @@ -1,287 +0,0 @@ -import React from "react"; -import Footer from "../components/Footer"; -{ - /* */ -} - -const DrivethruLandingPage = () => { - return ( -
-
-
-
-
- -
-
-
- - - -
-

Drive-thru

-
- -

- Store, Access & Share Your Files — Anytime, Anywhere! -

- -

- A simple, secure, and fast cloud storage solution for all your - files. Upload, organize, and access with ease. -

- -
- - -
-
-
-
-
- -
-
-
- {" "} -
- Person using Drive-thru on laptop -
- {/* Features Card */} -
-
-

Key Features

- -
-
-
- - - -
-

- "Easy Upload & Access" – Drag & drop, instant access. -

-
- -
-
- - - -
-

- "Secure & Private" – End-to-end encryption. -

-
- -
-
- - - -
-

- "Seamless Sharing" – Share files with one click. -

-
- -
-
- - - -
-

- "Access Anywhere" – Works on all devices. -

-
-
-
-
-
- - {/* How It Works Section */} -
- {/* Person with Phone Image */} -
- Person using Drive-thru on phone -
- - {/* How It Works Card */} -
-
-

How It Works

- -
-
-
- - - -
-

- Create an account – Sign up in seconds. -

-
- -
-
- - - -
-

- Upload files – Drag & drop or select from your device. -

-
- -
-
- - - - -
-

- Manage files – Rename, move, or delete easily. -

-
- -
-
- - - -
-

- Access anytime – Open files from any device. -

-
-
-
-
-
-
-
- -
- ); -}; - -export default DrivethruLandingPage;