Update src/app/page.tsx
This commit is contained in:
207
src/app/page.tsx
207
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Products", id: "product-list" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="SAM BAT"
|
||||
/>
|
||||
@@ -54,33 +42,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="THE ORIGINAL MAPLE BAT"
|
||||
description="Setting records for over 25 years. Experience the legend of the bat that changed the game forever."
|
||||
tag="Since 1997"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BHibEwbF9h3zbsBSsUZFvTq2P6/uploaded-1776392433770-ccv04z09.png",
|
||||
imageAlt: "The Original Maple Bat",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BHibEwbF9h3zbsBSsUZFvTq2P6/uploaded-1776392433770-ccv04z09.png", imageAlt: "The Original Maple Bat"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baseball-bat-baseball-wooden-table_23-2147924627.jpg?_wi=1",
|
||||
imageAlt: "Sam Bat Professional Maple",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-baseball-player-posing-with-bat-hat_23-2148347930.jpg",
|
||||
imageAlt: "Front view of baseball player posing with bat and hat",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-baseball-player-holding-bat_23-2150982694.jpg",
|
||||
imageAlt: "Young baseball player holding bat",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baseball-player-posing-with-bat-helmet_23-2148347935.jpg",
|
||||
imageAlt: "Baseball player posing with bat and helmet",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baseball-bat-baseball-wooden-table_23-2147924627.jpg", imageAlt: "Sam Bat Professional Maple"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -92,48 +62,9 @@ export default function LandingPage() {
|
||||
<ProductCatalog
|
||||
layout="section"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Torpedo Stock Bat",
|
||||
price: "$120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baseball-bat-baseball-wooden-table_23-2147924627.jpg?_wi=2",
|
||||
rating: 5,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Youth Maple Series",
|
||||
price: "$90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baseball-stick-concept-with-copy-space_1194-639711.jpg",
|
||||
rating: 4,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Diamond Density Bat",
|
||||
price: "$180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-holding-ball_23-2149457303.jpg",
|
||||
rating: 5,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Pro Select Maple",
|
||||
price: "$210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dry-leaf_23-2148013548.jpg",
|
||||
rating: 5,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Bat Care Kit",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-getting-ready-baseball-pitch_23-2148209560.jpg",
|
||||
rating: 4,
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Wedding Commemorative",
|
||||
price: "$250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baseball-player-portrait_23-2151207933.jpg",
|
||||
rating: 5,
|
||||
},
|
||||
{ id: "1", name: "Torpedo Stock Bat", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/baseball-bat-baseball-wooden-table_23-2147924627.jpg", rating: 5 },
|
||||
{ id: "2", name: "Youth Maple Series", price: "$90", imageSrc: "http://img.b2bpic.net/free-photo/baseball-stick-concept-with-copy-space_1194-639711.jpg", rating: 4 },
|
||||
{ id: "3", name: "Diamond Density Bat", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-holding-ball_23-2149457303.jpg", rating: 5 }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -143,27 +74,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Elite",
|
||||
title: "Adult Bats",
|
||||
subtitle: "High performance",
|
||||
description: "Designed for maximum exit velocity and barrel feel.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-baseball-bat-with-copy-space_23-2148347918.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Future",
|
||||
title: "Youth Bats",
|
||||
subtitle: "Learning the game",
|
||||
description: "Balanced swing weights for developing young hitters.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-player-with-baseball-bat_179666-26182.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Training",
|
||||
title: "Training Bats",
|
||||
subtitle: "Conditioning",
|
||||
description: "Improve your bat speed and muscle memory daily.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-holding-baseball-bat-looking-something-scared-making-defense-gesture-with-hand_141793-37272.jpg",
|
||||
},
|
||||
{ tag: "Elite", title: "Adult Bats", subtitle: "High performance", description: "Designed for maximum exit velocity and barrel feel.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-baseball-bat-with-copy-space_23-2148347918.jpg" },
|
||||
{ tag: "Future", title: "Youth Bats", subtitle: "Learning the game", description: "Balanced swing weights for developing young hitters.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-player-with-baseball-bat_179666-26182.jpg" },
|
||||
{ tag: "Training", title: "Training Bats", subtitle: "Conditioning", description: "Improve your bat speed and muscle memory daily.", imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-holding-baseball-bat-looking-something-scared-making-defense-gesture-with-hand_141793-37272.jpg" }
|
||||
]}
|
||||
title="Bat Collections"
|
||||
description="From adult pros to youth starters, find your perfect weight and balance."
|
||||
@@ -176,14 +89,8 @@ export default function LandingPage() {
|
||||
title="Our Story"
|
||||
description="Sam Holman introduced the first professionally approved maple bat in 1997. Since then, we have fueled countless home run records and legendary MLB seasons."
|
||||
metrics={[
|
||||
{
|
||||
value: "25+",
|
||||
title: "Years of Excellence",
|
||||
},
|
||||
{
|
||||
value: "762",
|
||||
title: "Career HRs Powered",
|
||||
},
|
||||
{ value: "25+", title: "Years of Excellence" },
|
||||
{ value: "762", title: "Career HRs Powered" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-autumn-leaves-ornaments-string_23-2148233949.jpg"
|
||||
/>
|
||||
@@ -196,21 +103,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "13",
|
||||
description: "MVP Awards",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "83",
|
||||
description: "Silver Sluggers",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "4",
|
||||
description: "Rookies of the Year",
|
||||
},
|
||||
{ id: "m1", value: "13", description: "MVP Awards" },
|
||||
{ id: "m2", value: "83", description: "Silver Sluggers" },
|
||||
{ id: "m3", value: "4", description: "Rookies of the Year" }
|
||||
]}
|
||||
title="Proven Performance"
|
||||
description="Our numbers speak for themselves in every Major League stadium."
|
||||
@@ -223,41 +118,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Pro Hitter",
|
||||
role: "MLB Star",
|
||||
testimonial: "The best barrel feel in the business. Period.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-teenager-guy-holding-skateboard_171337-9360.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Youth Prospect",
|
||||
role: "Future Star",
|
||||
testimonial: "My Sam Bat changed my swing completely.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-baseball-player_23-2150885223.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Coach Miller",
|
||||
role: "Hitting Coach",
|
||||
testimonial: "I only recommend Sam Bat to my serious hitters.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-company-representatives_1262-15160.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah J.",
|
||||
role: "MLB Scout",
|
||||
testimonial: "Consistency that other brands just don't have.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-kids-holding-each-other_23-2149457266.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mike T.",
|
||||
role: "Baseball Fan",
|
||||
testimonial: "The quality is simply unmatched.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-kids-with-equipment_23-2149457264.jpg",
|
||||
},
|
||||
{ id: "1", name: "Pro Hitter", role: "MLB Star", testimonial: "The best barrel feel in the business. Period.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-teenager-guy-holding-skateboard_171337-9360.jpg" },
|
||||
{ id: "2", name: "Youth Prospect", role: "Future Star", testimonial: "My Sam Bat changed my swing completely.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-baseball-player_23-2150885223.jpg" }
|
||||
]}
|
||||
title="Pro Endorsements"
|
||||
description="Hear from the professionals who rely on Sam Bat."
|
||||
@@ -269,21 +131,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How long do maple bats last?",
|
||||
content: "With proper care, a high-quality maple bat can last an entire season of professional use.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer shipping?",
|
||||
content: "Yes, we ship globally to your home or stadium.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I customize my bat?",
|
||||
content: "Absolutely. Use our Pro Select builder to customize weight, length, and finishes.",
|
||||
},
|
||||
{ id: "f1", title: "How long do maple bats last?", content: "With proper care, a high-quality maple bat can last an entire season of professional use." },
|
||||
{ id: "f2", title: "Do you offer shipping?", content: "Yes, we ship globally to your home or stadium." },
|
||||
{ id: "f3", title: "Can I customize my bat?", content: "Absolutely. Use our Pro Select builder to customize weight, length, and finishes." }
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about caring for your new maple bat."
|
||||
@@ -294,16 +144,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to step up to the plate?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get In Touch",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get In Touch", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user