Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-06 18:50:59 +00:00

View File

@@ -32,30 +32,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Shop",
id: "#products",
},
{
name: "Goals",
id: "#goals",
},
{
name: "Best Sellers",
id: "#best-sellers",
},
{
name: "Athletes",
id: "#athletes",
},
{
name: "Learn",
id: "#learn",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Shop", id: "#products" },
{ name: "Goals", id: "#goals" },
{ name: "Best Sellers", id: "#best-sellers" },
{ name: "Athletes", id: "#athletes" },
{ name: "Learn", id: "#learn" },
{ name: "Contact", id: "#contact" },
]}
brandName="Galactical Pharm"
/>
@@ -66,40 +48,16 @@ export default function LandingPage() {
logoText="Galactical Pharm"
description="Premium sports nutrition engineered for Algerian lifters, bodybuilders, and athletes who demand serious formulas, standout taste, and daily consistency. For Your Top Form. Be Galactical."
buttons={[
{
text: "Shop Best Sellers",
href: "#products",
},
{
text: "Build Your Stack",
href: "#products",
},
{ text: "Shop Best Sellers", href: "#products" },
{ text: "Build Your Stack", href: "#products" },
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-purple-tin-cans-with-copy-space_23-2148785260.jpg",
imageAlt: "sports nutrition product photography dark",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/black-glossy-cosmetic-jar-with-cap_187299-46287.jpg",
imageAlt: "supplement tub purple label",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980055.jpg",
imageAlt: "silver supplement packaging",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-container-still-life_23-2150760036.jpg",
imageAlt: "whey protein tub red gold",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/two-black-supplement-bottles-minimalist-style_187299-46172.jpg",
imageAlt: "creatine supplement packaging",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/diver-down-flag-handsome-young-muscular-man-black-background_559531-10828.jpg",
imageAlt: "professional athlete portrait dark gym",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-purple-tin-cans-with-copy-space_23-2148785260.jpg", imageAlt: "sports nutrition product photography dark" },
{ imageSrc: "http://img.b2bpic.net/free-photo/black-glossy-cosmetic-jar-with-cap_187299-46287.jpg", imageAlt: "supplement tub purple label" },
{ imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980055.jpg", imageAlt: "silver supplement packaging" },
{ imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-container-still-life_23-2150760036.jpg", imageAlt: "whey protein tub red gold" },
{ imageSrc: "http://img.b2bpic.net/free-photo/two-black-supplement-bottles-minimalist-style_187299-46172.jpg", imageAlt: "creatine supplement packaging" },
{ imageSrc: "http://img.b2bpic.net/free-photo/diver-down-flag-handsome-young-muscular-man-black-background_559531-10828.jpg", imageAlt: "professional athlete portrait dark gym" },
]}
/>
</div>
@@ -109,12 +67,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"GMP Quality",
"Banned-Substance Tested",
"German & American Formulas",
"Champion-Trusted",
"Best-Tasting",
]}
"GMP Quality", "Banned-Substance Tested", "German & American Formulas", "Champion-Trusted", "Best-Tasting"]}
title="Why Athletes Choose Us"
description="Standard-setting quality in every scoop."
/>
@@ -140,42 +93,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "GP",
name: "GP-Mass Original",
price: "8,199 DZD",
rating: 5,
reviewCount: "120+",
imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980071.jpg",
},
{
id: "p2",
brand: "GP",
name: "GP-Mass Platinum",
price: "9,799 DZD",
rating: 5,
reviewCount: "85+",
imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980052.jpg",
},
{
id: "p3",
brand: "GP",
name: "GP-Whey Protein",
price: "6,799 DZD",
rating: 5,
reviewCount: "210+",
imageSrc: "http://img.b2bpic.net/free-photo/supplement-jar_187299-46068.jpg",
},
{
id: "p4",
brand: "GP",
name: "GP-Creatine Micronized",
price: "3,200 DZD",
rating: 5,
reviewCount: "150+",
imageSrc: "http://img.b2bpic.net/free-photo/woman-resting-gym_23-2148111807.jpg",
},
{ id: "p1", brand: "GP", name: "GP-Mass Original", price: "8,199 DZD", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980071.jpg" },
{ id: "p2", brand: "GP", name: "GP-Mass Platinum", price: "9,799 DZD", rating: 5, reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980052.jpg" },
{ id: "p3", brand: "GP", name: "GP-Whey Protein", price: "6,799 DZD", rating: 5, reviewCount: "210+", imageSrc: "http://img.b2bpic.net/free-photo/supplement-jar_187299-46068.jpg" },
{ id: "p4", brand: "GP", name: "GP-Creatine Micronized", price: "3,200 DZD", rating: 5, reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/woman-resting-gym_23-2148111807.jpg" },
]}
title="Our Product Line"
description="Formulated for performance, flavored for consistency."
@@ -184,44 +105,15 @@ export default function LandingPage() {
<div id="coming-soon" data-section="coming-soon">
<FeatureCardMedia
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
features={[
{
id: "cs1",
title: "GP Collagen",
description: "Bovine and Marine variants for joint recovery.",
tag: "New",
imageSrc: "http://img.b2bpic.net/free-photo/plastic-tall-jar_187299-45815.jpg",
},
{
id: "cs2",
title: "EAA Matrix",
description: "Intra-workout hydration and recovery.",
tag: "New",
imageSrc: "http://img.b2bpic.net/free-photo/black-cosmetic-jar-with-lid-isolated-white-background_187299-46207.jpg",
},
{
id: "cs3",
title: "L-Citrulline",
description: "Maximum pumps for every training session.",
tag: "New",
imageSrc: "http://img.b2bpic.net/free-photo/plastic-jar_187299-45986.jpg",
},
{
id: "cs4",
title: "Beta-Alanine",
description: "Endurance booster for intense lifting.",
tag: "New",
imageSrc: "http://img.b2bpic.net/free-photo/plastic-tall-jar_187299-45961.jpg",
},
{
id: "cs5",
title: "Glutamine",
description: "Rapid recovery for muscle tissues.",
tag: "New",
imageSrc: "http://img.b2bpic.net/free-photo/supplement-jar_187299-46032.jpg",
},
{ id: "cs1", title: "GP Collagen", description: "Bovine and Marine variants for joint recovery.", tag: "New", imageSrc: "http://img.b2bpic.net/free-photo/plastic-tall-jar_187299-45815.jpg" },
{ id: "cs2", title: "EAA Matrix", description: "Intra-workout hydration and recovery.", tag: "New", imageSrc: "http://img.b2bpic.net/free-photo/black-cosmetic-jar-with-lid-isolated-white-background_187299-46207.jpg" },
{ id: "cs3", title: "L-Citrulline", description: "Maximum pumps for every training session.", tag: "New", imageSrc: "http://img.b2bpic.net/free-photo/plastic-jar_187299-45986.jpg" },
{ id: "cs4", title: "Beta-Alanine", description: "Endurance booster for intense lifting.", tag: "New", imageSrc: "http://img.b2bpic.net/free-photo/plastic-tall-jar_187299-45961.jpg" },
{ id: "cs5", title: "Glutamine", description: "Rapid recovery for muscle tissues.", tag: "New", imageSrc: "http://img.b2bpic.net/free-photo/supplement-jar_187299-46032.jpg" },
]}
title="Coming Soon to the Lab"
description="Expanding the horizon of performance nutrition."
@@ -233,46 +125,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Best taste",
quote: "I've tried every local brand, GP-Mass is by far the best.",
name: "Amine",
role: "Bodybuilder",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-serious-afro-american-sports-man_171337-9250.jpg",
},
{
id: "2",
title: "Elite Flavor",
quote: "Consistency is easy when the protein tastes like a treat.",
name: "Yacine",
role: "Athlete",
imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-posing-sportswear-isolated-gray_7502-8035.jpg",
},
{
id: "3",
title: "Solid gains",
quote: "Finally a supplement that doesn't feel like a chore to drink.",
name: "Farid",
role: "Lifter",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-689.jpg",
},
{
id: "4",
title: "Top form",
quote: "Quality and taste combined. Be Galactical.",
name: "Karim",
role: "Trainer",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-athletic-fitness-male-dressed-sportswear-grey-vignette-background_613910-1086.jpg",
},
{
id: "5",
title: "Serious gear",
quote: "The formulas are actually effective and the taste is superior.",
name: "Samir",
role: "Athlete",
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-afro-american-sports-man-celebrating-his-victory-with-raised-arm_171337-8259.jpg",
},
{ id: "1", title: "Best taste", quote: "I've tried every local brand, GP-Mass is by far the best.", name: "Amine", role: "Bodybuilder", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-serious-afro-american-sports-man_171337-9250.jpg" },
{ id: "2", title: "Elite Flavor", quote: "Consistency is easy when the protein tastes like a treat.", name: "Yacine", role: "Athlete", imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-posing-sportswear-isolated-gray_7502-8035.jpg" },
{ id: "3", title: "Solid gains", quote: "Finally a supplement that doesn't feel like a chore to drink.", name: "Farid", role: "Lifter", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-689.jpg" },
{ id: "4", title: "Top form", quote: "Quality and taste combined. Be Galactical.", name: "Karim", role: "Trainer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-athletic-fitness-male-dressed-sportswear-grey-vignette-background_613910-1086.jpg" },
{ id: "5", title: "Serious gear", quote: "The formulas are actually effective and the taste is superior.", name: "Samir", role: "Athlete", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-afro-american-sports-man-celebrating-his-victory-with-raised-arm_171337-8259.jpg" },
]}
title="Taste That Keeps You Consistent"
description="Proven feedback from the Galactical community."
@@ -286,41 +143,11 @@ export default function LandingPage() {
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={true}
members={[
{
id: "m1",
name: "Amin Bouafia",
role: "World Powerlifting Champion",
description: "Amin relies on GP formulas to hit PRs in competition.",
imageSrc: "http://img.b2bpic.net/free-photo/thai-boxer-lifting-weight_107420-65018.jpg",
},
{
id: "m2",
name: "Karim Slim",
role: "Pro Gymnast",
description: "Elite performance daily.",
imageSrc: "http://img.b2bpic.net/free-photo/professional-boxer-boxing-ring-boxing-training_654080-320.jpg",
},
{
id: "m3",
name: "Yassine A.",
role: "Bodybuilder",
description: "Consistency is key.",
imageSrc: "http://img.b2bpic.net/free-photo/determined-motivated-young-fit-gym-instructor-holdss-hands-waist_197531-22604.jpg",
},
{
id: "m4",
name: "Sofiane M.",
role: "Crossfitter",
description: "Results speak loud.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-indigenous-person-integrated-into-modern-life_23-2151102571.jpg",
},
{
id: "m5",
name: "Mehdi B.",
role: "Rugby Pro",
description: "Fueling the intensity.",
imageSrc: "http://img.b2bpic.net/free-photo/athletic-dirty-male-rugby-player-holding-ball_23-2148793383.jpg",
},
{ id: "m1", name: "Amin Bouafia", role: "World Powerlifting Champion", description: "Amin relies on GP formulas to hit PRs in competition.", imageSrc: "http://img.b2bpic.net/free-photo/thai-boxer-lifting-weight_107420-65018.jpg" },
{ id: "m2", name: "Karim Slim", role: "Pro Gymnast", description: "Elite performance daily.", imageSrc: "http://img.b2bpic.net/free-photo/professional-boxer-boxing-ring-boxing-training_654080-320.jpg" },
{ id: "m3", name: "Yassine A.", role: "Bodybuilder", description: "Consistency is key.", imageSrc: "http://img.b2bpic.net/free-photo/determined-motivated-young-fit-gym-instructor-holdss-hands-waist_197531-22604.jpg" },
{ id: "m4", name: "Sofiane M.", role: "Crossfitter", description: "Results speak loud.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-indigenous-person-integrated-into-modern-life_23-2151102571.jpg" },
{ id: "m5", name: "Mehdi B.", role: "Rugby Pro", description: "Fueling the intensity.", imageSrc: "http://img.b2bpic.net/free-photo/athletic-dirty-male-rugby-player-holding-ball_23-2148793383.jpg" },
]}
title="Trusted by Champions"
description="The elite choose Galactical Pharm."
@@ -335,56 +162,11 @@ export default function LandingPage() {
title="Performance Education"
description="Master your nutrition and hit your goals faster."
blogs={[
{
id: "b1",
category: "Education",
title: "Mass Gainer 101",
excerpt: "How to use your stack effectively.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-sportswoman-text-messaging-smart-phone-while-lying-down-floor-drinking-smoothie_637285-639.jpg",
authorName: "GP Team",
authorAvatar: "http://img.b2bpic.net/free-photo/experienced-female-boxer-is-posing-photographer-dark-photo-studio-with-equipment-her-hands_613910-11450.jpg",
date: "Oct 2023",
},
{
id: "b2",
category: "Guides",
title: "Creatine Timing",
excerpt: "Maximize absorption and performance.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fitness-girl-lying-rubber-mat-warmup-before-workout-doing-pilates-exercises-home_1258-199535.jpg",
authorName: "GP Team",
authorAvatar: "http://img.b2bpic.net/free-photo/athletic-shaved-head-tattooed-male-doing-shoulder-workout-with-kettlebell_613910-14151.jpg",
date: "Nov 2023",
},
{
id: "b3",
category: "Tips",
title: "Budget Bulking",
excerpt: "Consistent gains on a budget.",
imageSrc: "http://img.b2bpic.net/free-photo/people-training-athletics_23-2151077724.jpg",
authorName: "GP Team",
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-muscular-bearded-tattoed-male-with-stylish-haircut-wearing-black-sportswear-isolated-dark-background_613910-21126.jpg",
date: "Dec 2023",
},
{
id: "b4",
category: "Science",
title: "Protein Synthesis",
excerpt: "Muscle building fundamentals explained.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-out-from-home-drinking-water-her-sport-training-session-living-room_1258-189381.jpg",
authorName: "GP Science",
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-yoga-mat_52683-99848.jpg",
date: "Jan 2024",
},
{
id: "b5",
category: "Guides",
title: "Hydration Tactics",
excerpt: "Why water is your most important tool.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-water-gym_1303-32052.jpg",
authorName: "GP Team",
authorAvatar: "http://img.b2bpic.net/free-photo/front-view-fit-man-gym_23-2150289981.jpg",
date: "Feb 2024",
},
{ id: "b1", category: "Education", title: "Mass Gainer 101", excerpt: "How to use your stack effectively.", imageSrc: "http://img.b2bpic.net/free-photo/happy-sportswoman-text-messaging-smart-phone-while-lying-down-floor-drinking-smoothie_637285-639.jpg", authorName: "GP Team", authorAvatar: "http://img.b2bpic.net/free-photo/experienced-female-boxer-is-posing-photographer-dark-photo-studio-with-equipment-her-hands_613910-11450.jpg", date: "Oct 2023" },
{ id: "b2", category: "Guides", title: "Creatine Timing", excerpt: "Maximize absorption and performance.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fitness-girl-lying-rubber-mat-warmup-before-workout-doing-pilates-exercises-home_1258-199535.jpg", authorName: "GP Team", authorAvatar: "http://img.b2bpic.net/free-photo/athletic-shaved-head-tattooed-male-doing-shoulder-workout-with-kettlebell_613910-14151.jpg", date: "Nov 2023" },
{ id: "b3", category: "Tips", title: "Budget Bulking", excerpt: "Consistent gains on a budget.", imageSrc: "http://img.b2bpic.net/free-photo/people-training-athletics_23-2151077724.jpg", authorName: "GP Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-muscular-bearded-tattoed-male-with-stylish-haircut-wearing-black-sportswear-isolated-dark-background_613910-21126.jpg", date: "Dec 2023" },
{ id: "b4", category: "Science", title: "Protein Synthesis", excerpt: "Muscle building fundamentals explained.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-out-from-home-drinking-water-her-sport-training-session-living-room_1258-189381.jpg", authorName: "GP Science", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-yoga-mat_52683-99848.jpg", date: "Jan 2024" },
{ id: "b5", category: "Guides", title: "Hydration Tactics", excerpt: "Why water is your most important tool.", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-water-gym_1303-32052.jpg", authorName: "GP Team", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-fit-man-gym_23-2150289981.jpg", date: "Feb 2024" },
]}
/>
</div>
@@ -392,54 +174,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Shop",
href: "#products",
},
{
label: "Goals",
href: "#",
},
{
label: "Best Sellers",
href: "#best-sellers",
},
],
},
{
items: [
{
label: "Athletes",
href: "#athletes",
},
{
label: "Learn",
href: "#learn",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
items: [
{
label: "Shipping Info",
href: "#",
},
{
label: "Return Policy",
href: "#",
},
{
label: "Privacy Policy",
href: "#",
},
],
},
{ items: [{ label: "Shop", href: "#products" }, { label: "Goals", href: "#" }, { label: "Best Sellers", href: "#best-sellers" }] },
{ items: [{ label: "Athletes", href: "#athletes" }, { label: "Learn", href: "#learn" }, { label: "Contact", href: "#contact" }] },
{ items: [{ label: "Shipping Info", href: "#" }, { label: "Return Policy", href: "#" }, { label: "Privacy Policy", href: "#" }] },
]}
logoText="Galactical Pharm"
/>
@@ -447,4 +184,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}