File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,10 @@ import { Helmet } from "react-helmet-async";
33import { LandingHeader } from "@/components/landing/LandingHeader" ;
44import { HeroSection } from "@/components/landing/HeroSection" ;
55import { StorySection } from "@/components/landing/StorySection" ;
6- import { TransparencySection } from "@/components/shared/TransparencySection" ;
76import { DashboardPreview } from "@/components/landing/DashboardPreview" ;
87import { TestimonialsSection } from "@/components/landing/TestimonialsSection" ;
98import { FeaturesSection } from "@/components/landing/FeaturesSection" ;
109import { StatsSection } from "@/components/landing/StatsSection" ;
11- import { FAQ } from "@/components/shared/FAQ" ;
1210import { CTASection } from "@/components/landing/CTASection" ;
1311import { LandingFooter } from "@/components/landing/LandingFooter" ;
1412
@@ -116,12 +114,10 @@ const LandingPage = () => {
116114 < LandingHeader onRedirectToDashboard = { redirectToDashboard } />
117115 < HeroSection scrollY = { scrollY } onRedirectToDashboard = { redirectToDashboard } />
118116 < StorySection />
119- < TransparencySection variant = "landing" />
120117 < DashboardPreview />
121118 < TestimonialsSection />
122119 < FeaturesSection />
123120 < StatsSection />
124- < FAQ variant = "landing" />
125121 < CTASection onRedirectToDashboard = { redirectToDashboard } />
126122 < LandingFooter />
127123 </ div >
You can’t perform that action at this time.
0 commit comments