From 19bb1ac723ba8de959dcf1855696a9b130974880 Mon Sep 17 00:00:00 2001 From: Mustafa Yildiz Date: Mon, 13 Jul 2026 15:13:20 +0300 Subject: [PATCH] fix: set data-neighborhood to akyaka for Marmaris widget --- components/MarmarisWidget.tsx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 components/MarmarisWidget.tsx 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 ( +
+
+