Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-07 16:43:19 +00:00
2 changed files with 8 additions and 1415 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -228,7 +228,7 @@ export default function LandingPage() {
},
{
id: "enterprise", badge: "Premium", badgeIcon: Zap,
price: "$3,799", subtitle: "Ultimate performance for demanding professionals", buttons: [{ text: "Choose Plan", href: "#contact" }],
price: "$3,799", subtitle: "Ultimate performance for demanding professionals + Custom Config & Annual Free Upgrades", buttons: [{ text: "Choose Plan", href: "#contact" }],
features: [
"RTX 4090 Graphics Card", "Intel i9-13th Gen Processor", "48GB RAM", "2TB SSD", "VIP 24/7 concierge support", "Lifetime hardware warranty", "Custom configuration options", "Free annual upgrades"],
},
@@ -342,4 +342,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}