fix: convert solutions and cases pages to client components

This commit is contained in:
张翔
2026-02-26 18:50:24 +08:00
parent 712f8572ab
commit 93f9bca2e4
4 changed files with 32 additions and 12 deletions
+2 -6
View File
@@ -1,15 +1,11 @@
import { Metadata } from 'next';
'use client';
import Link from 'next/link';
import { Button } from '@/components/ui/button';
import { Badge } from '@/components/ui/badge';
import { ArrowRight, Building2, Calendar, TrendingUp } from 'lucide-react';
import { CASES } from '@/lib/constants';
export const metadata: Metadata = {
title: '客户案例 - 睿新致远',
description: '与谁同行,决定能走多远',
};
export default function CasesPage() {
return (
<div className="min-h-screen bg-white">