We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52a8dc commit de09f45Copy full SHA for de09f45
src/pages/home/page.tsx
@@ -66,10 +66,11 @@ export default function HomePage() {
66
<div className="min-h-screen bg-gradient-to-br from-violet-50 via-purple-50 to-fuchsia-50">
67
<Header />
68
<HeroSection />
69
+ <FeaturesSection />
70
<TemplateSection />
71
<SurveyTypesSection />
72
<ResultVisualizationSection />
- <FeaturesSection />
73
+
74
<RecentSurveys surveys={surveys} />
75
<FooterSection />
76
</div>
0 commit comments