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" />