Update src/app/page.tsx

This commit is contained in:
2026-04-20 13:55:13 +00:00
parent f297c8f10e
commit 747400a3d9

View File

@@ -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() {
<ContactText
text="Get involved today and shape the 2026 season."
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
/>
</div>