diff --git a/.firebaserc b/.firebaserc index 1efff6e3..c95e8b5d 100644 --- a/.firebaserc +++ b/.firebaserc @@ -19,6 +19,9 @@ ], "k33-auth-dev": [ "k33-auth-dev" + ], + "k33-dev": [ + "k33-dev" ] } }, @@ -38,6 +41,9 @@ ], "k33-auth": [ "k33-auth" + ], + "k33-prod": [ + "k33-prod" ] } } diff --git a/DEPLOY.md b/DEPLOY.md index 56e4999f..8d5bc159 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -21,6 +21,7 @@ firebase deploy --only hosting:k33-research-dev firebase deploy --only hosting:k33-research-archive-dev firebase deploy --only hosting:k33-invest-dev firebase deploy --only hosting:k33-auth-dev +firebase deploy --only hosting:k33-dev ``` ## k33-prod @@ -31,4 +32,5 @@ firebase deploy --only hosting:k33-research firebase deploy --only hosting:k33-research-archive firebase deploy --only hosting:k33-invest firebase deploy --only hosting:k33-auth +firebase deploy --only hosting:k33-prod ``` diff --git a/apps/invest/public/home/fund-doc.pdf b/apps/invest/public/home/fund-doc.pdf index cf9f54ad..a215d78f 100644 Binary files a/apps/invest/public/home/fund-doc.pdf and b/apps/invest/public/home/fund-doc.pdf differ diff --git a/apps/invest/src/assets/Content.png b/apps/invest/src/assets/Content.png index d693260b..b67bb784 100644 Binary files a/apps/invest/src/assets/Content.png and b/apps/invest/src/assets/Content.png differ diff --git a/apps/invest/src/components/FundPromotion.tsx b/apps/invest/src/components/FundPromotion.tsx index 8a7c5596..b0bdd378 100644 --- a/apps/invest/src/components/FundPromotion.tsx +++ b/apps/invest/src/components/FundPromotion.tsx @@ -24,9 +24,7 @@ const FundPromotion: React.FC = () => { id="analyst-information" className="flex-col gap-2 text-label-light-primary self-center py-10" > -
- Talk to our analysts -
+
fund managers

Book a call 1-1 with us. Let us help you understand the digital assets industry. diff --git a/apps/invest/src/pages/home.tsx b/apps/invest/src/pages/home.tsx index 0a5c59fd..7f80782c 100644 --- a/apps/invest/src/pages/home.tsx +++ b/apps/invest/src/pages/home.tsx @@ -36,10 +36,10 @@ const fundCards = { }, position: { title: 'position and Near Term Outlook', - date: 'June 2023', + date: 'September 2023', subtitle: '', description: [ - "The charges against Coinbase and Binance by the SEC may have affected the market, but the Bitcoin ETF application from Blackrock, Deutsche Bank's license application to do crypto custody, and the operational launch of EDX Markets backed by Fidelity, Citadel, and Schwab, sends a clear and positive signal. While we maintain the expectation of a sideways market in the short term, the long term view is bullish, driven by underlying adoption.", + 'Our outlook for the next 6-12 months remains positive, with several important dates lined up. There is a high probability that BTC gets its first spot ETF in the coming 6 months and one could argue that the Grayscale victory made the probability go up further. Ethereum also has upcoming deadlines for futures ETFs and a spot ETH ETF application has been filed. Ethereum is gearing up for an upgrade that will have a positive impact on rollups that use Ethereum as their L1. A spot ETF for Bitcoin is a very positive development and so far the market has not fully internalised the magnitude of the development.', ], }, summary: { @@ -213,7 +213,47 @@ const Home: NextPageWithLayout = () => { date="Monthly Performance of K33 vs. Bitcoin" > -

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
K33BTC
Year to Date48.84%56.75%
1 Month-9.97%-11.31%
3 Months-7.84%-4.84%
6 Months6.38%11.97%
1 Year23.31%29.48%
Launch to Date324.40%232.59%
diff --git a/apps/research/src/components/article/article-actions/styles.module.scss b/apps/research/src/components/article/article-actions/styles.module.scss index bf9237ac..449ac42f 100644 --- a/apps/research/src/components/article/article-actions/styles.module.scss +++ b/apps/research/src/components/article/article-actions/styles.module.scss @@ -14,6 +14,7 @@ align-items: flex-start; padding: 8px; position: relative; + gap: 8px; } .fadeOut { diff --git a/apps/research/src/components/article/article-payments/ProCheckoutCard.tsx b/apps/research/src/components/article/article-payments/ProCheckoutCard.tsx index 76ee48af..a7b86282 100644 --- a/apps/research/src/components/article/article-payments/ProCheckoutCard.tsx +++ b/apps/research/src/components/article/article-payments/ProCheckoutCard.tsx @@ -11,6 +11,7 @@ import { } from 'antd'; import { CheckCircleFilled } from '@ant-design/icons'; import { usePlan } from '@/hooks'; +import { proFeatures } from '@/utils'; const { Title, Text } = Typography; const { useToken } = theme; @@ -162,7 +163,7 @@ const ProCheckoutCard: React.FC = ({ padding: 0, paddingBottom: 16, }} - dataSource={features} + dataSource={proFeatures} renderItem={(feat) => ( { state: 'active', })} plan="PRO Plan" - features={proPlanFeatures} + features={proFeatures} price="50" action={ <> @@ -230,7 +231,7 @@ const PricingTable = () => { productStatus.state === 'active' && { state: 'active', })} - features={proPlanFeatures} + features={proFeatures} price="500" promotions={Save $100} action={ diff --git a/apps/research/src/utils/index.ts b/apps/research/src/utils/index.ts index 08f89232..4095aa9e 100644 --- a/apps/research/src/utils/index.ts +++ b/apps/research/src/utils/index.ts @@ -63,3 +63,9 @@ export function isBrowser() { export * from './share'; export * from './markdown'; + +export const proFeatures = [ + 'Ahead of the Curve – The Weekly Market Report', + 'Navigating Narratives – The Weekly DeFi Research Note', + 'This Week in Crypto – The Weekly Crypto Industry Newsletter', +]; diff --git a/empty/.gitignore b/empty/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/firebase.json b/firebase.json index 481fd906..01cfa8da 100644 --- a/firebase.json +++ b/firebase.json @@ -123,6 +123,18 @@ "cleanUrls": true, "public": "./apps/auth/out", "ignore": ["firebase.json", "**/.*", "**/node_modules/**"] + }, + { + "target": "k33-dev", + "cleanUrls": true, + "public": "./empty", + "ignore": ["firebase.json", "**/.*", "**/node_modules/**"] + }, + { + "target": "k33-prod", + "cleanUrls": true, + "public": "./empty", + "ignore": ["firebase.json", "**/.*", "**/node_modules/**"] } ] }