chore: make rooms (odalar) section passive
This commit is contained in:
@@ -343,6 +343,7 @@ export default async function Home({ params }: { params: Promise<{ lang: string
|
||||
{/* ──────────────────────────────────────────
|
||||
ROOMS
|
||||
────────────────────────────────────────── */}
|
||||
{/*
|
||||
<section className="py-28 bg-white">
|
||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<ScrollReveal className="text-center mb-16">
|
||||
@@ -408,6 +409,7 @@ export default async function Home({ params }: { params: Promise<{ lang: string
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
*/}
|
||||
|
||||
{/* ──────────────────────────────────────────
|
||||
ACTIVITIES — BENTO GRID
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ const baseUrl = 'https://kitebeachakyaka.com.tr';
|
||||
const langs = ['tr', 'en'];
|
||||
const routes = [
|
||||
{ path: '', changeFrequency: 'daily' as const, priority: 1.0 },
|
||||
{ path: '/odalar', changeFrequency: 'weekly' as const, priority: 0.9 },
|
||||
// { path: '/odalar', changeFrequency: 'weekly' as const, priority: 0.9 },
|
||||
{ path: '/aktiviteler', changeFrequency: 'weekly' as const, priority: 0.9 },
|
||||
{ path: '/etkinlikler', changeFrequency: 'weekly' as const, priority: 0.9 },
|
||||
{ path: '/restoran', changeFrequency: 'weekly' as const, priority: 0.8 },
|
||||
|
||||
Reference in New Issue
Block a user