- Sed quis nisi nisi. Proin consectetur porttitor
- dui sit amet viverra. Fusce sit amet lorem
- faucibus, vestibulum ante in, pharetra ante.
+ Currently, in the QR code security landscape, there is a gap in comprehensive protection against potential
+ threats posed by malicious QR codes. Existing solutions often provide basic functionality, such as scanning QR
+ codes to extract website URLs. However, these applications lack robust security measures to defend users against
+ various types of malicious content embedded within QR codes.
+
+
+ Our intention with the SafeQR project is to bridge this gap by developing a comprehensive mobile application
+ that offers advanced security features for scanning and interacting with QR codes. Unlike existing solutions
+ that primarily focus on verifying website URLs, our app aims to take a more proactive and broad approach to QR
+ code security.
- Phasellus lobortis justo a magna
- facilisis, in commodo tellus rutrum.
- Sed vitae condimentum nulla.
+ The application will have the capability to scan QR codes directly using a camera or from saved images.
- Phasellus lobortis justo a magna
- facilisis, in commodo tellus rutrum.
- Sed vitae condimentum nulla.
+ Designed to function seamlessly on both iOS and Android platforms, ensuring a broad user base can
+ benefit from the application's protective features.
- Phasellus lobortis justo a magna
- facilisis, in commodo tellus rutrum.
- Sed vitae condimentum nulla.
+ To enhance security, the application will open links in a sandboxed environment. This protected mode
+ helps isolate and contain potential threats away from the user's device.
-
+
Learn More
- {" "}
+
diff --git a/src/App.tsx b/src/App.tsx
index a0fe8e7..ffff183 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -1,25 +1,25 @@
-import React from 'react';
import Header from './Header'
import Banner from './Banner'
import About from './About'
-import Video from './Video'
import Features from './Features'
import Team from './Team'
import Faq from './Faq'
import Footer from './Footer'
+import ContactUs from './ContactUs'
+
function App() {
return (
-
Safe QR is a mobile app designed for
scanning QR codes, offering a simple and
@@ -30,15 +18,16 @@ const Banner: React.FC = () => {
is easy to use and provides an interactive
and intuitive experience for users. With
Safe QR, you can quickly scan QR codes with
- high-quality results.
+ a peace of mind.
+
+ );
+};
+
+export default ContactUs;
\ No newline at end of file
diff --git a/src/Features.tsx b/src/Features.tsx
index 5057799..ac7e284 100644
--- a/src/Features.tsx
+++ b/src/Features.tsx
@@ -9,29 +9,31 @@ const Features: React.FC = () => {
Features
-
Safe QR is a mobile app designed for scanning QR codes, offering a simple and effective QR code scanning service. The app is easy to use and provides an interactive and intuitive experience for users. With Safe QR, you can quickly scan QR codes with high-quality results.
+
Safe QR is a mobile app designed for scanning QR codes, offering a simple and effective QR code scanning service. The app is
+ easy to use and provides an interactive and intuitive experience for users. With Safe QR, you can quickly scan QR codes with
+ high-quality results.
-
Safe and Secure
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididugnt ut labore
+
SSL Checking
+
The security of the connection to the website associated with the QR code by verifying its SSL/TLS certificate.
-
Efficient Scanning
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididugnt ut labore
+
Payload Inspection
+
Preview the contents of a URL to assess its relevance and safety before deciding to proceed with opening it.
-
User Friendly Interface
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididugnt ut labore
+
Copy payload to Clipboard
+
Copy the contents of the URL extracted from a QR code to the device’s clipboard.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididugnt ut labore
+
History of scans
+
View the list of saved QR codes in the application's history for reference.
-
Effortless QR Scanning
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididugnt ut labore
+
Open in selected browser
+
Open the scanned QR code in your favourite browser
-
Instant Results
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididugnt ut labore
+
Bookmarking scans
+
Automatically saved to the application's history for future reference or sharing. Bookmark a scanned QR code for
+ easy access and reference during the payload inspection phase.
+
Sed quis nisi nisi. Proin consectetur porttitor dui sit amet viverra. Fusce sit amet lorem faucibus, vestibulum ante in, pharetra ante.
+
Inspired by the growing reliance on QR codes for various interactions and the increasing need for heightened
+ security in the digital landscape, our motivation is to empower users with a secure and seamless QR code experience. We are driven
+ by the desire to mitigate security risks associated with QR code usage and to provide users with peace of mind while engaging in
+ digital transactions. Our motivation fuels our commitment to innovation and excellence in developing a solution that addresses
+ the evolving challenges of QR code security.
+