From d5288f4dfe6928f4b16404e4607931899cabf6b7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 05:25:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f5e9780..dd2d53d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,6 @@ export default function LandingPage() { mediaPosition="left" mediaAnimation="slide-up" useInvertedBackground={true} - textboxLayout="default" accordionItems={[ { id: "1", title: "High-Performance PCs with 240Hz Monitors", content: "Our gaming PCs are equipped with the latest graphics cards and processors, paired with 240Hz monitors for ultra-responsive gameplay. Experience zero-lag performance on Valorant, CS:GO, Dota 2, and more." @@ -161,6 +160,7 @@ export default function LandingPage() { showRating={true} textboxLayout="default" useInvertedBackground={false} + animationType="slide-up" testimonials={[ { id: "1", name: "Arjun Mehta", handle: "@arjun_gamer", testimonial: "Perfect place for Valorant gaming sessions with friends. The 240Hz monitors make a huge difference. Staff is super friendly too!", rating: 5, -- 2.49.1