diff --git a/public/sitemap.xml b/public/sitemap.xml index 89dae3b..d9e5244 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -1 +1 @@ -https://antalya.metatronnest.com/daily1.0https://antalya.metatronnest.com/about-us/monthly0.5https://antalya.metatronnest.com/menu/weekly0.6https://antalya.metatronnest.com/gallery/weekly0.6https://antalya.metatronnest.com/catering/weekly0.6https://antalya.metatronnest.com/contact/weekly0.6https://antalya.metatronnest.com/blog/weekly0.6https://antalya.metatronnest.com/blog/the-art-of-turkish-tea/weekly0.6https://antalya.metatronnest.com/blog/secrets-of-charcoal-grilling/weekly0.6https://antalya.metatronnest.com/blog/a-taste-of-sweet-legacy/weekly0.6 \ No newline at end of file +https://antalya.metatronnest.com/daily1.0https://antalya.metatronnest.com/about-antalya-restaurant/monthly0.5https://antalya.metatronnest.com/antalya-restaurant-menu/weekly0.6https://antalya.metatronnest.com/antalya-restaurant-gallery/weekly0.6https://antalya.metatronnest.com/catering-services-ontario/weekly0.6https://antalya.metatronnest.com/book-a-table/weekly0.6https://antalya.metatronnest.com/antalya-turkish-food-blog/weekly0.6https://antalya.metatronnest.com/antalya-turkish-food-blog/the-art-of-turkish-tea/weekly0.6https://antalya.metatronnest.com/antalya-turkish-food-blog/secrets-of-charcoal-grilling/weekly0.6https://antalya.metatronnest.com/antalya-turkish-food-blog/a-taste-of-sweet-legacy/weekly0.6 \ No newline at end of file diff --git a/scripts/generate-sitemap.cjs b/scripts/generate-sitemap.cjs index afc45bb..42daeb8 100644 --- a/scripts/generate-sitemap.cjs +++ b/scripts/generate-sitemap.cjs @@ -27,19 +27,19 @@ const formatUrl = (url) => { // ✅ Static pages const staticLinks = [ { url: '/', changefreq: 'daily', priority: 1.0 }, - { url: '/about-us/', changefreq: 'monthly', priority: 0.5 }, - { url: '/menu/', changefreq: 'weekly', priority: 0.6 }, - { url: '/gallery/', changefreq: 'weekly', priority: 0.6 }, - { url: '/catering/', changefreq: 'weekly', priority: 0.6 }, - { url: '/contact/', changefreq: 'weekly', priority: 0.6 }, - { url: '/blog/', changefreq: 'weekly', priority: 0.6 }, + { url: '/about-antalya-restaurant/', changefreq: 'monthly', priority: 0.5 }, + { url: '/antalya-restaurant-menu/', changefreq: 'weekly', priority: 0.6 }, + { url: '/antalya-restaurant-gallery/', changefreq: 'weekly', priority: 0.6 }, + { url: '/catering-services-ontario/', changefreq: 'weekly', priority: 0.6 }, + { url: '/book-a-table/', changefreq: 'weekly', priority: 0.6 }, + { url: '/antalya-turkish-food-blog/', changefreq: 'weekly', priority: 0.6 }, ]; // ✅ Dynamic blog posts (only URLs, no extra metadata needed beyond static format) const blogPosts = [ - { slug: '/blog/the-art-of-turkish-tea' }, - { slug: '/blog/secrets-of-charcoal-grilling/' }, - { slug: '/blog/a-taste-of-sweet-legacy/' }, + { slug: '/antalya-turkish-food-blog/the-art-of-turkish-tea' }, + { slug: '/antalya-turkish-food-blog/secrets-of-charcoal-grilling/' }, + { slug: '/antalya-turkish-food-blog/a-taste-of-sweet-legacy/' }, ]; const blogLinks = blogPosts.map(p => ({ url: p.slug, changefreq: 'weekly', priority: 0.6 })); diff --git a/src/app/about-us/AboutContent.tsx b/src/app/about-antalya-restaurant/AboutContent.tsx similarity index 90% rename from src/app/about-us/AboutContent.tsx rename to src/app/about-antalya-restaurant/AboutContent.tsx index f371dea..ca93983 100644 --- a/src/app/about-us/AboutContent.tsx +++ b/src/app/about-antalya-restaurant/AboutContent.tsx @@ -119,14 +119,16 @@ export default function AboutContent() {

Our Story

- Founded in 2010, Antalya Restaurant began with a simple mission: to bring the authentic flavors of Turkey to our community. - What started as a small family-run kitchen has grown into a beloved dining destination, known for its warm hospitality and traditional recipes passed down through generations. + Antalya began with a simple vision - to share the flavours, warmth, and culinary traditions of Turkey with our community. What started as a humble kitchen has grown into a beloved dining destination, celebrated for its hospitality, charcoal-grilled artistry, and authentic taste.

- Every dish we serve tells a story of tradition, passion, and dedication to the culinary arts. Our chefs use time-honored techniques combined with the freshest ingredients to create an unforgettable dining experience. + From handcrafted dishes to time-honoured recipes passed through generations, every plate tells a story of heritage and passion. Our chefs blend tradition with refined technique, using the freshest ingredients to create experiences that feel familiar yet unforgettable.

- - View Our Menu +

+ 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 @@ -149,7 +151,7 @@ export default function AboutContent() { viewport={{ once: true }} variants={fadeInUp} > - What Makes Us Special + What Sets Antalya Apart

Why Choose Us

- At Antalya Restaurant, we don't just serve food – we create experiences. Our commitment to authenticity means every spice, every ingredient, and every cooking method stays true to Turkish culinary traditions. + At Antalya Restaurant, we don’t just serve meals - we curate meaningful dining moments. Our commitment to authenticity ensures that every ingredient, seasoning, and cooking method honours true Turkish culinary heritage.

- From our charcoal-grilled kebabs to our handmade baklava, we take pride in delivering dishes that transport you straight to the streets of Istanbul and the coasts of Antalya. + From our charcoal-grilled kebabs to handcrafted baklava, every dish is made with care to transport you to the bustling streets of Istanbul and the coastal charm of Antalya. We take pride in delivering warmth, flavour, and hospitality that make every visit unforgettable.

@@ -310,9 +312,9 @@ export default function AboutContent() { ANTALYA Antalya Cutlery Icon -

Frequently Asked Questions

+

FAQ – Your Questions Answered

- Have questions about Antalya Restaurant? Find answers to our most commonly asked questions below. + Find helpful answers to common questions about dining at Antalya.

{aboutFaqData.map((faq, index) => ( diff --git a/src/app/about-us/about.module.css b/src/app/about-antalya-restaurant/about.module.css similarity index 99% rename from src/app/about-us/about.module.css rename to src/app/about-antalya-restaurant/about.module.css index 314f10e..fcc517b 100644 --- a/src/app/about-us/about.module.css +++ b/src/app/about-antalya-restaurant/about.module.css @@ -89,7 +89,7 @@ font-size: 2.5rem; color: #5d4037; margin-bottom: 1.5rem; - text-transform: uppercase; + /* text-transform: uppercase; */ letter-spacing: 2px; } @@ -99,7 +99,7 @@ color: var(--color-paragraph); margin-bottom: 3rem; text-align: center; - text-transform: uppercase; + /* text-transform: uppercase; */ letter-spacing: 2px; } diff --git a/src/app/about-us/about_temp.css b/src/app/about-antalya-restaurant/about_temp.css similarity index 100% rename from src/app/about-us/about_temp.css rename to src/app/about-antalya-restaurant/about_temp.css diff --git a/src/app/about-antalya-restaurant/page.tsx b/src/app/about-antalya-restaurant/page.tsx new file mode 100644 index 0000000..916e9bd --- /dev/null +++ b/src/app/about-antalya-restaurant/page.tsx @@ -0,0 +1,11 @@ +import { Metadata } from "next"; +import AboutContent from "./AboutContent"; + +export const metadata: Metadata = { + title: "About Antalya Restaurant | Authentic Turkish Dining", + description: "Learn about Antalya Restaurant in Ontario - where authentic Turkish flavours, warm hospitality come together for a memorable dining experience.", +}; + +export default function AboutPage() { + return ; +} diff --git a/src/app/about-us/page.tsx b/src/app/about-us/page.tsx deleted file mode 100644 index ad281a9..0000000 --- a/src/app/about-us/page.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import { Metadata } from "next"; -import AboutContent from "./AboutContent"; - -export const metadata: Metadata = { - title: "About Us | Antalya Restaurant", - description: "Learn about the rich history and culinary traditions of Antalya Restaurant. Meet our chefs and discover our passion for authentic Turkish food.", -}; - -export default function AboutPage() { - return ; -} diff --git a/src/app/gallery/GalleryContent.tsx b/src/app/antalya-restaurant-gallery/GalleryContent.tsx similarity index 96% rename from src/app/gallery/GalleryContent.tsx rename to src/app/antalya-restaurant-gallery/GalleryContent.tsx index 4964124..36f5da7 100644 --- a/src/app/gallery/GalleryContent.tsx +++ b/src/app/antalya-restaurant-gallery/GalleryContent.tsx @@ -114,9 +114,9 @@ export default function GalleryContent() { ANTALYA Antalya Cutlery Icon
-

A Visual Journey Through Authentic Turkish

+

A Visual Journey Through Authentic Turkish Dining

- Explore our gallery showcasing the authentic flavors and elegant atmosphere of Antalya. From charcoal-grilled kebabs to handcrafted baklava, each image tells a story of culinary excellence and Turkish hospitality. + Explore our gallery that captures the flavours, artistry, and elegance of Antalya. From charcoal-grilled kebabs to handcrafted baklava and vibrant interiors, every image reflects our passion for culinary excellence and warm Turkish hospitality.

diff --git a/src/app/gallery/gallery.module.css b/src/app/antalya-restaurant-gallery/gallery.module.css similarity index 100% rename from src/app/gallery/gallery.module.css rename to src/app/antalya-restaurant-gallery/gallery.module.css diff --git a/src/app/antalya-restaurant-gallery/page.tsx b/src/app/antalya-restaurant-gallery/page.tsx new file mode 100644 index 0000000..6742d2e --- /dev/null +++ b/src/app/antalya-restaurant-gallery/page.tsx @@ -0,0 +1,11 @@ +import { Metadata } from "next"; +import GalleryContent from "./GalleryContent"; + +export const metadata: Metadata = { + title: "Antalya Restaurant Gallery | Turkish Dining Experience", + description: "Explore the Antalya Restaurant gallery featuring authentic Turkish dishes, elegant interiors, & a visual taste of our dining experience.", +}; + +export default function GalleryPage() { + return ; +} diff --git a/src/app/menu/MenuContent.tsx b/src/app/antalya-restaurant-menu/MenuContent.tsx similarity index 95% rename from src/app/menu/MenuContent.tsx rename to src/app/antalya-restaurant-menu/MenuContent.tsx index d776f48..8bac77d 100644 --- a/src/app/menu/MenuContent.tsx +++ b/src/app/antalya-restaurant-menu/MenuContent.tsx @@ -96,9 +96,9 @@ export default function MenuPage() { ANTALYA Antalya Cutlery Icon -

Delicious Turkish, Mezze, And More

+

Delicious Turkish Flavours, Mezze, and More

- Looking for authentic Turkish dining? At Antalya, we offer a wide variety of traditional dishes, from crispy appetizers to charcoal-grilled kebabs. Whether you're craving mezze platters or hearty main courses, our menu has something for everyone. + Craving authentic Turkish cuisine? At Antalya, our menu features a wide selection of traditional dishes - from crispy mezze appetizers to charcoal-grilled kebabs and hearty mains. Whether you’re seeking small bites or a full feast, we have something to satisfy every palate.

diff --git a/src/app/menu/menu.module.css b/src/app/antalya-restaurant-menu/menu.module.css similarity index 100% rename from src/app/menu/menu.module.css rename to src/app/antalya-restaurant-menu/menu.module.css diff --git a/src/app/antalya-restaurant-menu/page.tsx b/src/app/antalya-restaurant-menu/page.tsx new file mode 100644 index 0000000..2feb575 --- /dev/null +++ b/src/app/antalya-restaurant-menu/page.tsx @@ -0,0 +1,11 @@ +import { Metadata } from "next"; +import MenuContent from "./MenuContent"; + +export const metadata: Metadata = { + title: "Antalya Restaurant Menu | Authentic Turkish Dining", + description: "Explore the Antalya's menu featuring authentic Turkish dishes, mezze plates, charcoal-grilled kebabs, & for an unforgettable dining experience.", +}; + +export default function MenuPage() { + return ; +} diff --git a/src/app/blog/BlogContent.tsx b/src/app/antalya-turkish-food-blog/BlogContent.tsx similarity index 86% rename from src/app/blog/BlogContent.tsx rename to src/app/antalya-turkish-food-blog/BlogContent.tsx index 17be4f0..14ec9bc 100644 --- a/src/app/blog/BlogContent.tsx +++ b/src/app/antalya-turkish-food-blog/BlogContent.tsx @@ -70,9 +70,9 @@ export default function BlogContent() { ANTALYA icon -

Stories From Our Kitchen, And Traditions

+

Stories Crafted Through Flavor & Celebration

- Discover the rich heritage of Turkish cuisine through our blog. From traditional recipes and cooking techniques to the cultural significance of tea and hospitality, we share insights into what makes Turkish food truly special. + Discover how Antalya brings Turkish heritage to your table through our catering. From handcrafted mezze and slow-grilled kebabs to the warmth of Turkish hospitality, we create dining moments that tell stories - making every event memorable and meaningful.

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

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

{blog.date}

{blog.excerpt}

- + Read More
diff --git a/src/app/blog/[id]/blogDetail.module.css b/src/app/antalya-turkish-food-blog/[id]/blogDetail.module.css similarity index 99% rename from src/app/blog/[id]/blogDetail.module.css rename to src/app/antalya-turkish-food-blog/[id]/blogDetail.module.css index e31bcc7..48957a2 100644 --- a/src/app/blog/[id]/blogDetail.module.css +++ b/src/app/antalya-turkish-food-blog/[id]/blogDetail.module.css @@ -100,7 +100,7 @@ .content { font-family: var(--font-lato); - font-size: 1.1rem; + font-size: 16px; line-height: 1.8; /* color: #5d4037; */ } diff --git a/src/app/blog/[id]/page.tsx b/src/app/antalya-turkish-food-blog/[id]/page.tsx similarity index 93% rename from src/app/blog/[id]/page.tsx rename to src/app/antalya-turkish-food-blog/[id]/page.tsx index f82b2c7..0ce4397 100644 --- a/src/app/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