File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import { LandingHeader } from "@/components/landing/LandingHeader";
44import { HeroSection } from "@/components/landing/HeroSection" ;
55import { StorySection } from "@/components/landing/StorySection" ;
66import { TransparencySection } from "@/components/shared/TransparencySection" ;
7- import { Calculator } from "@/components/shared/Calculator" ;
87import { DashboardPreview } from "@/components/landing/DashboardPreview" ;
98import { TestimonialsSection } from "@/components/landing/TestimonialsSection" ;
109import { 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 />
You can’t perform that action at this time.
0 commit comments