diff --git a/src/About.tsx b/src/About.tsx index 4fe35bb..b860f37 100644 --- a/src/About.tsx +++ b/src/About.tsx @@ -13,9 +13,16 @@ const About: React.FC = () => {

About

- 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.

@@ -30,11 +37,9 @@ const About: React.FC = () => { className="fa fa-life-ring" aria-hidden="true" > -
Support
+
QR Code Scanning

- 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.

@@ -50,9 +55,8 @@ const About: React.FC = () => { >
Cross Platform

- 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.

@@ -66,18 +70,17 @@ const About: React.FC = () => { className="fa fa-bolt" aria-hidden="true" > -
Fast
+
Sandboxing for Safe Browsing

- 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 ( -
+ <>
-
+ ); } diff --git a/src/Banner.tsx b/src/Banner.tsx index f8bba86..9d3a55b 100644 --- a/src/Banner.tsx +++ b/src/Banner.tsx @@ -11,18 +11,6 @@ const Banner: React.FC = () => {

Safe QR - Your Secure QR Code Scanner

-
- This awesome template designed by{" "} - - W3 Template - - . -

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.