update Header

This commit is contained in:
Mohamadzadeh 2026-06-14 10:40:35 +03:30
parent c6c8394b24
commit c18d840583
2 changed files with 4 additions and 4 deletions

4
dist/index.js vendored
View File

@ -1817,7 +1817,7 @@ function bn({ children: e, ...r }) {
return /* @__PURE__ */ b(W, { alignItems: "center", h: "100%", py: "10px", ...r, children: e }); return /* @__PURE__ */ b(W, { alignItems: "center", h: "100%", py: "10px", ...r, children: e });
} }
function vn(e) { function vn(e) {
return /* @__PURE__ */ b(Qe, { loading: "lazy", alt: "logo", ...e }); return /* @__PURE__ */ b(Qe, { loading: "lazy", alt: "logo", maxW: "80px", maxH: "80px", ...e });
} }
function xn({ children: e, ...r }) { function xn({ children: e, ...r }) {
return /* @__PURE__ */ b( return /* @__PURE__ */ b(
@ -1849,7 +1849,7 @@ function gn({ logoSrc: e = "/logob.png", ...r }) {
...r, ...r,
children: [ children: [
/* @__PURE__ */ b(Qe, { src: e, loading: "lazy" }), /* @__PURE__ */ b(Qe, { src: e, loading: "lazy" }),
/* @__PURE__ */ b(L, { fontSize: "xs", fontWeight: "bold", textAlign: "center", children: وسسه تولید سیستم های خبره و هوشمند اسلامی باقرالعلوم (ع)" }) /* @__PURE__ */ b(L, { fontSize: "xs", fontWeight: "bold", textAlign: "center", children: ؤسسه تولید سیستم‌های خبره و هوشمند اسلامی باقرالعلوم(ع)" })
] ]
} }
); );

View File

@ -34,7 +34,7 @@ function BrandSection({ children, ...props }) {
} }
function Logo(props) { function Logo(props) {
return <Image loading="lazy" alt="logo" {...props} />; return <Image loading="lazy" alt="logo" maxW="80px" maxH="80px" {...props} />;
} }
function Brand({ children, ...props }) { function Brand({ children, ...props }) {
@ -74,7 +74,7 @@ function Bi({ logoSrc = "/logob.png", ...props }) {
> >
<Image src={logoSrc} loading="lazy" /> <Image src={logoSrc} loading="lazy" />
<Text fontSize="xs" fontWeight="bold" textAlign="center"> <Text fontSize="xs" fontWeight="bold" textAlign="center">
موسسه تولید سیستم های خبره و هوشمند اسلامی باقرالعلوم (ع) مؤسسه تولید سیستمهای خبره و هوشمند اسلامی باقرالعلوم(ع)
</Text> </Text>
</VStack> </VStack>
); );