Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-13 01:00:34 +00:00
4 changed files with 132 additions and 145 deletions

View File

@@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Open_Sans } from "next/font/google";
import { DM_Sans } from "next/font/google";
@@ -40,13 +41,12 @@ export const metadata: Metadata = {
},
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
export default function RootLayout({
@@ -57,7 +57,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -13,20 +13,20 @@ import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Code, Droplet, Truck } from "lucide-react";
import { Dumbbell, UtensilsCrossed, Users } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="largeSizeMediumTitles"
background="grid"
cardStyle="soft-shadow"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
background="aurora"
cardStyle="glass-elevated"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
headingFontWeight="extrabold"
>
<ReactLenis root>
@@ -40,9 +40,9 @@ export default function LandingPage() {
{
name: "Features", id: "#features"},
{
name: "Products", id: "#products"},
name: "Programs", id: "#products"},
{
name: "Metrics", id: "#metrics"},
name: "Impact", id: "#metrics"},
{
name: "Testimonials", id: "#testimonials"},
{
@@ -50,57 +50,57 @@ export default function LandingPage() {
{
name: "FAQ", id: "#faq"},
]}
brandName="Legacy Labs"
brandName="Aminoclub"
button={{
text: "Create Account to Shop", href: "#"}}
text: "Join Aminoclub Today", href: "#pricing"}}
animateOnLoad={true}
/>
</div>
<div id="home" data-section="home">
<HeroOverlay
title="Precision Peptides, Engineered for Discovery"
description="Advanced peptide synthesis and purification for research, therapeutics, and biotech innovation. Trusted by leading laboratories worldwide."
title="Unlock Your Full Potential"
description="Aminoclub provides premium resources, expert coaching, and a supportive community to help you achieve your fitness and wellness goals."
buttons={[
{
text: "Create Account to Shop", href: "#"},
text: "Join Aminoclub Today", href: "#pricing"},
]}
imageSrc="http://img.b2bpic.net/free-photo/abstract-blue-drop-oil-buttons_23-2148227026.jpg"
imageAlt="Dynamic high-tech chemistry lab with glowing reactions"
showDimOverlay={true}
showBlur={true}
textPosition="bottom"
imageSrc="http://img.b2bpic.net/free-photo/sportsman-working-out-gym_23-2148110594.jpg"
imageAlt="Man intensely working out in a modern gym"
showDimOverlay={false}
showBlur={false}
textPosition="top"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-dentist-white-coat_1098-21354.jpg", alt: "Female research scientist smiling"},
src: "http://img.b2bpic.net/free-photo/portrait-sporty-handsome-african-man-blue-sportswear-shirt-exercising-training-looking-camera-with-muscular-arms-standing-isolated-orange-wall-with-copy-space_176420-53215.jpg", alt: "African man in sportswear"},
{
src: "http://img.b2bpic.net/free-photo/working-man_1098-18366.jpg", alt: "Male biotech professional focused"},
src: "http://img.b2bpic.net/free-photo/fitness-sport-workout-gym-lifestyle-concept_176420-13781.jpg", alt: "Woman working out in gym"},
{
src: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg", alt: "Female clinic owner with a kind smile"},
src: "http://img.b2bpic.net/free-photo/full-shot-woman-exercising-outdoors_23-2149590740.jpg", alt: "Woman exercising outdoors"},
{
src: "http://img.b2bpic.net/free-photo/portrait-happy-financial-advisor-office-ready-meet-with-clients_482257-113530.jpg", alt: "Male venture capitalist with a sharp look"},
src: "http://img.b2bpic.net/free-photo/strong-beautiful-woman-working-out_23-2148110642.jpg", alt: "Strong woman working out"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-scientist_23-2148970021.jpg", alt: "Smiling female researcher in the laboratory"},
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-dumbbells-city_23-2148404285.jpg", alt: "Woman with dumbbells in city"},
]}
avatarText="Join our network of 500+ researchers"
avatarText="Join 100,000+ members transforming their lives"
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
useInvertedBackground={false}
title="Empowering Scientific Breakthroughs"
description="Legacy Labs is dedicated to delivering research-grade peptides with unparalleled purity and consistency. Our commitment to rigorous quality control and innovative synthesis techniques ensures that every peptide accelerates your research with confidence."
useInvertedBackground={true}
title="Transform Your Body, Mind, & Lifestyle"
description="Aminoclub is more than just a fitness platform; it's a holistic approach to well-being. We combine cutting-edge science with personalized guidance to help you achieve sustainable results and a healthier, happier life."
metrics={[
{
value: "99.9%", title: "Guaranteed Purity"},
value: "100k+", title: "Active Members"},
{
value: "100+", title: "Successful Syntheses"},
value: "15+", title: "Expert Coaches"},
{
value: "50+", title: "Global Labs Served"},
value: "95%+", title: "Success Rate"},
]}
imageSrc="http://img.b2bpic.net/free-photo/scientists-work-closely-with-microscope-laboratory-by-conducting-experiments-analyzes_146671-18303.jpg"
imageAlt="Scientists collaborating in a modern lab"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-with-dumbbells-gym_23-2147775550.jpg"
imageAlt="Woman performing bicep curls with dumbbells"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
@@ -110,30 +110,30 @@ export default function LandingPage() {
<FeatureCardNine
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
useInvertedBackground={false}
features={[
{
title: "Advanced Synthesis Platforms", description: "Utilizing state-of-the-art solid-phase and solution-phase synthesis for complex peptide structures with high yields.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-brightly-colored-soda-bottle_23-2150995291.jpg", imageAlt: "Abstract visualization of peptide synthesis process"},
title: "Personalized Training Plans", description: "Custom workout routines tailored to your fitness level, goals, and available equipment, updated regularly for optimal progress.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-smartwatch-checking-heart-rate_23-2149301931.jpg", imageAlt: "Smartwatch displaying heart rate"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-soft-drinks-glasses_23-2148691231.jpg", imageAlt: "HPLC chromatogram for peptide purity"}
imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-man-listening-music-with-headphones-exercising-jogging-sports-track-park_23-2148011270.jpg", imageAlt: "Man jogging with headphones"}
},
{
title: "Rigorous Purification & Analysis", description: "Multi-stage HPLC purification and mass spectrometry ensure exceptional purity, verified by independent third-party labs.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/red-blue-background-textured-with-bubble_23-2147876050.jpg", imageAlt: "HPLC chromatogram for peptide purity analysis"},
title: "Nutrition & Meal Guides", description: "Scientifically backed meal plans and recipes to fuel your body, optimize recovery, and support your training goals.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-diet-food-salad-meal_23-2148689539.jpg", imageAlt: "Healthy meal prep with fresh ingredients"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-abstract-golden-bubbles_23-2148364507.jpg", imageAlt: "Abstract representation of molecular purification"}
imageSrc: "http://img.b2bpic.net/free-photo/balanced-diet-food-table_23-2148110629.jpg", imageAlt: "Table with various healthy food items"}
},
{
title: "Comprehensive Documentation", description: "Every peptide comes with detailed Certificates of Analysis (CoA), MSDS, and batch-specific data for full transparency.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-chromatin-structure-inside-cell-nucleus_183364-124045.jpg", imageAlt: "Abstract image representing data documentation"},
title: "Community Support & Coaching", description: "Connect with a vibrant community, get direct support from certified coaches, and participate in challenges to stay motivated.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/happy-sportswoman-jumping-with-confetti_23-2147743126.jpg", imageAlt: "Group of happy people celebrating fitness achievement"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/assortment-transparent-chess-pieces_23-2148198815.jpg", imageAlt: "Digital display of scientific documentation"}
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-holding-hands-together_23-2149312152.jpg", imageAlt: "People holding hands in a circle, symbolizing support"}
},
]}
showStepNumbers={true}
title="Unrivaled Quality & Innovation"
description="Our proprietary synthesis methods and stringent quality checks define the new standard for peptide excellence."
title="Achieve Your Goals with Aminoclub"
description="Our comprehensive features are designed to guide you every step of the way, making fitness accessible and enjoyable."
/>
</div>
@@ -142,29 +142,29 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
useInvertedBackground={true}
products={[
{
id: "p1", brand: "Legacy Labs", name: "Custom Peptide Synthesis", price: "Quote", rating: 5,
reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-supplies-medical-work_23-2149744714.jpg", imageAlt: "Custom peptide synthesis vial"},
id: "p1", brand: "Aminoclub", name: "Beginner's Fitness Journey", price: "$19/month", rating: 5,
reviewCount: "1.2k+", imageSrc: "http://img.b2bpic.net/free-photo/woman-tying-shoelaces-standing-treadmill-running-shoes-closeup-indoors_176420-74528.jpg", imageAlt: "Woman tying shoelaces on a treadmill"},
{
id: "p2", brand: "Legacy Labs", name: "Standard Catalog Peptides", price: "From $50", rating: 4,
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/injection-glass-vials-with-blank-white-label_53876-98309.jpg", imageAlt: "Standard catalog peptide vial"},
id: "p2", brand: "Aminoclub", name: "Advanced Performance Boost", price: "$29/month", rating: 4,
reviewCount: "800+", imageSrc: "http://img.b2bpic.net/free-photo/sports-equipment-gym_23-2148110619.jpg", imageAlt: "Assortment of gym sports equipment"},
{
id: "p3", brand: "Legacy Labs", name: "Therapeutic Peptides", price: "Quote", rating: 5,
reviewCount: "30+", imageSrc: "http://img.b2bpic.net/free-photo/glass-bottle-with-blue-liquid_1112-1349.jpg", imageAlt: "Therapeutic peptide vials"},
id: "p3", brand: "Aminoclub", name: "Nutrition & Wellness Coaching", price: "$49/month", rating: 5,
reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-food-diet_23-2148110651.jpg", imageAlt: "Woman holding a fresh green smoothie"},
{
id: "p4", brand: "Legacy Labs", name: "Cosmetic Peptides", price: "From $80", rating: 4,
reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/vaccine-bottle-test-tubes-desk-laboratory_23-2148816403.jpg", imageAlt: "Cosmetic peptide vial"},
id: "p4", brand: "Aminoclub", name: "Strength & Conditioning", price: "$24/month", rating: 4,
reviewCount: "900+", imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-tying-shoelace-before-running-training-fitness-workout-active-lifestyle-concept_176420-13783.jpg", imageAlt: "Athletic woman tying shoelace"},
{
id: "p5", brand: "Legacy Labs", name: "Diagnostic Peptides", price: "Quote", rating: 5,
reviewCount: "25+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-healthcare-expert-analyzing-coronavirus-sample-while-working-laboratory_637285-4705.jpg", imageAlt: "Diagnostic peptide handling"},
id: "p5", brand: "Aminoclub", name: "Mindfulness & Recovery", price: "$34/month", rating: 5,
reviewCount: "700+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sporty-person-relaxing-mat_23-2148110645.jpg", imageAlt: "Person meditating on a yoga mat"},
{
id: "p6", brand: "Legacy Labs", name: "Peptide Libraries", price: "Quote", rating: 4,
reviewCount: "15+", imageSrc: "http://img.b2bpic.net/free-photo/view-laboratory-equipment-neon-lights_23-2151807435.jpg", imageAlt: "Peptide library with molecular structure"},
id: "p6", brand: "Aminoclub", name: "Personal Coaching Deluxe", price: "Custom Quote", rating: 4,
reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-sportswoman-holding-dumbbell-grey-wall-background_176420-13780.jpg", imageAlt: "Personal trainer helping client in gym"},
]}
title="Explore Our Research-Grade Peptides"
description="A comprehensive catalog of high-purity peptides, tailored for diverse research applications, from fundamental biology to drug discovery."
title="Our Transformative Programs"
description="Discover the perfect program to kickstart your fitness journey, achieve your goals, and sustain a healthy lifestyle."
/>
</div>
@@ -173,50 +173,50 @@ export default function LandingPage() {
animationType="depth-3d"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
useInvertedBackground={false}
metrics={[
{
id: "m1", value: "99.9%", description: "Minimum Purity Guaranteed on all Research Peptides"},
id: "m1", value: "95%+", description: "Members Achieve Their Primary Fitness Goals"},
{
id: "m2", value: "24/7", description: "Expert Scientific Support & Consultation Available"},
id: "m2", value: "20% Avg.", description: "Increase in Strength & Endurance"},
{
id: "m3", value: "1000+", description: "Research Publications Enabled by Our Peptides"},
id: "m3", value: "10k+", description: "Positive Transformations Documented"},
{
id: "m4", value: "50+", description: "Global Academic & Pharmaceutical Partnerships"},
id: "m4", value: "4.9/5", description: "Average Rating Across All Programs"},
]}
title="Our Commitment to Excellence in Numbers"
description="Transparency and precision are the cornerstones of Legacy Labs. We quantify our dedication to quality and scientific advancement."
title="Our Impact on Your Health Journey"
description="We're proud of the tangible results our community achieves. Our success is measured by your progress."
/>
</div>
<div id="social-proof" data-section="social-proof">
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
useInvertedBackground={true}
names={[
"BioGen Innovations", "Quantum Therapeutics", "SynthCore Labs", "Academia Pharma", "Vanguard BioTech", "CellStream Innovations", "Global Research Alliance"]}
title="Trusted by Leading Institutions Worldwide"
description="Our high-purity peptides are the choice of top universities, pharmaceutical companies, and biotech innovators across the globe."
"FitLife Magazine", "Health & Wellness Institute", "Pro Athlete's Choice", "Global Fitness Alliance", "Mind-Body Collective", "Peak Performance Labs", "Active Living Journal"]}
title="Trusted by Leading Health & Fitness Experts"
description="Aminoclub is recognized by top publications, athletes, and wellness organizations for its effective and science-backed approach."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
useInvertedBackground={true}
testimonial="Legacy Labs consistently provides the highest purity peptides for our cutting-edge research. Their meticulous quality control and timely delivery are unmatched, making them an indispensable partner in our scientific endeavors."
useInvertedBackground={false}
testimonial="Aminoclub changed my life! The personalized plans and incredible community support helped me finally reach my fitness goals. I've never felt stronger or more motivated."
rating={5}
author="Dr. Evelyn Reed, Lead Scientist at BioGen Innovations"
author="Sarah M., Aminoclub Member since 2022"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/laboratory-worker-analyzing-blood-sample-glass_482257-7732.jpg", alt: "Dr. Evelyn Reed"},
src: "http://img.b2bpic.net/free-photo/happy-attractive-woman-sportswear-doing-exercise-stadium_23-2147820121.jpg", alt: "Happy attractive woman sportswear"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-scientist_23-2148969947.jpg", alt: "Dr. Michael Chen"},
src: "http://img.b2bpic.net/free-photo/muscular-man-doing-push-ups-gym_23-2148110597.jpg", alt: "Muscular man doing push-ups"},
{
src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67149.jpg", alt: "Dr. Emily Rodriguez"},
src: "http://img.b2bpic.net/free-photo/fit-woman-training-crossfit-gym_23-2147775556.jpg", alt: "Fit woman training crossfit gym"},
{
src: "http://img.b2bpic.net/free-photo/purposeful-man-deep-thoughts-resting-pier_1262-6199.jpg", alt: "Mr. David Kim"},
src: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-against-grey-wall_23-2149590747.jpg", alt: "Woman posing against grey wall"},
{
src: "http://img.b2bpic.net/free-photo/portrait-female-scientist-laboratory_23-2148816372.jpg", alt: "Professional medical development scientist in laboratory"},
src: "http://img.b2bpic.net/free-photo/happy-young-male-runner-ready-running-city_23-2148404265.jpg", alt: "Happy young male runner"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -227,105 +227,92 @@ export default function LandingPage() {
<PricingCardFive
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
useInvertedBackground={true}
plans={[
{
id: "plan-1", tag: "Standard Research", tagIcon: Droplet,
price: "$XXX", period: "per Peptide", description: "Ideal for academic research and small-scale experiments requiring high purity.", button: {
text: "Get Started"},
id: "plan-1", tag: "Basic", tagIcon: Dumbbell,
price: "$19", period: "/month", description: "Start your fitness journey with essential tools and community access.", button: {
text: "Choose Basic"},
featuresTitle: "Key Features:", features: [
"98%+ Purity Peptides", "Standard Delivery (5-7 days)", "Basic CoA Documentation", "Online Support"],
"Access to Workout Library", "Basic Nutrition Guides", "Community Forums", "Progress Tracking"],
},
{
id: "plan-2", tag: "Bulk & Commercial", tagIcon: Truck,
price: "Custom Quote", period: "for Bulk", description: "Designed for pharmaceutical development and large-volume industrial applications.", button: {
text: "Request Quote"},
id: "plan-2", tag: "Premium", tagIcon: UtensilsCrossed,
price: "$29", period: "/month", description: "Elevate your training with personalized plans and expert support.", button: {
text: "Go Premium"},
featuresTitle: "Key Features:", features: [
"99%+ Purity Peptides", "Expedited Bulk Delivery", "Full Regulatory Documentation (CoA, MSDS)", "Dedicated Account Manager", "Custom Synthesis Options"],
"All Basic Features", "Personalized Training Plans", "Advanced Meal Guides", "Direct Coach Support (limited)", "Exclusive Challenges"],
},
{
id: "plan-3", tag: "Advanced Therapeutics", tagIcon: Code,
price: "Consultation", period: "per Project", description: "Tailored solutions for complex therapeutic peptide research and clinical trials.", button: {
text: "Consult an Expert"},
id: "plan-3", tag: "VIP Elite", tagIcon: Users,
price: "$49", period: "/month", description: "Experience the ultimate in fitness coaching and dedicated support.", button: {
text: "Join VIP Elite"},
featuresTitle: "Key Features:", features: [
"Ultra-High Purity (99.9%+)", "cGMP Compliant Production", "Advanced Analytics & Validation", "Project Management Support", "Long-Term Partnership"],
"All Premium Features", "1-on-1 Weekly Coaching", "Custom Macro Meal Plans", "Priority Support", "Early Access to New Programs"],
},
]}
title="Flexible Pricing for Every Scale of Discovery"
description="From individual research projects to large-scale therapeutic development, our transparent pricing adapts to your specific needs."
title="Flexible Membership Plans"
description="Choose the plan that fits your fitness journey and unlock a world of exclusive benefits designed to help you succeed."
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="default"
useInvertedBackground={true}
useInvertedBackground={false}
faqs={[
{
id: "faq1", title: "What purity levels can I expect from Legacy Labs peptides?", content: "Legacy Labs guarantees a minimum purity of 98% for all research-grade peptides, with many achieving 99%+ through multi-stage HPLC purification. Custom synthesis projects can achieve even higher purity levels as per client specifications."},
id: "faq1", title: "What is Aminoclub?", content: "Aminoclub is a comprehensive fitness and wellness platform offering personalized training, nutrition guidance, and a supportive community to help you achieve your health goals."},
{
id: "faq2", title: "How do you ensure the quality and authenticity of your peptides?", content: "Our peptides undergo rigorous quality control, including analytical HPLC, mass spectrometry, and amino acid analysis. We also provide comprehensive Certificates of Analysis (CoA) and adhere to strict international standards for every batch."},
{
id: "faq3", title: "What documentation is provided with my peptide order?", content: "Each order includes a detailed Certificate of Analysis (CoA) and a Material Safety Data Sheet (MSDS). For bulk and cGMP projects, additional regulatory documentation is available upon request."},
{
id: "faq4", title: "Can I request custom peptide synthesis services?", content: "Yes, Legacy Labs specializes in custom peptide synthesis. Our team of expert chemists can synthesize peptides with unique modifications, sequences, and scales. Please contact our sales team for a personalized consultation and quote."},
]}
imageSrc="http://img.b2bpic.net/free-photo/data-center-computer-scientist-analyzing-software-logs-metrics-pc_482257-126209.jpg"
imageAlt="Scientist analyzing complex data visualizations"
id: "faq2", title: "How do the personalized training plans work?", content: "Our AI-powered system creates custom workout routines based on your fitness level, goals, and available equipment. Plans are dynamically adjusted based on your progress and feedback."},n {
id: "faq3", title: "Can I cancel my membership anytime?", content: "Yes, you can cancel your Aminoclub membership at any time through your account settings. There are no long-term contracts, and you can rejoin whenever you're ready."},n {
id: "faq4", title: "Is there a free trial available?", content: "We occasionally offer promotional free trials for new members. Please check our website or social media channels for current offers."},n ]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-sports-equipment-concept_23-2148110625.jpg"
imageAlt="Various sports equipment, symbolizing fitness journey"
mediaAnimation="slide-up"
mediaPosition="right"
title="Frequently Asked Questions"
description="Find answers to common inquiries about our peptide synthesis, purification processes, ordering, and technical support."
title="Your Questions, Answered"
description="Get answers to the most common questions about Aminoclub memberships, programs, and features."
faqsAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Legacy Labs"
logoText="Aminoclub"
columns={[
{
title: "Company", items: [
{
label: "About Us", href: "#about"},
{
label: "Careers", href: "#"},
{
label: "Investors", href: "#"},
],
},
{
title: "Products & Services", items: [
{
label: "Research Peptides", href: "#products"},
{
label: "Custom Synthesis", href: "#pricing"},
{
label: "Bulk Orders", href: "#pricing"},
],
},
{
title: "Resources", items: [
{
label: "Blog", href: "#"},
{
label: "FAQs", href: "#faq"},
label: "Careers", href: "#"},
],
},
{
title: "Programs", items: [
{
label: "Documentation", href: "#"},
label: "Training Plans", href: "#products"},
{
label: "Nutrition Guides", href: "#products"},
{
label: "Coaching", href: "#pricing"},
],
},
{
title: "Support", items: [
{
label: "FAQs", href: "#faq"},
{
label: "Contact Us", href: "#"},
{
label: "Order Status", href: "#"},
{
label: "Technical Support", href: "#"},
label: "Privacy Policy", href: "#"},
],
},
]}
copyrightText="© 2024 Legacy Labs. All rights reserved."
copyrightText="© 2024 Aminoclub. All rights reserved."
/>
</div>
</ReactLenis>

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-open-sans), sans-serif;
font-family: var(--font-inter), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-inter), sans-serif;
font-family: var(--font-dm-sans), sans-serif;
}

View File

@@ -10,14 +10,14 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #106EFB;
/* text sizing - set by ThemeProvider */