Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-18 16:07:50 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Products",
id: "/products",
},
name: "Products", id: "/products"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="طريق"
/>
@@ -55,71 +47,39 @@ export default function LandingPage() {
description="Experience premium engineering crafted for the athlete within. Join the road of peak performance."
testimonials={[
{
name: "Ahmed K.",
handle: "@ahmedk",
testimonial: "The best gear I've ever used. Completely changed my training routine.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-gym_23-2149178038.jpg",
},
name: "Ahmed K.", handle: "@ahmedk", testimonial: "The best gear I've ever used. Completely changed my training routine.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-gym_23-2149178038.jpg"},
{
name: "Sara H.",
handle: "@sara.h",
testimonial: "Unmatched comfort and style. I feel more confident in every step.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-wearing-sport-clothes_329181-13209.jpg",
},
name: "Sara H.", handle: "@sara.h", testimonial: "Unmatched comfort and style. I feel more confident in every step.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-wearing-sport-clothes_329181-13209.jpg"},
{
name: "Omar F.",
handle: "@omarf",
testimonial: "Premium quality that lasts. Worth every penny for the quality offered.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sports-motivation-concept-portrait-pensive-young-sportsman-put-index-fingers-his-temples-looking-camera_613910-5329.jpg",
},
name: "Omar F.", handle: "@omarf", testimonial: "Premium quality that lasts. Worth every penny for the quality offered.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sports-motivation-concept-portrait-pensive-young-sportsman-put-index-fingers-his-temples-looking-camera_613910-5329.jpg"},
{
name: "Laila M.",
handle: "@lailam",
testimonial: "The performance compression gear is absolutely incredible for gym days.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-sports-fitness-active-healthy-lifestyle-concept-attractive-fit-young-mixed-race-male-with-muscular-shoulders-posing-studio-keeping-arms-folded-his-look-expressing-confidence_343059-339.jpg",
},
name: "Laila M.", handle: "@lailam", testimonial: "The performance compression gear is absolutely incredible for gym days.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-sports-fitness-active-healthy-lifestyle-concept-attractive-fit-young-mixed-race-male-with-muscular-shoulders-posing-studio-keeping-arms-folded-his-look-expressing-confidence_343059-339.jpg"},
{
name: "Khalid S.",
handle: "@khalids",
testimonial: "Sophisticated, minimalist, and built for speed. Exactly what I needed.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-positive-young-woman-outdoors_23-2148591350.jpg",
},
name: "Khalid S.", handle: "@khalids", testimonial: "Sophisticated, minimalist, and built for speed. Exactly what I needed.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-positive-young-woman-outdoors_23-2148591350.jpg"},
]}
buttons={[
{
text: "Shop Now",
href: "/products",
},
text: "Shop Now", href: "/products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/silhouette-girl-guitarist-sunset_1150-16705.jpg"
showDimOverlay={true}
showBlur={true}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/sporty-smiling-female-with-crossed-arms-white-t-shirt-grey-background_613910-1624.jpg",
alt: "Athlete portrait 1",
},
src: "http://img.b2bpic.net/free-photo/sporty-smiling-female-with-crossed-arms-white-t-shirt-grey-background_613910-1624.jpg", alt: "Athlete portrait 1"},
{
src: "http://img.b2bpic.net/free-photo/fit-woman-gym-side-view_23-2149445952.jpg",
alt: "Athlete portrait 2",
},
src: "http://img.b2bpic.net/free-photo/fit-woman-gym-side-view_23-2149445952.jpg", alt: "Athlete portrait 2"},
{
src: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1586.jpg",
alt: "Athlete portrait 3",
},
src: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1586.jpg", alt: "Athlete portrait 3"},
{
src: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-looking-front-with-confident-smile-with-crossed-hands-chest-standing-white-wall_141793-96316.jpg",
alt: "Athlete portrait 4",
},
src: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-looking-front-with-confident-smile-with-crossed-hands-chest-standing-white-wall_141793-96316.jpg", alt: "Athlete portrait 4"},
{
src: "http://img.b2bpic.net/free-photo/man-with-beanie_23-2147617976.jpg",
alt: "Athlete portrait 5",
},
src: "http://img.b2bpic.net/free-photo/man-with-beanie_23-2147617976.jpg", alt: "Athlete portrait 5"},
]}
/>
</div>
@@ -132,41 +92,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Elite Runner",
price: "$120",
imageSrc: "http://img.b2bpic.net/free-photo/foot-bump-alternative-greetings-top-view_23-2148765352.jpg",
},
id: "p1", name: "Elite Runner", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/foot-bump-alternative-greetings-top-view_23-2148765352.jpg"},
{
id: "p2",
name: "Performance Tight",
price: "$85",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-slim-curly-haired-woman-keeps-hands-waist-wears-sportswear-concentrated-into-distance-has-outdoor-training-poses-against-modern-building-rests-after-outside-fitness-workout_273609-57740.jpg",
},
id: "p2", name: "Performance Tight", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-slim-curly-haired-woman-keeps-hands-waist-wears-sportswear-concentrated-into-distance-has-outdoor-training-poses-against-modern-building-rests-after-outside-fitness-workout_273609-57740.jpg"},
{
id: "p3",
name: "Tech Gear Kit",
price: "$45",
imageSrc: "http://img.b2bpic.net/free-photo/fitness-gym-equipment-with-christmas-theme-decorations_23-2149564354.jpg",
},
id: "p3", name: "Tech Gear Kit", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/fitness-gym-equipment-with-christmas-theme-decorations_23-2149564354.jpg"},
{
id: "p4",
name: "Elite Runner V2",
price: "$135",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-wonderful-young-woman_158595-4769.jpg",
},
id: "p4", name: "Elite Runner V2", price: "$135", imageSrc: "http://img.b2bpic.net/free-photo/portrait-wonderful-young-woman_158595-4769.jpg"},
{
id: "p5",
name: "Training Tee",
price: "$50",
imageSrc: "http://img.b2bpic.net/free-photo/men-demonstrating-wrestling-combat-moves_23-2149749664.jpg",
},
id: "p5", name: "Training Tee", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/men-demonstrating-wrestling-combat-moves_23-2149749664.jpg"},
{
id: "p6",
name: "Daily Accessory",
price: "$30",
imageSrc: "http://img.b2bpic.net/free-photo/pair-gloves-boxing-sport_23-2150367645.jpg",
},
id: "p6", name: "Daily Accessory", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/pair-gloves-boxing-sport_23-2150367645.jpg"},
]}
title="Featured Collection"
description="Top-tier selections for your daily movement."
@@ -181,17 +117,11 @@ export default function LandingPage() {
description="We believe performance and style should coexist. Driven by innovation, built for those who never stop."
bulletPoints={[
{
title: "Engineered Comfort",
description: "Materials that breathe with you.",
},
title: "Engineered Comfort", description: "Materials that breathe with you."},
{
title: "Precision Fit",
description: "Optimized for high-output movement.",
},
title: "Precision Fit", description: "Optimized for high-output movement."},
{
title: "Minimalist Design",
description: "Sleek look for any occasion.",
},
title: "Minimalist Design", description: "Sleek look for any occasion."},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-texture-linen-fabric_23-2151914971.jpg"
mediaAnimation="slide-up"
@@ -207,73 +137,46 @@ export default function LandingPage() {
description="Choose the level that fits your training intensity."
plans={[
{
id: "basic",
badge: "Core",
price: "$29/mo",
subtitle: "For daily athletes",
buttons: [
id: "basic", badge: "Core", price: "$29/mo", subtitle: "For daily athletes", buttons: [
{
text: "Select",
href: "#",
},
text: "Select", href: "#"},
],
features: [
"Basic access",
"Monthly newsletter",
],
"Basic access", "Monthly newsletter"],
},
{
id: "pro",
badge: "Elite",
price: "$79/mo",
subtitle: "For serious competitors",
buttons: [
id: "pro", badge: "Elite", price: "$79/mo", subtitle: "For serious competitors", buttons: [
{
text: "Join",
href: "#",
},
text: "Join", href: "#"},
],
features: [
"Full catalog access",
"Early shipping",
"Dedicated support",
],
"Full catalog access", "Early shipping", "Dedicated support"],
},
]}
/>
</div>
<div id="legal" data-section="legal">
<LegalSection />
<LegalSection layout="default" title="Legal Information" sections={[]} />
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Shipping",
href: "#",
},
label: "Shipping", href: "#"},
{
label: "Returns",
href: "#",
},
label: "Returns", href: "#"},
],
},
]}