diff --git a/artifacts/ehsan-poc/src/assets/ehsan-white-logo.png b/artifacts/ehsan-poc/src/assets/ehsan-white-logo.png new file mode 100644 index 0000000..34ff67d Binary files /dev/null and b/artifacts/ehsan-poc/src/assets/ehsan-white-logo.png differ diff --git a/artifacts/ehsan-poc/src/components/layout/AppLayout.tsx b/artifacts/ehsan-poc/src/components/layout/AppLayout.tsx index 80c0a28..1105e39 100644 --- a/artifacts/ehsan-poc/src/components/layout/AppLayout.tsx +++ b/artifacts/ehsan-poc/src/components/layout/AppLayout.tsx @@ -4,7 +4,7 @@ import { Phone, Apple, Play } from "lucide-react"; import { Header } from "./Header"; import { useLanguage } from "../../contexts/LanguageContext"; import sdaiaLogo from "@assets/sdaia-white-logo_1780696938873.png"; -import vision2030Logo from "@assets/2030_1780696934734.svg"; +import ehsanWhiteLogo from "../../assets/ehsan-white-logo.png"; function XIcon({ className = "" }: { className?: string }) { return ( @@ -125,13 +125,13 @@ export function AppLayout({ children }: { children: ReactNode }) {
{f.sdaiaSubtitle} {`${f.visionLine1}
diff --git a/artifacts/ehsan-poc/src/lib/i18n/translations.ts b/artifacts/ehsan-poc/src/lib/i18n/translations.ts index 2895719..0c73537 100644 --- a/artifacts/ehsan-poc/src/lib/i18n/translations.ts +++ b/artifacts/ehsan-poc/src/lib/i18n/translations.ts @@ -442,8 +442,6 @@ export const en = { appStoreLabel: "Download on the App Store", googlePlayLabel: "Get it on Google Play", sdaiaSubtitle: "Saudi Data & AI Authority", - visionLine1: "VISION", - visionLine2: "2030", }, }; @@ -891,7 +889,5 @@ export const ar = { appStoreLabel: "حمله من App Store", googlePlayLabel: "احصل عليه من Google Play", sdaiaSubtitle: "الهيئة السعودية للبيانات والذكاء الاصطناعي", - visionLine1: "رؤية", - visionLine2: "2030", }, };