From 85d93b7a277f8ee8b9799c1f59fdc6f5d1af6368 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 16:16:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 330 +++++++---------------------------------------- 1 file changed, 45 insertions(+), 285 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a216b55..723bad6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, CheckCircle, Star } from "lucide-react"; +import { Award, CheckCircle, Star, Zap, Scale, UserCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -179,34 +84,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Premium Willow", - description: "Hand-selected English and Kashmir willow for unmatched durability.", - buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/empty-deluxe-ski-complex-winter_482257-76604.jpg", - imageAlt: "Empty deluxe ski complex during winter", - }, - { - title: "Perfect Balance", - description: "Expertly crafted bats optimized for weight distribution and power.", - buttonIcon: "Scale", - imageSrc: "http://img.b2bpic.net/free-photo/red-cord-slings-therapeutic-exercises-neuromuscular-activation_169016-39477.jpg?_wi=2", - imageAlt: "Empty deluxe ski complex during winter", - }, - { - title: "Ready to Play", - description: "Professional oiling and knocking-in service for immediate use.", - buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/composition-with-neatly-organized-arranged-sport-items_23-2150275282.jpg?_wi=1", - imageAlt: "Empty deluxe ski complex during winter", - }, - { - title: "Customized Gear", - description: "Tailored recommendations based on your unique playstyle.", - buttonIcon: "UserCheck", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-with-neatly-arranged-organized-sport-items_23-2150275221.jpg?_wi=1", - imageAlt: "Empty deluxe ski complex during winter", - }, + { title: "Premium Willow", description: "Hand-selected English and Kashmir willow for unmatched durability.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/empty-deluxe-ski-complex-winter_482257-76604.jpg", imageAlt: "Empty deluxe ski complex during winter" }, + { title: "Perfect Balance", description: "Expertly crafted bats optimized for weight distribution and power.", buttonIcon: Scale, imageSrc: "http://img.b2bpic.net/free-photo/red-cord-slings-therapeutic-exercises-neuromuscular-activation_169016-39477.jpg", imageAlt: "Empty deluxe ski complex during winter" }, + { title: "Ready to Play", description: "Professional oiling and knocking-in service for immediate use.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/composition-with-neatly-organized-arranged-sport-items_23-2150275282.jpg", imageAlt: "Empty deluxe ski complex during winter" }, + { title: "Customized Gear", description: "Tailored recommendations based on your unique playstyle.", buttonIcon: UserCheck, imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-with-neatly-arranged-organized-sport-items_23-2150275221.jpg", imageAlt: "Empty deluxe ski complex during winter" } ]} title="Why Players Trust Us" description="Experience professional service designed to elevate your game with every strike." @@ -220,42 +101,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { - id: "p1", - name: "English Willow Pro", - price: "$299", - imageSrc: "http://img.b2bpic.net/free-photo/composition-with-neatly-organized-arranged-sport-items_23-2150275282.jpg?_wi=2", - }, - { - id: "p2", - name: "Kashmir Willow Classic", - price: "$129", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-with-neatly-arranged-organized-sport-items_23-2150275221.jpg?_wi=2", - }, - { - id: "p3", - name: "Training Leather Ball", - price: "$15", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-ball-hand_23-2148347963.jpg", - }, - { - id: "p4", - name: "Professional Bat Cover", - price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/cricketer-field-action_53876-63346.jpg", - }, - { - id: "p5", - name: "Pro Batting Gloves", - price: "$85", - imageSrc: "http://img.b2bpic.net/free-photo/view-male-baseball-player-field_23-2150982732.jpg", - }, - { - id: "p6", - name: "Protective Leg Pads", - price: "$110", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-worker-with-protective-glasses-reflective-vest_23-2148773499.jpg", - }, + { id: "p1", name: "English Willow Pro", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-neatly-organized-arranged-sport-items_23-2150275282.jpg" }, + { id: "p2", name: "Kashmir Willow Classic", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-with-neatly-arranged-organized-sport-items_23-2150275221.jpg" }, + { id: "p3", name: "Training Leather Ball", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-ball-hand_23-2148347963.jpg" }, + { id: "p4", name: "Professional Bat Cover", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/cricketer-field-action_53876-63346.jpg" }, + { id: "p5", name: "Pro Batting Gloves", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/view-male-baseball-player-field_23-2150982732.jpg" }, + { id: "p6", name: "Protective Leg Pads", price: "$110", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-worker-with-protective-glasses-reflective-vest_23-2148773499.jpg" } ]} title="Our Latest Collection" description="Browse our hand-picked inventory of professional-grade cricket equipment." @@ -267,46 +118,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "t1", - title: "Amazing Quality", - quote: "The bat punch is incredible. Best in the city.", - name: "Sunil Tiwari", - role: "Local Player", - imageSrc: "http://img.b2bpic.net/free-photo/people-looking-clothes-thrift-shop-side-view_23-2150082896.jpg?_wi=2", - }, - { - id: "t2", - title: "Great Variety", - quote: "Excellent collection, you can find everything you need.", - name: "Rahul Moharkar", - role: "Pro Cricketer", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-sporty-man-wearing-wristband-his-thumbs-up-isolated-green_141793-72880.jpg?_wi=2", - }, - { - id: "t3", - title: "Good Price", - quote: "High quality equipment at a very reasonable price.", - name: "Bhuvan", - role: "Enthusiast", - imageSrc: "http://img.b2bpic.net/free-photo/concept-sport-fitness-lifestyle-portrait-cheerful-middleaged-male-athlete-smiling-pleased_1258-137716.jpg?_wi=2", - }, - { - id: "t4", - title: "Fast Service", - quote: "Highly recommended for all cricket gear needs.", - name: "Shubham A.", - role: "Customer", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-playing-baseball_23-2151207853.jpg?_wi=2", - }, - { - id: "t5", - title: "Perfect Balance", - quote: "The bat I purchased feels perfectly balanced.", - name: "Rugved R.", - role: "Batting Expert", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-elegant-man-smiling_23-2148332976.jpg?_wi=2", - }, + { id: "t1", title: "Amazing Quality", quote: "The bat punch is incredible. Best in the city.", name: "Sunil Tiwari", role: "Local Player", imageSrc: "http://img.b2bpic.net/free-photo/people-looking-clothes-thrift-shop-side-view_23-2150082896.jpg" }, + { id: "t2", title: "Great Variety", quote: "Excellent collection, you can find everything you need.", name: "Rahul Moharkar", role: "Pro Cricketer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-sporty-man-wearing-wristband-his-thumbs-up-isolated-green_141793-72880.jpg" }, + { id: "t3", title: "Good Price", quote: "High quality equipment at a very reasonable price.", name: "Bhuvan", role: "Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/concept-sport-fitness-lifestyle-portrait-cheerful-middleaged-male-athlete-smiling-pleased_1258-137716.jpg" }, + { id: "t4", title: "Fast Service", quote: "Highly recommended for all cricket gear needs.", name: "Shubham A.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-playing-baseball_23-2151207853.jpg" }, + { id: "t5", title: "Perfect Balance", quote: "The bat I purchased feels perfectly balanced.", name: "Rugved R.", role: "Batting Expert", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-elegant-man-smiling_23-2148332976.jpg" } ]} title="Hear From Our Players" description="Authentic feedback from satisfied cricketers who rely on our gear." @@ -320,27 +136,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "500+", - title: "Bats Sold", - description: "Professional bats delivered.", - icon: Award, - }, - { - id: "m2", - value: "15+", - title: "Years Experience", - description: "Cricket expert knowledge.", - icon: Star, - }, - { - id: "m3", - value: "98%", - title: "Satisfaction", - description: "Happy local players.", - icon: CheckCircle, - }, + { id: "m1", value: "500+", title: "Bats Sold", description: "Professional bats delivered.", icon: Award }, + { id: "m2", value: "15+", title: "Years Experience", description: "Cricket expert knowledge.", icon: Star }, + { id: "m3", value: "98%", title: "Satisfaction", description: "Happy local players.", icon: CheckCircle } ]} title="Trusted by Local Players" description="Years of experience serving the cricket community." @@ -351,21 +149,9 @@ export default function LandingPage() { -- 2.49.1