Skip to content

Commit 556ade4

Browse files
Fix: Remove duplicated FAQ and Transparency sections
Remove duplicated FAQ and Transparency sections from the landing page.
1 parent 2d4370e commit 556ade4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/pages/LandingPage.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ import { Helmet } from "react-helmet-async";
33
import { LandingHeader } from "@/components/landing/LandingHeader";
44
import { HeroSection } from "@/components/landing/HeroSection";
55
import { StorySection } from "@/components/landing/StorySection";
6-
import { TransparencySection } from "@/components/shared/TransparencySection";
76
import { DashboardPreview } from "@/components/landing/DashboardPreview";
87
import { TestimonialsSection } from "@/components/landing/TestimonialsSection";
98
import { FeaturesSection } from "@/components/landing/FeaturesSection";
109
import { StatsSection } from "@/components/landing/StatsSection";
11-
import { FAQ } from "@/components/shared/FAQ";
1210
import { CTASection } from "@/components/landing/CTASection";
1311
import { 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>

0 commit comments

Comments
 (0)