Skip to content

Commit 2d4370e

Browse files
Fix: Remove calculator from landing page
Removed the calculator component from the landing page to avoid duplication, as requested. The calculator is now only present on the pricing page.
1 parent 9d3aae5 commit 2d4370e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pages/LandingPage.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { LandingHeader } from "@/components/landing/LandingHeader";
44
import { HeroSection } from "@/components/landing/HeroSection";
55
import { StorySection } from "@/components/landing/StorySection";
66
import { TransparencySection } from "@/components/shared/TransparencySection";
7-
import { Calculator } from "@/components/shared/Calculator";
87
import { DashboardPreview } from "@/components/landing/DashboardPreview";
98
import { TestimonialsSection } from "@/components/landing/TestimonialsSection";
109
import { FeaturesSection } from "@/components/landing/FeaturesSection";
@@ -118,7 +117,6 @@ const LandingPage = () => {
118117
<HeroSection scrollY={scrollY} onRedirectToDashboard={redirectToDashboard} />
119118
<StorySection />
120119
<TransparencySection variant="landing" />
121-
<Calculator variant="landing" />
122120
<DashboardPreview />
123121
<TestimonialsSection />
124122
<FeaturesSection />

0 commit comments

Comments
 (0)