fix: remove widget from footer and set neighborhood to marmaris
This commit is contained in:
+19
-20
@@ -105,7 +105,7 @@ export default function MenuClient({ initialCategories, siteSettings }: { initia
|
|||||||
backgroundPosition: "center"
|
backgroundPosition: "center"
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* Dark overlay to make text readable */}
|
{/* Dark overlay to make text readable */}
|
||||||
<div className="absolute inset-0 z-0 bg-gradient-to-b from-black/60 via-black/40 to-black/80" />
|
<div className="absolute inset-0 z-0 bg-gradient-to-b from-black/60 via-black/40 to-black/80" />
|
||||||
|
|
||||||
@@ -153,11 +153,10 @@ export default function MenuClient({ initialCategories, siteSettings }: { initia
|
|||||||
<React.Fragment key={l}>
|
<React.Fragment key={l}>
|
||||||
<button
|
<button
|
||||||
onClick={() => router.replace(pathname, { locale: l })}
|
onClick={() => router.replace(pathname, { locale: l })}
|
||||||
className={`text-[11px] font-sans tracking-[0.25em] uppercase transition-all duration-300 ${
|
className={`text-[11px] font-sans tracking-[0.25em] uppercase transition-all duration-300 ${locale === l
|
||||||
locale === l
|
? 'text-white opacity-100 scale-105'
|
||||||
? 'text-white opacity-100 scale-105'
|
: 'text-white/40 hover:text-white/70 hover:scale-100'
|
||||||
: 'text-white/40 hover:text-white/70 hover:scale-100'
|
}`}
|
||||||
}`}
|
|
||||||
>
|
>
|
||||||
{l}
|
{l}
|
||||||
</button>
|
</button>
|
||||||
@@ -295,13 +294,13 @@ export default function MenuClient({ initialCategories, siteSettings }: { initia
|
|||||||
>
|
>
|
||||||
{selectedItem.image && (
|
{selectedItem.image && (
|
||||||
<div className="w-full h-80 relative">
|
<div className="w-full h-80 relative">
|
||||||
<Image
|
<Image
|
||||||
src={selectedItem.image}
|
src={selectedItem.image}
|
||||||
alt={selectedItem.name}
|
alt={selectedItem.name}
|
||||||
fill
|
fill
|
||||||
sizes="(max-width: 768px) 100vw, 400px"
|
sizes="(max-width: 768px) 100vw, 400px"
|
||||||
unoptimized={selectedItem.image.startsWith('/')}
|
unoptimized={selectedItem.image.startsWith('/')}
|
||||||
className="object-cover"
|
className="object-cover"
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
className="absolute top-3 right-3 bg-black/50 text-white w-8 h-8 rounded-full flex items-center justify-center backdrop-blur-md transition-colors hover:bg-black/70"
|
className="absolute top-3 right-3 bg-black/50 text-white w-8 h-8 rounded-full flex items-center justify-center backdrop-blur-md transition-colors hover:bg-black/70"
|
||||||
@@ -350,24 +349,24 @@ export default function MenuClient({ initialCategories, siteSettings }: { initia
|
|||||||
>
|
>
|
||||||
✕
|
✕
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<div className="w-16 h-16 bg-white rounded-full flex items-center justify-center mx-auto mb-4 shadow-sm border border-gray-100">
|
<div className="w-16 h-16 bg-white rounded-full flex items-center justify-center mx-auto mb-4 shadow-sm border border-gray-100">
|
||||||
<svg viewBox="0 0 48 48" className="w-8 h-8">
|
<svg viewBox="0 0 48 48" className="w-8 h-8">
|
||||||
<path fill="#EA4335" d="M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z"/>
|
<path fill="#EA4335" d="M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z" />
|
||||||
<path fill="#4285F4" d="M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z"/>
|
<path fill="#4285F4" d="M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z" />
|
||||||
<path fill="#FBBC05" d="M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z"/>
|
<path fill="#FBBC05" d="M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z" />
|
||||||
<path fill="#34A853" d="M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z"/>
|
<path fill="#34A853" d="M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z" />
|
||||||
<path fill="none" d="M0 0h48v48H0z"/>
|
<path fill="none" d="M0 0h48v48H0z" />
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3 className="text-xl font-bold font-sans text-gray-900 mb-2">
|
<h3 className="text-xl font-bold font-sans text-gray-900 mb-2">
|
||||||
{t('reviewTitle')}
|
{t('reviewTitle')}
|
||||||
</h3>
|
</h3>
|
||||||
<p className="text-sm text-gray-600 mb-6 font-sans">
|
<p className="text-sm text-gray-600 mb-6 font-sans">
|
||||||
{t('reviewDesc')}
|
{t('reviewDesc')}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
href={siteSettings.googleReviewUrl}
|
href={siteSettings.googleReviewUrl}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@@ -377,8 +376,8 @@ export default function MenuClient({ initialCategories, siteSettings }: { initia
|
|||||||
>
|
>
|
||||||
{t('reviewBtn')}
|
{t('reviewBtn')}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
onClick={() => setShowReviewModal(false)}
|
onClick={() => setShowReviewModal(false)}
|
||||||
className="mt-4 text-sm font-medium text-gray-400 hover:text-gray-600 font-sans"
|
className="mt-4 text-sm font-medium text-gray-400 hover:text-gray-600 font-sans"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ import { NextIntlClientProvider } from 'next-intl';
|
|||||||
import { getMessages, setRequestLocale } from 'next-intl/server';
|
import { getMessages, setRequestLocale } from 'next-intl/server';
|
||||||
import { routing } from '@/i18n/routing';
|
import { routing } from '@/i18n/routing';
|
||||||
import { notFound } from 'next/navigation';
|
import { notFound } from 'next/navigation';
|
||||||
|
import { MarmarisWidget } from '@/components/MarmarisWidget';
|
||||||
import "../globals.css";
|
import "../globals.css";
|
||||||
|
|
||||||
const cormorant = Cormorant_Garamond({
|
const cormorant = Cormorant_Garamond({
|
||||||
@@ -57,14 +58,7 @@ export default async function LocaleLayout({
|
|||||||
{/* VPS Panel Analytics */}
|
{/* VPS Panel Analytics */}
|
||||||
<Script src="https://panel.ayris.tech/api/analytics/script" data-domain="http://menu.moybeachakyaka.com" strategy="afterInteractive" />
|
<Script src="https://panel.ayris.tech/api/analytics/script" data-domain="http://menu.moybeachakyaka.com" strategy="afterInteractive" />
|
||||||
|
|
||||||
<div
|
<MarmarisWidget locale={locale} style={{ display: "none" }} />
|
||||||
data-marmaris-widget="marmaris"
|
|
||||||
data-limit="3"
|
|
||||||
data-lang={locale}
|
|
||||||
data-neighborhood=""
|
|
||||||
style={{ display: "none" }}
|
|
||||||
></div>
|
|
||||||
<Script src="https://marmarislocal.com/widget.js" strategy="afterInteractive" />
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ export function MarmarisWidget({ locale, style, className }: MarmarisWidgetProps
|
|||||||
data-marmaris-widget="marmaris"
|
data-marmaris-widget="marmaris"
|
||||||
data-limit="3"
|
data-limit="3"
|
||||||
data-lang={locale}
|
data-lang={locale}
|
||||||
data-neighborhood="akyaka"
|
data-neighborhood="marmaris"
|
||||||
></div>
|
></div>
|
||||||
<Script src="https://marmarislocal.com/widget.js" strategy="afterInteractive" />
|
<Script src="https://marmarislocal.com/widget.js" strategy="afterInteractive" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user