Skip to content

Commit

Permalink
request discount -> contact
Browse files Browse the repository at this point in the history
  • Loading branch information
anuejn committed Dec 3, 2023
1 parent 9aeca9a commit 49ac119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pricing/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function PricingPage() {
Simple, yet affordable pricing model. Completely usage based. No monthly fees. No surprises.
</h3>
<div className="flex my-16 flex-wrap gap-6 lg:gap-0 max-w-[500px] lg:max-w-none mx-auto lg:mx-none">
<PricingCard title="Educational" buttonText="Request Discount" buttonUrl="/todo">
<PricingCard title="Educational" buttonText="Request Discount" buttonUrl="/contact">
<Price price={1} />
<ListP>students and teachers only</ListP>
<hr className="h-px w-full my-1 bg-gray-200" />
Expand Down

0 comments on commit 49ac119

Please sign in to comment.