diff --git a/src/app/page.tsx b/src/app/page.tsx index e9f1a08..ce4405a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,70 +30,42 @@ export default function LandingPage() {
@@ -104,9 +76,7 @@ export default function LandingPage() { title="BORN TO COMPETE. DESIGNED TO LEAD." buttons={[ { - text: "Learn More", - href: "#", - }, + text: "Learn More", href: "#"}, ]} /> @@ -119,41 +89,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Pro Home Jersey", - price: "Rs. 2,500", - imageSrc: "http://img.b2bpic.net/free-vector/mens-basketball-jersey-mockup-template_29096-6268.jpg", - }, + id: "p1", name: "Pro Home Jersey", price: "Rs. 2,500", imageSrc: "http://img.b2bpic.net/free-vector/mens-basketball-jersey-mockup-template_29096-6268.jpg"}, { - id: "p2", - name: "Signature Hoodie", - price: "Rs. 3,500", - imageSrc: "http://img.b2bpic.net/free-photo/female-posing-while-standing-orange-hoodie-looking-charming_176474-86781.jpg", - }, + id: "p2", name: "Signature Hoodie", price: "Rs. 3,500", imageSrc: "http://img.b2bpic.net/free-photo/female-posing-while-standing-orange-hoodie-looking-charming_176474-86781.jpg"}, { - id: "p3", - name: "Performance Mousepad", - price: "Rs. 1,200", - imageSrc: "http://img.b2bpic.net/free-photo/hexagon-wall-background_35913-2666.jpg", - }, + id: "p3", name: "Performance Mousepad", price: "Rs. 1,200", imageSrc: "http://img.b2bpic.net/free-photo/hexagon-wall-background_35913-2666.jpg"}, { - id: "p4", - name: "Team Water Bottle", - price: "Rs. 800", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-cyan-toner-arrangement-isolated_23-2149120718.jpg", - }, + id: "p4", name: "Team Water Bottle", price: "Rs. 800", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cyan-toner-arrangement-isolated_23-2149120718.jpg"}, { - id: "p5", - name: "Snapback Cap", - price: "Rs. 1,000", - imageSrc: "http://img.b2bpic.net/free-photo/creative-trucker-hat-still-life_23-2149504589.jpg", - }, + id: "p5", name: "Snapback Cap", price: "Rs. 1,000", imageSrc: "http://img.b2bpic.net/free-photo/creative-trucker-hat-still-life_23-2149504589.jpg"}, { - id: "p6", - name: "Esports Backpack", - price: "Rs. 4,500", - imageSrc: "http://img.b2bpic.net/free-photo/cool-gaming-setup-with-neon-lights-still-life_23-2149829151.jpg", - }, + id: "p6", name: "Esports Backpack", price: "Rs. 4,500", imageSrc: "http://img.b2bpic.net/free-photo/cool-gaming-setup-with-neon-lights-still-life_23-2149829151.jpg"}, ]} title="PREMIUM GEAR" description="Level up your wardrobe with our professional-grade esports apparel." @@ -168,20 +114,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "1st", - description: "National Ranking", - }, + id: "m1", value: "1st", description: "National Ranking"}, { - id: "m2", - value: "50K+", - description: "Happy Gamers", - }, + id: "m2", value: "50K+", description: "Happy Gamers"}, { - id: "m3", - value: "10+", - description: "Major Titles", - }, + id: "m3", value: "10+", description: "Major Titles"}, ]} title="DOMINATING THE ARENA" description="Numbers speak for our performance." @@ -195,59 +132,28 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Rohan", - role: "Pro Player", - company: "Community", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-caucasian-sporty-girl-with-braces-wearing-headband-wristbands-holds-gold-medal_141793-99538.jpg", - }, + id: "1", name: "Rohan", role: "Pro Player", company: "Community", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-caucasian-sporty-girl-with-braces-wearing-headband-wristbands-holds-gold-medal_141793-99538.jpg"}, { - id: "2", - name: "Anil", - role: "Fan", - company: "Community", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-disappointed-after-losing-livestream_482257-115598.jpg", - }, + id: "2", name: "Anil", role: "Fan", company: "Community", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-disappointed-after-losing-livestream_482257-115598.jpg"}, { - id: "3", - name: "Sita", - role: "Collector", - company: "Community", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-couch-with-camera_23-2148912510.jpg", - }, + id: "3", name: "Sita", role: "Collector", company: "Community", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-couch-with-camera_23-2148912510.jpg"}, { - id: "4", - name: "Bijay", - role: "Player", - company: "Community", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-playing-videogame_23-2149349990.jpg", - }, + id: "4", name: "Bijay", role: "Player", company: "Community", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-playing-videogame_23-2149349990.jpg"}, { - id: "5", - name: "Deepa", - role: "Fan", - company: "Community", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheerful-male-friends-having-pizza-watching-sports-tv_23-2148894765.jpg", - }, + id: "5", name: "Deepa", role: "Fan", company: "Community", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheerful-male-friends-having-pizza-watching-sports-tv_23-2148894765.jpg"}, ]} kpiItems={[ { - value: "4.9/5", - label: "Avg Rating", - }, + value: "4.9/5", label: "Avg Rating"}, { - value: "10K+", - label: "Reviews", - }, + value: "10K+", label: "Reviews"}, { - value: "98%", - label: "Satisfaction", - }, + value: "98%", label: "Satisfaction"}, ]} title="FAN FEEDBACK" description="Hear what our community says." @@ -258,8 +164,7 @@ export default function LandingPage() {