Update src/app/pricing/page.tsx
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user