Skip to content
Merged
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: 2 additions & 2 deletions vite-project/src/components/layout/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const Hero = () => {
icon={ArrowRight}
onClick={() => navigate("/calculator")}
>
Get Started Free
Get Started
</Button>
<Button variant="secondary" size="lg" onClick={scrollToFeatures}>
See How It Works
Expand Down Expand Up @@ -814,7 +814,7 @@ const CTA = () => {
className="bg-white text-emerald-700 font-bold py-4 px-8 rounded-full hover:bg-emerald-50 transition shadow-xl"
onClick={() => navigate("/calculator")}
>
Get Started Free
Get Started
</button>
<button
className="bg-emerald-700 text-white font-semibold py-4 px-8 rounded-full hover:bg-emerald-800 transition border border-emerald-500"
Expand Down
Loading