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 */} ...and many more! Discover hundreds of premium apps with unlocked features + + {/* Request App Button */} + + + {/* Vibrant gradient background */} +
+ + {/* Glass overlay */} +
+ + {/* Top shine effect */} +
+ + {/* Animated shimmer */} +
+ + {/* Inner shadow for depth */} +
+ + {/* Content */} +
+ + + + + Request App + + + + +
+ + {/* Hover glow effect */} +
+
+
@@ -705,6 +762,56 @@ function App() { {/* Hover glow effect */}
+ + {/* Request App Button in CTA */} + + {/* Vibrant gradient background */} +
+ + {/* Glass overlay */} +
+ + {/* Top shine effect */} +
+ + {/* Animated shimmer */} +
+ + {/* Inner shadow for depth */} +
+ + {/* Content */} +
+ + + + + Request App + + + + +
+ + {/* Hover glow effect */} +
+
diff --git a/vite.config.ts b/vite.config.ts index 9cbc923..0e3bae3 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -21,4 +21,4 @@ export default defineConfig({ 'store.felo.gg' // Add your domain ], } -}) \ No newline at end of file +})