Skip to content

Commit

Permalink
feat: add pricing banner for PH launch
Browse files Browse the repository at this point in the history
  • Loading branch information
richiemcilroy committed Nov 29, 2024
1 parent 2d82f23 commit 205be4d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/web/components/pages/PricingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,15 @@ export const PricingPage = () => {
for the lifetime of your subscription.
</p>
</div>
<div className="bg-[#FF6154] text-center flex items-center justify-center p-3 mb-6 rounded-lg max-w-3xl mx-auto">
<p className="sm:text-sm md:text-lg text-white">
Product Hunt Exclusive: Cap Pro for $50 (33% off). Use code{" "}
<span className="text-sm md:text-lg font-bold text-white">
PH50
</span>{" "}
at checkout!
</p>
</div>
<div>
<div className="text-center max-w-[800px] mx-auto mb-8 lg:mb-4">
<h2 className="text-xl text-gray-400">
Expand Down

1 comment on commit 205be4d

@vercel
Copy link

@vercel vercel bot commented on 205be4d Nov 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.