feat: add insights section to homepage

This commit is contained in:
张翔
2026-02-13 14:07:31 +08:00
parent a42f1f0a90
commit 04b2aca4c1
2 changed files with 139 additions and 0 deletions
+10
View File
@@ -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 />