Merge version_25 into main #39

Merged
bender merged 3 commits from version_25 into main 2026-04-07 00:33:03 +00:00
3 changed files with 15 additions and 9 deletions

View File

@@ -7,9 +7,11 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
export default function BpcTbPage() {
return (
<ThemeProvider>
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<ReactLenis root>
<NavbarStyleApple navItems={[{name: 'Home', id: '/'}, {name: 'Products', id: '/products'}]} brandName="Peptify" />
<div id="nav" data-section="nav">
<NavbarStyleApple navItems={[{name: 'Home', id: '/'}, {name: 'Products', id: '/products'}]} brandName="Peptify" />
</div>
<main className="container mx-auto px-6 py-24">
<h1 className="text-4xl font-bold mb-6">BPC + TB 10MG</h1>
<p className="text-lg mb-8">Synergistic blend for advanced study.</p>
@@ -20,7 +22,7 @@ export default function BpcTbPage() {
<li>Batch-certified</li>
</ul>
</main>
<FooterSimple columns={[]} bottomLeftText="© 2024 Peptify. For Research Use Only." />
<FooterSimple columns={[]} bottomLeftText="© 2024 Peptify." bottomRightText="For Research Use Only." />
</ReactLenis>
</ThemeProvider>
);

View File

@@ -7,9 +7,11 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
export default function RetatrutidePage() {
return (
<ThemeProvider>
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<ReactLenis root>
<NavbarStyleApple navItems={[{name: 'Home', id: '/'}, {name: 'Products', id: '/products'}]} brandName="Peptify" />
<div id="nav" data-section="nav">
<NavbarStyleApple navItems={[{name: 'Home', id: '/'}, {name: 'Products', id: '/products'}]} brandName="Peptify" />
</div>
<main className="container mx-auto px-6 py-24">
<h1 className="text-4xl font-bold mb-6">Retatrutide</h1>
<p className="text-lg mb-8">Advanced agonist compound for research applications.</p>
@@ -20,7 +22,7 @@ export default function RetatrutidePage() {
<li>Pharmaceutical grade precision</li>
</ul>
</main>
<FooterSimple columns={[]} bottomLeftText="© 2024 Peptify. For Research Use Only." />
<FooterSimple columns={[]} bottomLeftText="© 2024 Peptify." bottomRightText="For Research Use Only." />
</ReactLenis>
</ThemeProvider>
);

View File

@@ -7,9 +7,11 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
export default function TirzepatidePage() {
return (
<ThemeProvider>
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<ReactLenis root>
<NavbarStyleApple navItems={[{name: 'Home', id: '/'}, {name: 'Products', id: '/products'}]} brandName="Peptify" />
<div id="nav" data-section="nav">
<NavbarStyleApple navItems={[{name: 'Home', id: '/'}, {name: 'Products', id: '/products'}]} brandName="Peptify" />
</div>
<main className="container mx-auto px-6 py-24">
<h1 className="text-4xl font-bold mb-6">Tirzepatide</h1>
<p className="text-lg mb-8">High-purity Tirzepatide for metabolic and physiological research.</p>
@@ -22,7 +24,7 @@ export default function TirzepatidePage() {
<h2 className="text-2xl font-semibold mb-4">Recommended Uses</h2>
<p className="mb-8">For exclusive use in controlled laboratory research environments.</p>
</main>
<FooterSimple columns={[]} bottomLeftText="© 2024 Peptify. For Research Use Only." />
<FooterSimple columns={[]} bottomLeftText="© 2024 Peptify." bottomRightText="For Research Use Only." />
</ReactLenis>
</ThemeProvider>
);