import { I18nProvider } from "@/i18n"; import { Metadata } from "next"; import LaserPrintSearch from "@/components/LaserPrint/LaserPrintSearch"; import { Stack, Typography } from "@mui/material"; export const metadata: Metadata = { title: "檸檬機(激光機)", }; export default async function LaserPrintPage() { return ( 檸檬機(激光機) ); }