Align brand search SEO with Grace Salmoun
هذا الالتزام موجود في:
@@ -2,7 +2,7 @@ import Link from "next/link";
|
||||
import { JsonLd } from "@/components/json-ld";
|
||||
import { SectionHeading } from "@/components/section-heading";
|
||||
import { SiteShell } from "@/components/site-shell";
|
||||
import { portfolioContent, resumeFile, sharedProfile, type Language } from "@/data/portfolio";
|
||||
import { getBasePath, portfolioContent, resumeFile, sharedProfile, type Language } from "@/data/portfolio";
|
||||
import { getResumeStructuredData } from "@/data/seo";
|
||||
|
||||
export function ResumePageContent({ language }: { language: Language }) {
|
||||
@@ -11,6 +11,7 @@ export function ResumePageContent({ language }: { language: Language }) {
|
||||
const address = language === "ar" ? sharedProfile.addressAr : sharedProfile.address;
|
||||
const hasResume = resumeFile.available;
|
||||
const structuredData = getResumeStructuredData(language);
|
||||
const portfolioPath = getBasePath(language);
|
||||
|
||||
return (
|
||||
<SiteShell language={language}>
|
||||
@@ -41,7 +42,7 @@ export function ResumePageContent({ language }: { language: Language }) {
|
||||
{t.ui.resumeUnavailable}
|
||||
</p>
|
||||
)}
|
||||
<Link href={`/${language}`} className="button-secondary">
|
||||
<Link href={portfolioPath} className="button-secondary">
|
||||
{t.ui.backToPortfolio}
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم