Skip to content

Commit

Permalink
Remove price from buy page (#407)
Browse files Browse the repository at this point in the history
* update blur settings

* Update BuyPage.tsx

---------

Co-authored-by: Winston Hsiao <[email protected]>
  • Loading branch information
budzianowski and Winston-Hsiao authored Sep 19, 2024
1 parent 368fd56 commit 62e0679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/pages/BuyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const HeroSection: React.FC = () => {
The future of robotics, now at your fingertips.
</p>
<Button variant="primary" size="lg">
Buy Now - $16,000
Buy Now - $...
</Button>
</motion.section>
);
Expand Down

0 comments on commit 62e0679

Please sign in to comment.