feat: add insights section to homepage
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
import { Header } from "@/components/layout/header";
|
||||
import { Footer } from "@/components/layout/footer";
|
||||
import { HeroSection } from "@/components/sections/hero-section";
|
||||
import { StatsSection } from "@/components/sections/stats-section";
|
||||
import { SolutionsSection } from "@/components/sections/solutions-section";
|
||||
import { TechStackSection } from "@/components/sections/tech-stack-section";
|
||||
import { InsightsSection } from "@/components/sections/insights-section";
|
||||
import { CasesSection } from "@/components/sections/cases-section";
|
||||
import { AboutSection } from "@/components/sections/about-section";
|
||||
import { ServicesSection } from "@/components/sections/services-section";
|
||||
import { ProductsSection } from "@/components/sections/products-section";
|
||||
@@ -14,6 +19,11 @@ export default function HomePage() {
|
||||
<main className="min-h-screen">
|
||||
<Header />
|
||||
<HeroSection />
|
||||
<StatsSection />
|
||||
<SolutionsSection />
|
||||
<TechStackSection />
|
||||
<InsightsSection />
|
||||
<CasesSection />
|
||||
<AboutSection />
|
||||
<ServicesSection />
|
||||
<ProductsSection />
|
||||
|
||||
Reference in New Issue
Block a user