From 1d2104b49b2ed9092bae41197beebba56a0f07b0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 09:43:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 57 ++++++++++++++++++++++++------------------------ 1 file changed, 29 insertions(+), 28 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba3cc26..30d74e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Zap, Sparkles, Shield, CreditCard, Gamepad2, Crown, TrendingUp, Users, Clock, ShieldCheck, Star, Mail, HelpCircle } from 'lucide-react'; +import { Zap, Sparkles, Shield, CreditCard, Gamepad2, Crown, TrendingUp, Users, Clock, ShieldCheck, Star, Mail, HelpCircle, Cloud, Cpu, Wifi, Zap as ZapIcon } from 'lucide-react'; export default function LandingPage() { return ( @@ -32,19 +32,20 @@ export default function LandingPage() { brandName="CloudPlay" navItems={[ { name: "Home", id: "hero" }, - { name: "Features", id: "features" }, + { name: "Infrastructure", id: "features" }, { name: "Pricing", id: "pricing" }, + { name: "Performance", id: "metrics" }, { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" } ]} - bottomLeftText="Stream Anywhere, Anytime" + bottomLeftText="Enterprise Cloud Gaming Solutions" bottomRightText="hello@cloudplay.io" />
@@ -142,8 +143,8 @@ export default function LandingPage() {
@@ -171,7 +172,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1