From ceb1dfde296a15382989663cec73c8b70f7b4816 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:04:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5060ca..90958f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -157,7 +157,8 @@ export default function ThePCWalePage() { value: "DDR5", title: "Ultra-Fast RAM" }, ]} - imageSrc="https://images.unsplash.com/photo-1585164921881-8de186e61e58?w=600&h=600&fit=crop", imageAlt: "PC components and hardware" + imageSrc="https://images.unsplash.com/photo-1585164921881-8de186e61e58?w=600&h=600&fit=crop" + imageAlt="PC components and hardware" useInvertedBackground={false} mediaAnimation="slide-up" metricsAnimation="slide-up" -- 2.49.1