diff --git a/components/MarmarisWidget.tsx b/components/MarmarisWidget.tsx new file mode 100644 index 0000000..d7ef13e --- /dev/null +++ b/components/MarmarisWidget.tsx @@ -0,0 +1,21 @@ +import Script from "next/script"; + +interface MarmarisWidgetProps { + locale: string; + style?: React.CSSProperties; + className?: string; +} + +export function MarmarisWidget({ locale, style, className }: MarmarisWidgetProps) { + return ( +
+
+