From 4e1ac84e5aba46a34d9c0385718c71144ec780a5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 02:40:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a4eb23..f83e53a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -241,21 +241,21 @@ export default function LandingPage() { id: "elite", badge: "Popular", badgeIcon: Sparkles, price: "$2,499", name: "Elite Performer", buttons: [{ text: "Configure", href: "#contact" }], features: [ - "RTX 4070 Super GPU", "Intel Core i7-14700K", "16GB DDR5 RAM", "1TB NVMe SSD", "16" 165Hz Display", "Advanced Cooling", "12-Month Warranty" + "RTX 4070 Super GPU", "Intel Core i7-14700K", "16GB DDR5 RAM", "1TB NVMe SSD", "16\" 165Hz Display", "Advanced Cooling", "12-Month Warranty" ] }, { id: "ultimate", badge: "Best Value", badgeIcon: Zap, price: "$3,799", name: "Ultimate Champion", buttons: [{ text: "Configure", href: "#contact" }], features: [ - "RTX 4090 Super GPU", "Intel Core i9-14900KS", "32GB DDR5 RAM", "2TB NVMe SSD", "17.3" 240Hz Display", "Liquid Cooling", "24-Month Warranty" + "RTX 4090 Super GPU", "Intel Core i9-14900KS", "32GB DDR5 RAM", "2TB NVMe SSD", "17.3\" 240Hz Display", "Liquid Cooling", "24-Month Warranty" ] }, { id: "pro", badge: "Best For Creators", badgeIcon: Sparkles, price: "$3,199", name: "Pro Creator", buttons: [{ text: "Configure", href: "#contact" }], features: [ - "RTX 4080 GPU", "Intel Core i9-14900K", "32GB DDR5 RAM", "2TB NVMe SSD", "16" 144Hz Display", "Advanced Cooling", "18-Month Warranty" + "RTX 4080 GPU", "Intel Core i9-14900K", "32GB DDR5 RAM", "2TB NVMe SSD", "16\" 144Hz Display", "Advanced Cooling", "18-Month Warranty" ] } ]} -- 2.49.1