diff --git a/public/.htaccess b/public/.htaccess index bed040f..d6a17e4 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -15,6 +15,10 @@ RewriteCond %{REQUEST_URI} !(\.[a-zA-Z0-9]{1,5}|/)$ RewriteRule (.*)$ /$1/ [R=301,L] + # Handle Next.js App Router RSC payload files + # (Removed RSC rewrites as we are disabling prefetch instead) + + # 1. Custom 404 handling ErrorDocument 404 /404.html diff --git a/public/web.config b/public/web.config index f61f236..1d2ffb1 100644 --- a/public/web.config +++ b/public/web.config @@ -21,11 +21,17 @@ + + + + + + diff --git a/src/app/about-antalya-restaurant/AboutContent.tsx b/src/app/about-antalya-restaurant/AboutContent.tsx index 4188bf5..eb4dcd1 100644 --- a/src/app/about-antalya-restaurant/AboutContent.tsx +++ b/src/app/about-antalya-restaurant/AboutContent.tsx @@ -96,7 +96,7 @@ export default function AboutContent() {

About Us

- Home / About + Home / About

@@ -126,7 +126,7 @@ export default function AboutContent() {

At Antalya, dining is more than a meal - it is a celebration of culture, flavour, and shared moments. We welcome you to discover the essence of Turkish hospitality and the rich culinary legacy we proudly nurture.

- + VIEW OUR MENU @@ -363,7 +363,7 @@ export default function AboutContent() { viewport={{ once: true }} transition={{ duration: 0.6, delay: 0.6 }} > - + {ctaData.buttonText} diff --git a/src/app/antalya-restaurant-gallery/GalleryContent.tsx b/src/app/antalya-restaurant-gallery/GalleryContent.tsx index 0037efa..0a196c9 100644 --- a/src/app/antalya-restaurant-gallery/GalleryContent.tsx +++ b/src/app/antalya-restaurant-gallery/GalleryContent.tsx @@ -103,7 +103,7 @@ export default function GalleryContent() {

Our Gallery

- Home / Gallery + Home / Gallery

diff --git a/src/app/antalya-restaurant-menu/MenuContent.tsx b/src/app/antalya-restaurant-menu/MenuContent.tsx index 727cced..6970a01 100644 --- a/src/app/antalya-restaurant-menu/MenuContent.tsx +++ b/src/app/antalya-restaurant-menu/MenuContent.tsx @@ -83,7 +83,7 @@ export default function MenuPage() {

Our Menu

- Home / Menu + Home / Menu

diff --git a/src/app/antalya-turkish-food-blog/BlogContent.tsx b/src/app/antalya-turkish-food-blog/BlogContent.tsx index 235b3f6..1ca7689 100644 --- a/src/app/antalya-turkish-food-blog/BlogContent.tsx +++ b/src/app/antalya-turkish-food-blog/BlogContent.tsx @@ -59,7 +59,7 @@ export default function BlogContent() {

Our Blog

- Home / Blog + Home / Blog

@@ -103,11 +103,11 @@ export default function BlogContent() {

- {blog.title} + {blog.title}

{blog.date}

{blog.excerpt}

- + Read More
diff --git a/src/app/antalya-turkish-food-blog/[id]/page.tsx b/src/app/antalya-turkish-food-blog/[id]/page.tsx index f3095d5..c90f0b0 100644 --- a/src/app/antalya-turkish-food-blog/[id]/page.tsx +++ b/src/app/antalya-turkish-food-blog/[id]/page.tsx @@ -55,7 +55,7 @@ export default async function BlogDetailPage({ params }: { params: Promise<{ id:

Blog Post Not Found

- Back to Blog + Back to Blog