import type { Metadata } from 'next'; export const metadata: Metadata = { title: 'Bambu Lab Build Plate (Podloga)', description: 'Bambu Lab build plate podloge - Cool Plate, Engineering Plate, High Temp Plate, Textured PEI.', openGraph: { title: 'Bambu Lab Build Plate (Podloga) - Filamenteka', description: 'Bambu Lab build plate podloge - Cool Plate, Engineering Plate, High Temp Plate, Textured PEI.', url: 'https://filamenteka.rs/ploce', }, alternates: { canonical: 'https://filamenteka.rs/ploce', }, }; export default function PloceLayout({ children }: { children: React.ReactNode }) { return <>{children}; }