diff --git a/README.md b/README.md
index 76032e8..ed85738 100644
--- a/README.md
+++ b/README.md
@@ -1 +1 @@
-README coming soon
\ No newline at end of file
+README coming soon
diff --git a/docker-compose.yml b/docker-compose.yml
index 7a34294..24210a8 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -7,4 +7,4 @@ services:
volumes:
- /opt/docker/Website:/app
command: sh -c "npm cache clean --force && rm -rf node_modules package-lock.json && npm install && npm run dev -- --host --port 8097"
- restart: unless-stopped
\ No newline at end of file
+ restart: unless-stopped
diff --git a/nginx.conf b/nginx.conf
index ffbee43..76e3146 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -34,4 +34,4 @@ server {
gzip on;
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
-}
\ No newline at end of file
+}
diff --git a/src/App.tsx b/src/App.tsx
index 5773546..bdbf2a3 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -1,5 +1,5 @@
import { motion } from "framer-motion";
-import { Download, Github, Smartphone, Shield, RefreshCw, Star, ArrowRight, ExternalLink } from "lucide-react";
+import { Download, Github, Smartphone, Shield, RefreshCw, Star, ArrowRight, ExternalLink, Plus } from "lucide-react";
import { Button } from "@/components/ui/button";
import { Card, CardContent } from "@/components/ui/card";
import { useState, useEffect } from "react";
@@ -411,7 +411,7 @@ function App() {
))}
- {/* And Many More Text */}
+ {/* And Many More Text + Request App Button */}