import LaserPrintSearch from "@/components/LaserPrint/LaserPrintSearch"; import { Stack, Typography } from "@mui/material"; import { Metadata } from "next"; import React from "react"; export const metadata: Metadata = { title: "檸檬機(激光機)", }; const LaserPrintPage: React.FC = () => { return ( <> 檸檬機(激光機) ); }; export default LaserPrintPage;