From 1d7872c8cc512a4d44e969d0ea87c3b0e9bce4d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=94?= Date: Sat, 21 Feb 2026 23:06:56 +0800 Subject: [PATCH] fix: simplify page to use only existing components --- src/app/(marketing)/page.tsx | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/src/app/(marketing)/page.tsx b/src/app/(marketing)/page.tsx index 15cadc0..b0176ce 100644 --- a/src/app/(marketing)/page.tsx +++ b/src/app/(marketing)/page.tsx @@ -3,33 +3,21 @@ 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"; +import { AboutSection } from "@/components/sections/about-section"; import { NewsSection } from "@/components/sections/news-section"; -import { TestimonialsSection } from "@/components/sections/testimonials-section"; import { ContactSection } from "@/components/sections/contact-section"; export default function HomePage() { return ( -
+
- - - - - - + -