Skip to content
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
4 changes: 3 additions & 1 deletion src/app/education/bitcoin-for-executives/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ export default function BitcoinForExecutivesPage() {
/>
</Card>
{/* Price */}
<div className="mt-4 text-sm text-gray-500">CHF 5'999.-</div>
<Card className="mt-4 p-4 border-2 border-gray-200 bg-white">
<span className="text-xl font-semibold text-gray-900">CHF 5&apos;999.-</span>
</Card>
</div>
</div>

Expand Down
5 changes: 4 additions & 1 deletion src/app/education/financial-sovereignty/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,10 @@ export default function FinancialSovereigntyPage() {
/>
</Card>
{/* Price */}
<div className="mt-4 text-sm text-gray-500">CHF 749.- <span className="text-gray-400">(CHF 50 in BTC incl.)</span></div>
<Card className="mt-4 p-4 border-2 border-gray-200 bg-white">
<span className="text-xl font-semibold text-gray-900">CHF 749.-</span>
<span className="text-gray-400 text-sm ml-2">(CHF 50 in BTC incl.)</span>
</Card>
</div>
</div>

Expand Down
4 changes: 3 additions & 1 deletion src/app/education/private-bitcoin-briefing/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ export default function PrivateBitcoinBriefingPage() {
/>
</Card>
{/* Price */}
<div className="mt-4 text-sm text-gray-500">Price on inquiry</div>
<Card className="mt-4 p-4 border-2 border-gray-200 bg-white">
<span className="text-xl font-semibold text-gray-900">Price on inquiry</span>
</Card>
</div>

</div>
Expand Down
4 changes: 3 additions & 1 deletion src/app/research/resq-package/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ export default function ResQPackagePage() {
/>
</Card>
{/* Price */}
<div className="mt-4 text-sm text-gray-500">Price on inquiry</div>
<Card className="mt-4 p-4 border-2 border-gray-200 bg-white">
<span className="text-xl font-semibold text-gray-900">Price on inquiry</span>
</Card>
</div>

</div>
Expand Down
Loading