Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 47e459b1b5 | |||
| b18c3378f5 | |||
| 80da5fc5c7 |
@@ -9,7 +9,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|||||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -130,6 +130,7 @@ export default function LandingPage() {
|
|||||||
title="What Players Say"
|
title="What Players Say"
|
||||||
description="Hear from the community about their experience dominating in Grow Your Power"
|
description="Hear from the community about their experience dominating in Grow Your Power"
|
||||||
tag="Testimonials"
|
tag="Testimonials"
|
||||||
|
tagIcon={Users}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
|
|||||||
Reference in New Issue
Block a user