diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d9ca15c..97149f2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1406,4 +1406,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index cdb5ae3..10a8fb7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Crosshair, Flame, Gift, RefreshCw, Sparkles, TrendingUp, Trophy, Unlock, Zap } from 'lucide-react'; +import { Crosshair, Flame, Gift, RefreshCw, Sparkles, TrendingUp, Trophy, Unlock, Zap, Users } from 'lucide-react'; export default function LandingPage() { return ( @@ -130,6 +130,7 @@ export default function LandingPage() { title="What Players Say" description="Hear from the community about their experience dominating in Grow Your Power" tag="Testimonials" + tagIcon={Users} textboxLayout="default" useInvertedBackground={true} showRating={true} @@ -172,4 +173,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file