diff --git a/src/app/page.tsx b/src/app/page.tsx
index 012a55b..17de5de 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,18 +40,11 @@ export default function LandingPage() {
@@ -75,54 +56,24 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Engineered for Performance",
- description: "Our willow bats are crafted from the highest quality English willow, selected for weight, grain structure, and balance.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/view-male-baseball-player-field_23-2150982684.jpg",
- imageAlt: "Premium Cricket Bat",
- },
+ title: "Engineered for Performance", description: "Our willow bats are crafted from the highest quality English willow, selected for weight, grain structure, and balance.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/view-male-baseball-player-field_23-2150982684.jpg", imageAlt: "Premium Cricket Bat"},
items: [
- {
- icon: Sparkles,
- text: "High-Density Willow",
- },
- {
- icon: Shield,
- text: "Balanced Weight Distribution",
- },
- {
- icon: Zap,
- text: "Powerful Sweet Spot",
- },
+ { icon: Sparkles, text: "High-Density Willow" },
+ { icon: Shield, text: "Balanced Weight Distribution" },
+ { icon: Zap, text: "Powerful Sweet Spot" },
],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-defocused-baseball-bat_23-2148347942.jpg?_wi=2",
- imageAlt: "cricket willow bat studio shot",
+ reverse: false
},
{
- title: "Built for Durability",
- description: "Whether it is training or match day, our balls and protective gear are built to withstand the toughest conditions.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/baseball-game_1204-420.jpg",
- imageAlt: "Cricket Ball Quality",
- },
+ title: "Built for Durability", description: "Whether it is training or match day, our balls and protective gear are built to withstand the toughest conditions.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/baseball-game_1204-420.jpg", imageAlt: "Cricket Ball Quality"},
items: [
- {
- icon: CheckCircle,
- text: "Durable Stitching",
- },
- {
- icon: Shield,
- text: "Impact Resistant Protection",
- },
- {
- icon: Award,
- text: "Certified Quality",
- },
+ { icon: CheckCircle, text: "Durable Stitching" },
+ { icon: Shield, text: "Impact Resistant Protection" },
+ { icon: Award, text: "Certified Quality" },
],
- reverse: true,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-sportive-young-woman_23-2148297813.jpg?_wi=1",
- imageAlt: "cricket willow bat studio shot",
+ reverse: true
},
]}
title="Why Professional Players Choose Us"
@@ -137,48 +88,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Elite Willow Bat",
- price: "$299.99",
- imageSrc: "http://img.b2bpic.net/free-photo/view-male-baseball-player-field_23-2150982734.jpg",
- imageAlt: "Elite Willow Bat",
- },
- {
- id: "p2",
- name: "Pro Match Ball",
- price: "$25.00",
- imageSrc: "http://img.b2bpic.net/free-photo/beach-bats-grass-surface_23-2147635801.jpg",
- imageAlt: "Pro Match Ball",
- },
- {
- id: "p3",
- name: "Performance Pads",
- price: "$89.00",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shuttlecock_53876-32069.jpg",
- imageAlt: "Performance Pads",
- },
- {
- id: "p4",
- name: "Helmet Pro-Series",
- price: "$120.00",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-metallic-ball-grass_23-2149530287.jpg",
- imageAlt: "Helmet Pro",
- },
- {
- id: "p5",
- name: "Fielding Gloves",
- price: "$45.00",
- imageSrc: "http://img.b2bpic.net/free-photo/robotic-insect-studio-with-copy-space_23-2150916172.jpg",
- imageAlt: "Fielding Gloves",
- },
- {
- id: "p6",
- name: "Training Kit Bag",
- price: "$75.00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-baseball-with-bad-gloves_23-2148523212.jpg",
- imageAlt: "Kit Bag",
- },
+ { id: "p1", name: "Elite Willow Bat", price: "$299.99", imageSrc: "http://img.b2bpic.net/free-photo/view-male-baseball-player-field_23-2150982734.jpg", imageAlt: "Elite Willow Bat" },
+ { id: "p2", name: "Pro Match Ball", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/beach-bats-grass-surface_23-2147635801.jpg", imageAlt: "Pro Match Ball" },
+ { id: "p3", name: "Performance Pads", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shuttlecock_53876-32069.jpg", imageAlt: "Performance Pads" },
+ { id: "p4", name: "Helmet Pro-Series", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-metallic-ball-grass_23-2149530287.jpg", imageAlt: "Helmet Pro" },
+ { id: "p5", name: "Fielding Gloves", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/robotic-insect-studio-with-copy-space_23-2150916172.jpg", imageAlt: "Fielding Gloves" },
+ { id: "p6", name: "Training Kit Bag", price: "$75.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baseball-with-bad-gloves_23-2148523212.jpg", imageAlt: "Kit Bag" },
]}
title="Featured Cricket Equipment"
description="Browse our handpicked collection of essential cricket gear for players of all levels."
@@ -188,49 +103,25 @@ export default function LandingPage() {