7 Commits

Author SHA1 Message Date
dcb113f20b Update src/app/page.tsx 2026-03-07 16:44:57 +00:00
cc0be4b45a Merge version_2 into main
Merge version_2 into main
2026-03-07 16:43:18 +00:00
5079337924 Update src/app/page.tsx 2026-03-07 16:43:14 +00:00
4f91396a97 Update src/app/layout.tsx 2026-03-07 16:43:14 +00:00
741ee4e103 Merge version_1 into main
Merge version_1 into main
2026-03-07 16:41:14 +00:00
706bcef80b Merge version_1 into main
Merge version_1 into main
2026-03-07 16:40:29 +00:00
e4ec634f6d Merge version_1 into main
Merge version_1 into main
2026-03-07 16:39:07 +00:00
2 changed files with 10 additions and 1417 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -62,8 +62,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
title="Experience Next-Generation Performance"
description="The NovaTech Laptop pushes boundaries with AI-powered processing, stunning visuals, and all-day battery life. Designed for creators, developers, and professionals who demand excellence."
title="Create, Compute, and Collaborate 20x Faster"
description="The NovaTech Laptop redefines what's possible with AI-powered processing (500K+ users trust it daily), stunning 4K visuals at 144Hz (98% satisfaction rated), and an incredible 20 hours of battery life—all designed for creators, developers, and professionals who refuse to compromise."
tag="Futuristic Computing"
tagIcon={Zap}
tagAnimation="blur-reveal"
@@ -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>
);
}
}