feat: i18n fixes, blog rename, footer cleanup, and contact info update
- Rename /news route to /blog across all pages, links, and sitemap - Fix hardcoded English text in Experiences, QuoteSection, and Footer by wiring all content through the TR/EN dictionaries - Clean up Footer: remove non-existent page links, add contact column - Update contact info: new phone numbers, bilgi@ email, No:71 address, Instagram @ayrisapart link - Add suppressHydrationWarning to <body> to silence browser-extension attribute mismatch errors - Add sizes prop to all fill-mode Next.js Image components Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -28,9 +28,9 @@ export default async function Home({ params }: { params: Promise<{ lang: string
|
||||
<Hero lang={lang} dict={dict} />
|
||||
<Welcome lang={lang} dict={dict} />
|
||||
<ShowcaseImage />
|
||||
<QuoteSection />
|
||||
<QuoteSection dict={dict} />
|
||||
<SuitesHighlights lang={lang} dict={dict} />
|
||||
<Experiences />
|
||||
<Experiences dict={dict} />
|
||||
<ScrollReveal />
|
||||
<CallToAction lang={lang} dict={dict} />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user