Update src/app/page.tsx
This commit is contained in:
182
src/app/page.tsx
182
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Gear",
|
||||
id: "products",
|
||||
},
|
||||
name: "Gear", id: "products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="CricketEdge"
|
||||
/>
|
||||
@@ -52,32 +44,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Master Your Game with Elite Cricket Gear"
|
||||
description="Premium accessories and professional-grade equipment designed for top-tier performance on every pitch."
|
||||
tag="Elevate Your Play"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-playing-cricket-sport_23-2151702128.jpg",
|
||||
imageAlt: "Cricket gear professional",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-playing-cricket-sport_23-2151702128.jpg", imageAlt: "Cricket gear professional"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-suitcase-preparations-packing_23-2149070295.jpg",
|
||||
imageAlt: "Cricket kit collection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baseball-with-bat_23-2148803967.jpg?_wi=1",
|
||||
imageAlt: "Professional english willow cricket bat",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668545.jpg?_wi=1",
|
||||
imageAlt: "Premium cricket helmet safety",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-soccer-player-field_23-2150629604.jpg?_wi=1",
|
||||
imageAlt: "Cricket shoe spikes performance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-suitcase-preparations-packing_23-2149070295.jpg", imageAlt: "Cricket kit collection"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -92,40 +67,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "English Willow Bats",
|
||||
subtitle: "Precision-crafted for power.",
|
||||
category: "Batting",
|
||||
value: "Elite",
|
||||
},
|
||||
id: "f1", title: "English Willow Bats", subtitle: "Precision-crafted for power.", category: "Batting", value: "Elite"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Professional Gloves",
|
||||
subtitle: "Maximum protection, comfort.",
|
||||
category: "Protection",
|
||||
value: "Safety",
|
||||
},
|
||||
id: "f2", title: "Professional Gloves", subtitle: "Maximum protection, comfort.", category: "Protection", value: "Safety"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Pro Helmets",
|
||||
subtitle: "Lightweight, high-impact guard.",
|
||||
category: "Safety",
|
||||
value: "Pro",
|
||||
},
|
||||
id: "f3", title: "Pro Helmets", subtitle: "Lightweight, high-impact guard.", category: "Safety", value: "Pro"},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Pro Spikes",
|
||||
subtitle: "Maximum traction on field.",
|
||||
category: "Footwear",
|
||||
value: "Agility",
|
||||
},
|
||||
id: "f4", title: "Pro Spikes", subtitle: "Maximum traction on field.", category: "Footwear", value: "Agility"},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Cricket Balls",
|
||||
subtitle: "Leather construction, swing.",
|
||||
category: "Equipment",
|
||||
value: "Match-Ready",
|
||||
},
|
||||
id: "f5", title: "Cricket Balls", subtitle: "Leather construction, swing.", category: "Equipment", value: "Match-Ready"},
|
||||
]}
|
||||
title="Performance-Driven Gear"
|
||||
description="Everything you need to dominate the crease, engineered for durability and precision."
|
||||
@@ -140,41 +90,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Signature Pro Bat",
|
||||
price: "$299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baseball-with-bat_23-2148803967.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Signature Pro Bat", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baseball-with-bat_23-2148803967.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "AeroGuard Batting Pads",
|
||||
price: "$129",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-cord-rope-isolated-white-surface_181624-37738.jpg",
|
||||
},
|
||||
id: "p2", name: "AeroGuard Batting Pads", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/white-cord-rope-isolated-white-surface_181624-37738.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Keeper Master Gloves",
|
||||
price: "$89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708041.jpg",
|
||||
},
|
||||
id: "p3", name: "Keeper Master Gloves", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708041.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Shield Pro Helmet",
|
||||
price: "$189",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668545.jpg?_wi=2",
|
||||
},
|
||||
id: "p4", name: "Shield Pro Helmet", price: "$189", imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668545.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Match Day Ball (6 Pack)",
|
||||
price: "$59",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-trucker-hat-with-baseball-equipment_23-2149410059.jpg",
|
||||
},
|
||||
id: "p5", name: "Match Day Ball (6 Pack)", price: "$59", imageSrc: "http://img.b2bpic.net/free-photo/view-trucker-hat-with-baseball-equipment_23-2149410059.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Turf Grip Spikes",
|
||||
price: "$149",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-soccer-player-field_23-2150629604.jpg?_wi=2",
|
||||
},
|
||||
id: "p6", name: "Turf Grip Spikes", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-soccer-player-field_23-2150629604.jpg"},
|
||||
]}
|
||||
title="Essential Cricket Equipment"
|
||||
description="Discover our collection of premium cricket gear curated for players of all levels."
|
||||
@@ -188,40 +114,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Mark Wilson",
|
||||
role: "Pro Cricketer",
|
||||
testimonial: "The gear is unmatched in quality and feel.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-holding-baseball-bat-looking-front-smiling-winking-standing-white-wall_141793-96890.jpg",
|
||||
},
|
||||
id: "t1", name: "Mark Wilson", role: "Pro Cricketer", testimonial: "The gear is unmatched in quality and feel.", imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-holding-baseball-bat-looking-front-smiling-winking-standing-white-wall_141793-96890.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah Jenkins",
|
||||
role: "Coach",
|
||||
testimonial: "I recommend CricketEdge for all our academy students.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-player_329181-14456.jpg",
|
||||
},
|
||||
id: "t2", name: "Sarah Jenkins", role: "Coach", testimonial: "I recommend CricketEdge for all our academy students.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-player_329181-14456.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Rahul Mehta",
|
||||
role: "Club Captain",
|
||||
testimonial: "High performance equipment that delivers every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kid-field_23-2149457268.jpg",
|
||||
},
|
||||
id: "t3", name: "Rahul Mehta", role: "Club Captain", testimonial: "High performance equipment that delivers every time.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kid-field_23-2149457268.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Elena Rossi",
|
||||
role: "League Player",
|
||||
testimonial: "Outstanding durability and great customer service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baseball-player-portrait_23-2151207930.jpg",
|
||||
},
|
||||
id: "t4", name: "Elena Rossi", role: "League Player", testimonial: "Outstanding durability and great customer service.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baseball-player-portrait_23-2151207930.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "David Thorne",
|
||||
role: "Academy Student",
|
||||
testimonial: "Perfect fit and lightweight protection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702202.jpg",
|
||||
},
|
||||
id: "t5", name: "David Thorne", role: "Academy Student", testimonial: "Perfect fit and lightweight protection.", imageSrc: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702202.jpg"},
|
||||
]}
|
||||
title="Proven by Professionals"
|
||||
description="Join the growing list of athletes who choose CricketEdge for their game-winning gear."
|
||||
@@ -232,16 +133,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Support"
|
||||
title="Need Guidance Choosing Gear?"
|
||||
description="Our cricket experts are here to help you select the right equipment for your playing style."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -251,37 +149,23 @@ export default function LandingPage() {
|
||||
logoText="CricketEdge"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "Bats",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Bats", href: "#products"},
|
||||
{
|
||||
label: "Gloves",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Gloves", href: "#products"},
|
||||
{
|
||||
label: "Helmets",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Helmets", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQ", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Shipping",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user