diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index 5c9031a..6d14619 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -14,7 +14,7 @@ export default function NotFound() {
+
The page you're looking for doesn't exist or has been moved.
diff --git a/src/components/about/AboutValues.tsx b/src/components/about/AboutValues.tsx index b5dc7e0..9dc0049 100644 --- a/src/components/about/AboutValues.tsx +++ b/src/components/about/AboutValues.tsx @@ -30,7 +30,7 @@ const AboutValues = () => {+
The principles that guide everything we do at BrowsePing.
+
{value.description}
Questions, feedback, and support
+Questions, feedback, and support
Contributing to the project
+Contributing to the project
Main Developer
+Main Developer
GitHub
-@akash-kumar-dev
+@akash-kumar-dev
{step.description}
+{step.description}
))} diff --git a/src/components/download/PlatformsList.tsx b/src/components/download/PlatformsList.tsx index 4540065..7f346a1 100644 --- a/src/components/download/PlatformsList.tsx +++ b/src/components/download/PlatformsList.tsx @@ -119,7 +119,7 @@ const PlatformsList = () => { href={detectedPlatform.url} target="_blank" rel="noopener noreferrer" - className={`inline-flex items-center justify-center gap-2 px-6 py-3 rounded-lg bg-gradient-to-r ${detectedPlatform.color} hover:brightness-110 transition-all text-white font-medium shadow-lg hover:shadow-xl hover:scale-105 focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 focus:ring-offset-gray-900 focus:outline-none`} + className={`inline-flex items-center justify-center gap-2 px-6 py-3 rounded-lg bg-gradient-to-r ${detectedPlatform.color} hover:brightness-110 transition-all text-white font-medium shadow-lg hover:shadow-xl hover:scale-105 focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-500 focus-visible:ring-offset-2 focus-visible:ring-offset-gray-900`} >{feature.description}
+{feature.description}
Downloading... {downloadProgress}%
+Downloading... {downloadProgress}%
+
Size: ~2.5 MB • Compatible with all browsers
+
{features[(currentIndex - 1 + features.length) % features.length].description}
-+
{features[(currentIndex + 1) % features.length].description}
-Available for all major browsers
+Available for all major browsers