Update src/app/pricing/page.tsx

This commit is contained in:
2026-03-15 11:22:00 +00:00
parent ca00e56cb7
commit d5a5c456bb

View File

@@ -7,7 +7,7 @@ import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
import TextAbout from "@/components/sections/about/TextAbout";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Zap, Shield } from "lucide-react";
import { Zap, Shield, Users } from "lucide-react";
export default function PricingPage() {
const navItems = [
@@ -176,7 +176,7 @@ export default function PricingPage() {
title="Trusted by Gaming Leaders"
description="Join the thousands of professional players, streamers, and organizations who trust DLS HUB for their competitive gaming needs."
tag="Partners"
tagIcon="Users" as any,
tagIcon={Users}
textboxLayout="default"
useInvertedBackground={true}
showCard={true}