diff --git a/src/app/page.tsx b/src/app/page.tsx index 276eddb..ed4542b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import MediaAbout from '@/components/sections/about/MediaAbout'; -import { Medal, Trophy, Zap, TrendingUp, ShieldCheck, Users, Mail, Phone } from "lucide-react"; +import { Medal, Trophy, Zap, TrendingUp, ShieldCheck, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -87,6 +87,7 @@ export default function LandingPage() { gridVariant="bento-grid" title="Poll Categories" description="Choose your category and cast your vote." + useInvertedBackground={false} products={[ { id: "1", name: "Champion Predictor", price: "Vote Free", imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-chalice_23-2151113199.jpg" }, { id: "2", name: "Top Scorer", price: "Vote Free", imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-playing-cricket-sport_23-2151702116.jpg" }, @@ -101,6 +102,8 @@ export default function LandingPage() { description="Real-time data from our massive fan community." gridVariant="bento-grid" animationType="blur-reveal" + textboxLayout="split" + useInvertedBackground={false} metrics={[ { id: "1", value: "1.2M+", title: "Active Users", description: "Engaged fans", icon: Users }, { id: "2", value: "5.4M", description: "Total Votes Cast", icon: Medal, title: "Votes Cast" }, @@ -116,6 +119,7 @@ export default function LandingPage() { showRating={true} animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} testimonials={[ { id: "1", name: "Rohit", handle: "@rohit", testimonial: "The best platform to predict match outcomes!", rating: 5 }, { id: "2", name: "Priya", handle: "@priya", testimonial: "Simple to use and very intuitive polls.", rating: 5 } @@ -141,6 +145,7 @@ export default function LandingPage() {