Update application assets and modify screenshot references

- Replaced the old AppScreenshot.webp with a new VoiceBoxAppScreenshot.webp.
- Removed the obsolete AppScreenshot.webp file.
- Updated the landing page to reference the new VoiceBoxAppScreenshot.webp.
- Commented out the ReactQueryDevtools import in main.tsx for cleaner code.
This commit is contained in:
Jamie Pine
2026-01-25 19:30:11 -08:00
parent a7463968e4
commit 7d43938b49
5 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ export default function Home() {
<div className="hidden lg:block relative">
<div className="absolute right-0 top-0 -mt-10 w-[200%] -mr-[100%]">
<Image
src="/AppScreenshot.webp"
src="/VoiceBoxAppScreenshot.webp"
alt="Voicebox Application Screenshot"
width={1920}
height={1080}