diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4326e55..6911cee 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,6 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
-import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Activity, Award, Box, Briefcase, Car, Clock, Database, Eye, Gauge, Globe, LayoutDashboard, Settings, ShieldCheck, Smartphone, Target, Wifi, Zap } from "lucide-react";
export default function LandingPage() {
@@ -31,37 +30,37 @@ export default function LandingPage() {
@@ -71,12 +70,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
metrics={[
- { id: "m1", title: "Years Experience", value: "30+", icon: Award },
- { id: "m2", title: "Export Countries", value: "20+", icon: Globe },
- { id: "m3", title: "Automation Units", value: "500+", icon: Zap },
+ { id: "m1", title: "產業經驗", value: "30年以上", icon: Award },
+ { id: "m2", title: "出口國家", value: "20+ 個", icon: Globe },
+ { id: "m3", title: "自動化單位", value: "500+ 套", icon: Zap },
]}
- title="Global Trust & Capacity"
- description="Driving production excellence with established metrics and international standards."
+ title="全球信賴與規模"
+ description="憑藉深厚的經驗與國際標準,引領生產卓越。"
/>
@@ -84,12 +83,12 @@ export default function LandingPage() {
@@ -121,12 +120,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- { id: "p1", name: "Packaging Robotics", price: "Industrial", imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545661.jpg" },
- { id: "p2", name: "Tape Automation", price: "High Precision", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-engine_1170-1511.jpg" },
- { id: "p3", name: "Smart Alignment", price: "IoT Ready", imageSrc: "http://img.b2bpic.net/free-photo/close-up-machine-mechanisms-processing-metal-product-photo-with-depth-field_645730-129.jpg" },
+ { id: "p1", name: "包裝機器人", price: "工業級", imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545661.jpg" },
+ { id: "p2", name: "膠帶自動化設備", price: "高精度", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-engine_1170-1511.jpg" },
+ { id: "p3", name: "智慧對位系統", price: "IoT 適用", imageSrc: "http://img.b2bpic.net/free-photo/close-up-machine-mechanisms-processing-metal-product-photo-with-depth-field_645730-129.jpg" },
]}
- title="Product Ecosystem"
- description="High-performance hardware for modern industrial challenges."
+ title="產品生態系"
+ description="專為現代工業挑戰打造的高性能硬體。"
/>
@@ -136,15 +135,15 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- { title: "Electronics", description: "High-speed assembly and testing.", icon: Smartphone },
- { title: "Semiconductor", description: "Wafer handling and inspection.", icon: Box },
- { title: "Packaging", description: "Logistics automation and sorting.", icon: Box },
- { title: "Medical Tech", description: "Precision medical device production.", icon: Activity },
- { title: "Automotive", description: "Car part assembly and robotics.", icon: Car },
- { title: "Energy", description: "Solar and battery production lines.", icon: Gauge },
+ { title: "電子產業", description: "高速組裝與測試。", icon: Smartphone },
+ { title: "半導體", description: "晶圓處理與檢測。", icon: Box },
+ { title: "包裝產業", description: "物流自動化與分揀。", icon: Box },
+ { title: "醫療科技", description: "精密醫療設備生產。", icon: Activity },
+ { title: "汽車製造", description: "汽車零件組裝與機器人應用。", icon: Car },
+ { title: "能源產業", description: "太陽能與電池生產線。", icon: Gauge },
]}
- title="Industry Applications"
- description="Engineering solutions that power diverse sectors worldwide."
+ title="產業應用"
+ description="工程解決方案,為全球多個產業提供強勁動力。"
/>
@@ -152,24 +151,24 @@ export default function LandingPage() {
);
-}
\ No newline at end of file
+}