Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-04 16:03:59 +00:00

View File

@@ -30,26 +30,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Products",
id: "products",
},
{
name: "Best Sellers",
id: "best-sellers",
},
{
name: "About",
id: "about",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Products", id: "products" },
{ name: "Best Sellers", id: "best-sellers" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="Apex Fitness"
/>
@@ -60,36 +45,15 @@ export default function LandingPage() {
logoText="Apex Fitness"
description="Build Your Strength. Transform Your Life."
buttons={[
{
text: "Shop Now",
href: "#products",
},
{ text: "Shop Now", href: "#products" },
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-training-together-gym_23-2150289964.jpg?_wi=1",
imageAlt: "Sunset workout motivation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-training-together-gym_23-2150289964.jpg?_wi=2",
imageAlt: "Sunset workout motivation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-training-together-gym_23-2150289964.jpg?_wi=3",
imageAlt: "Sunset workout motivation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-training-together-gym_23-2150289964.jpg?_wi=4",
imageAlt: "Sunset workout motivation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-training-together-gym_23-2150289964.jpg?_wi=5",
imageAlt: "Sunset workout motivation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-training-together-gym_23-2150289964.jpg?_wi=6",
imageAlt: "Sunset workout motivation",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-training-together-gym_23-2150289964.jpg", imageAlt: "Sunset workout motivation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-training-together-gym_23-2150289964.jpg", imageAlt: "Sunset workout motivation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-training-together-gym_23-2150289964.jpg", imageAlt: "Sunset workout motivation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-training-together-gym_23-2150289964.jpg", imageAlt: "Sunset workout motivation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-training-together-gym_23-2150289964.jpg", imageAlt: "Sunset workout motivation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-training-together-gym_23-2150289964.jpg", imageAlt: "Sunset workout motivation" },
]}
/>
</div>
@@ -101,48 +65,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Adjustable Dumbbells",
price: "$199",
variant: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/workout-equipment-with-christmas-theme-decorations_23-2149564373.jpg?_wi=1",
},
{
id: "p2",
name: "Resistance Bands",
price: "$29",
variant: "Set",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-out_23-2149144792.jpg?_wi=1",
},
{
id: "p3",
name: "Push Up Board",
price: "$45",
variant: "Pro",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-athletic-woman-doing-push-up_23-2148398855.jpg?_wi=1",
},
{
id: "p4",
name: "Ab Roller Wheel",
price: "$25",
variant: "Basic",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dumbbells-frame_23-2148531466.jpg?_wi=1",
},
{
id: "p5",
name: "Gym Gloves",
price: "$15",
variant: "Leather",
imageSrc: "http://img.b2bpic.net/free-photo/set-medical-mask-medical-gloves-white-background-top-view_176474-1731.jpg?_wi=1",
},
{
id: "p6",
name: "Skipping Rope",
price: "$12",
variant: "Speed",
imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-headband-holding-skipping-rope-happy-positive-smiling-cheerfully-standing-grey-wall_141793-49894.jpg?_wi=1",
},
{ id: "p1", name: "Adjustable Dumbbells", price: "$199", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/workout-equipment-with-christmas-theme-decorations_23-2149564373.jpg" },
{ id: "p2", name: "Resistance Bands", price: "$29", variant: "Set", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-out_23-2149144792.jpg" },
{ id: "p3", name: "Push Up Board", price: "$45", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/front-view-athletic-woman-doing-push-up_23-2148398855.jpg" },
{ id: "p4", name: "Ab Roller Wheel", price: "$25", variant: "Basic", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dumbbells-frame_23-2148531466.jpg" },
{ id: "p5", name: "Gym Gloves", price: "$15", variant: "Leather", imageSrc: "http://img.b2bpic.net/free-photo/set-medical-mask-medical-gloves-white-background-top-view_176474-1731.jpg" },
{ id: "p6", name: "Skipping Rope", price: "$12", variant: "Speed", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-headband-holding-skipping-rope-happy-positive-smiling-cheerfully-standing-grey-wall_141793-49894.jpg" },
]}
title="Featured Products"
description="Equip your fitness journey with our premium collection."
@@ -155,34 +83,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Fast Delivery",
description: "Get your equipment quickly.",
icon: Truck,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-training-together-gym_23-2150289964.jpg?_wi=7",
imageAlt: "group fitness outdoor sunset workout",
},
{
title: "Premium Quality",
description: "Top-grade materials for longevity.",
icon: Shield,
imageSrc: "http://img.b2bpic.net/free-photo/workout-equipment-with-christmas-theme-decorations_23-2149564373.jpg?_wi=2",
imageAlt: "adjustable dumbbells studio white background",
},
{
title: "Trusted Store",
description: "Thousands of satisfied athletes.",
icon: Award,
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-out_23-2149144792.jpg?_wi=2",
imageAlt: "resistance bands set studio product",
},
{
title: "Affordable Prices",
description: "Fitness made accessible for all.",
icon: DollarSign,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-athletic-woman-doing-push-up_23-2148398855.jpg?_wi=2",
imageAlt: "push up board product photography",
},
{ title: "Fast Delivery", description: "Get your equipment quickly.", icon: Truck, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-training-together-gym_23-2150289964.jpg", imageAlt: "group fitness outdoor sunset workout" }, { imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-training-together-gym_23-2150289964.jpg", imageAlt: "group fitness outdoor sunset workout" }] },
{ title: "Premium Quality", description: "Top-grade materials for longevity.", icon: Shield, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/workout-equipment-with-christmas-theme-decorations_23-2149564373.jpg", imageAlt: "adjustable dumbbells studio white background" }, { imageSrc: "http://img.b2bpic.net/free-photo/workout-equipment-with-christmas-theme-decorations_23-2149564373.jpg", imageAlt: "adjustable dumbbells studio white background" }] },
{ title: "Trusted Store", description: "Thousands of satisfied athletes.", icon: Award, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-out_23-2149144792.jpg", imageAlt: "resistance bands set studio product" }, { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-out_23-2149144792.jpg", imageAlt: "resistance bands set studio product" }] },
{ title: "Affordable Prices", description: "Fitness made accessible for all.", icon: DollarSign, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-athletic-woman-doing-push-up_23-2148398855.jpg", imageAlt: "push up board product photography" }, { imageSrc: "http://img.b2bpic.net/free-photo/front-view-athletic-woman-doing-push-up_23-2148398855.jpg", imageAlt: "push up board product photography" }] },
]}
title="Why Choose Us"
description="Your fitness journey, backed by the best."
@@ -196,27 +100,9 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
{
id: "b1",
name: "Adjustable Dumbbells",
price: "$199",
variant: "Pro",
imageSrc: "http://img.b2bpic.net/free-photo/workout-equipment-with-christmas-theme-decorations_23-2149564373.jpg?_wi=3",
},
{
id: "b2",
name: "Resistance Bands Set",
price: "$29",
variant: "Set",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-out_23-2149144792.jpg?_wi=3",
},
{
id: "b3",
name: "Push Up Board",
price: "$45",
variant: "Pro",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-athletic-woman-doing-push-up_23-2148398855.jpg?_wi=3",
},
{ id: "b1", name: "Adjustable Dumbbells", price: "$199", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/workout-equipment-with-christmas-theme-decorations_23-2149564373.jpg" },
{ id: "b2", name: "Resistance Bands Set", price: "$29", variant: "Set", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-out_23-2149144792.jpg" },
{ id: "b3", name: "Push Up Board", price: "$45", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/front-view-athletic-woman-doing-push-up_23-2148398855.jpg" },
]}
title="Best Sellers"
description="Top-rated gear our athletes love."
@@ -229,46 +115,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Alex R.",
handle: "@alexfit",
testimonial: "Best equipment I have purchased!",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dumbbells-frame_23-2148531466.jpg?_wi=2",
imageAlt: "ab roller wheel studio product",
},
{
id: "t2",
name: "Jamie L.",
handle: "@jamielifts",
testimonial: "Super fast shipping and quality gear.",
imageSrc: "http://img.b2bpic.net/free-photo/set-medical-mask-medical-gloves-white-background-top-view_176474-1731.jpg?_wi=2",
imageAlt: "gym gloves product studio",
},
{
id: "t3",
name: "Sam K.",
handle: "@samtrains",
testimonial: "Transformed my home gym in a week.",
imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-headband-holding-skipping-rope-happy-positive-smiling-cheerfully-standing-grey-wall_141793-49894.jpg?_wi=2",
imageAlt: "skipping rope product photography",
},
{
id: "t4",
name: "Morgan D.",
handle: "@morgangym",
testimonial: "Excellent value for the price.",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4501.jpg",
imageAlt: "modern gym interior clean minimalist",
},
{
id: "t5",
name: "Taylor B.",
handle: "@taylormoves",
testimonial: "Premium quality, highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-portrait-professional-tennis-player_23-2151418421.jpg?_wi=1",
imageAlt: "modern gym background office",
},
{ id: "t1", name: "Alex R.", handle: "@alexfit", testimonial: "Best equipment I have purchased!", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dumbbells-frame_23-2148531466.jpg", imageAlt: "ab roller wheel studio product" },
{ id: "t2", name: "Jamie L.", handle: "@jamielifts", testimonial: "Super fast shipping and quality gear.", imageSrc: "http://img.b2bpic.net/free-photo/set-medical-mask-medical-gloves-white-background-top-view_176474-1731.jpg", imageAlt: "gym gloves product studio" },
{ id: "t3", name: "Sam K.", handle: "@samtrains", testimonial: "Transformed my home gym in a week.", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-headband-holding-skipping-rope-happy-positive-smiling-cheerfully-standing-grey-wall_141793-49894.jpg", imageAlt: "skipping rope product photography" },
{ id: "t4", name: "Morgan D.", handle: "@morgangym", testimonial: "Excellent value for the price.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4501.jpg", imageAlt: "modern gym interior clean minimalist" },
{ id: "t5", name: "Taylor B.", handle: "@taylormoves", testimonial: "Premium quality, highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-portrait-professional-tennis-player_23-2151418421.jpg", imageAlt: "modern gym background office" },
]}
title="Customer Reviews"
description="Hear from our motivated community."
@@ -279,21 +130,11 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Built for Athletes",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4501.jpg",
alt: "Modern gym",
},
{ type: "text", content: "Built for Athletes" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4501.jpg", alt: "Modern gym" },
]}
buttons={[
{
text: "Learn More",
href: "#",
},
{ text: "Learn More", href: "#" },
]}
buttonAnimation="slide-up"
/>
@@ -302,13 +143,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Contact Us"
title="Get in Touch"
description="Have questions? Our support team is ready to help."
imageSrc="http://img.b2bpic.net/free-photo/monochrome-portrait-professional-tennis-player_23-2151418421.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/monochrome-portrait-professional-tennis-player_23-2151418421.jpg"
mediaAnimation="slide-up"
mediaPosition="right"
/>
@@ -319,16 +158,8 @@ export default function LandingPage() {
logoText="Apex Fitness"
copyrightText="© 2025 Apex Fitness | All Rights Reserved"
socialLinks={[
{
icon: Instagram,
href: "https://instagram.com",
ariaLabel: "Instagram",
},
{
icon: Twitter,
href: "https://twitter.com",
ariaLabel: "Twitter",
},
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" },
]}
/>
</div>