Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📰 get our research section in line #44

Merged
merged 2 commits into from
Oct 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion app/components/logo/LogoText.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<script lang="ts" setup>
defineProps<{ large?: boolean }>()
defineProps<{ large?: boolean, medium?: boolean }>()
</script>

<template>
<div class="flex items-end">
<div class="font-extrabold text-primary-900 dark:text-primary-200">fume</div>
<u-icon v-if="large" name="i-mdi-circle" class="w-2 h-2 lg:w-12 lg:h-12 text-primary-900 dark:text-primary-100 mb-2" />
<u-icon v-else-if="medium" name="i-mdi-circle" class="w-2 h-2 lg:w-6 lg:h-6 text-primary-900 dark:text-primary-100 mb-2" />
<div v-else class="text-primary-900 dark:text-primary-100">.</div>
<div class="font-extrabold text-primary-600 dark:text-primary-300">bio</div>
</div>
Expand Down
19 changes: 11 additions & 8 deletions app/pages/label/[type]/[mg].vue
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
<script setup lang="ts">
definePageMeta({ layout: 'bare' })
const dims = { width: 45, height: 20 }
const dims = { width: 45, height: 14 }
const route = useRoute()
const { type, mg } = route.params
</script>

<template>
<div class="w-screen h-screen flex items-center justify-center">
<div
class="flex flex-col justify-center items-center space-y-3"
class="cut-here flex flex-col justify-center items-center space-y-2"
:style="`width: ${dims.width * 5}mm; height: ${dims.height * 5}mm;`"
>
<div class="flex items-center space-x-3">
<div class="flex items-center space-x-3 h-52 w-full">
<logo-bio class="w-52 h-52" />
<div class="flex flex-col space-y-3">
<div class="flex flex-col w-full flex-1">
<logo-text class="text-9xl" large />
<div class="flex text-5xl font-extrabold">
<span class="text-sky-900 flex-1 text-center bg-sky-200 py-2 px-6"> {{ type }} </span>
<span v-if="mg !== 'none'" class="text-sky-200 bg-sky-900 py-2 px-6"> {{ mg }}mg </span>
<div class="flex font-extrabold w-full flex-1">
<span class="uppercase w-full flex-1 text-7xl text-sky-900 text-center bg-sky-200 py-1 px-6"> {{ type }} </span>
<div v-if="mg !== 'none'" class="text-sky-200 bg-sky-900 py-1 px-6 flex items-end">
<div class="text-7xl"> {{ mg }}</div>
<div>mg </div>
</div>
</div>
</div>
</div>
<div class="uppercase font-semibold tracking-wider text-xs">
<div class="uppercase font-extrabold tracking-tighter">
IN-VITRO LABORATORY RESEARCH USE ONLY. NOT FOR HUMAN OR ANIMAL USE OR CONSUMPTION OF ANY KIND.
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions app/pages/logo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ definePageMeta({
</script>

<template>
<div class="w-screen h-screen flex items-center justify-center bg-black">
<div class="flex justify-center items-center space-x-6 bg-green-500 p-6">
<div class="w-screen h-screen flex items-center justify-center bg-white">
<div class="flex justify-center items-center space-x-6 p-6">
<logo-bio class="w-52 h-52" />
</div>
</div>
Expand Down
31 changes: 30 additions & 1 deletion content/1.research/1.index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,38 @@
---
title: Overview
description: Explore cutting-edge peptide therapeutics for metabolic disorders, including GLP-1 agonists, dual and triple receptor agonists, and innovative treatments for obesity and diabetes.
description: Discover our personalized approach to weight loss using tirzepatide and other advanced peptide therapeutics. Learn how we adapt treatments based on your body's hunger signals for optimal results in managing obesity and metabolic disorders.
position: 1
---

At fume.bio, we take a personalized and adaptive approach to weight loss using cutting-edge peptide therapeutics. Our journey typically begins with tirzepatide, a powerful dual GIP/GLP-1 receptor agonist, administered via a convenient injection pen.

## Starting with Tirzepatide

Tirzepatide has shown remarkable results in clinical trials, offering significant benefits for weight loss and glycemic control. When you start your journey with us, we'll guide you through the process of using tirzepatide in an easy-to-use injection pen. This medication helps reduce appetite, slow gastric emptying, and improve metabolic function, leading to substantial weight loss for many users.

## Adapting to Your Body's Signals

One of the key aspects of our approach is that we don't rely solely on a fixed timeline for adjusting your treatment. Instead, we pay close attention to your body's signals, particularly the return of hunger. This is a crucial indicator that your current dose may need adjustment or that it might be time to consider alternative peptides.

## Responsive Dosage Adjustments

When you start experiencing increased hunger again, it's a sign that your body may be adapting to the current dose of tirzepatide. At this point, we may:

1. Increase the dose of tirzepatide to maintain its effectiveness
2. Consider switching to or adding other peptides that can complement the effects of tirzepatide
3. Explore combination therapies to target multiple pathways involved in weight regulation

## Exploring Alternative Peptides

If tirzepatide's effectiveness plateaus or if you experience any issues, we have a range of other peptides at our disposal. These may include:

- Cagrilintide: An amylin receptor agonist that can further suppress appetite and slow gastric emptying
- Retatrutide: A triple receptor agonist that targets GLP-1, GIP, and glucagon receptors for enhanced metabolic effects

By tailoring our approach to your individual response and adjusting based on the return of hunger rather than a fixed schedule, we aim to provide a more effective and personalized weight loss experience.

Explore our range of peptide therapeutics and learn more about our approach:

::card-group
::card
---
Expand Down