Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-22 02:40:21 +00:00

View File

@@ -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"
]
}
]}