From 63877965bc8dc0497c8655095d5869b8905b44ee Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 03:29:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c4060c..42bf61c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { title="Study in the Void." description="Upload any document and watch AI turn it into your own neon study arcade." mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/rendering-abstract-futuristic-background-with-glowing-neon-blue-lights_181624-26042.jpg", imageAlt: "Drop Zone" }, + { imageSrc: "http://img.b2bpic.net/free-photo/rendering-abstract-futuristic-background-with-glowing-neon-blue-lights_181624-26042.jpg?_wi=1", imageAlt: "Drop Zone" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-numbered-lockers-gym_23-2147949733.jpg", imageAlt: "Processing" }, { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-helmet-with-neon-detailing_23-2152011754.jpg", imageAlt: "Dashboard" }, { imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-background-shapes-texture_1194-306812.jpg", imageAlt: "Abstract geometric background" }, @@ -106,7 +106,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { id: "basic", title: "Night Owl", price: "$0", period: "/mo", features: ["Limited Uploads", "Basic Games"], button: { text: "Get Started" }, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-designer-sitting-office-night_171337-15579.jpg", imageAlt: "motivated university student portrait" }, - { id: "pro", title: "Cyber Master", price: "$19", period: "/mo", features: ["Unlimited Uploads", "Advanced Arcade", "Offline Mode"], button: { text: "Unlock Now" }, imageSrc: "http://img.b2bpic.net/free-photo/rendering-abstract-futuristic-background-with-glowing-neon-blue-lights_181624-26042.jpg", imageAlt: "motivated university student portrait" }, + { id: "pro", title: "Cyber Master", price: "$19", period: "/mo", features: ["Unlimited Uploads", "Advanced Arcade", "Offline Mode"], button: { text: "Unlock Now" }, imageSrc: "http://img.b2bpic.net/free-photo/rendering-abstract-futuristic-background-with-glowing-neon-blue-lights_181624-26042.jpg?_wi=2", imageAlt: "motivated university student portrait" }, ]} title="Night Owl Plans" description="Choose your access tier." -- 2.49.1