From 08203d32327c0ba1c0ea9ead3eb4a34950e09e3a Mon Sep 17 00:00:00 2001 From: d9m0n4 Date: Fri, 5 Jun 2026 09:39:20 +0300 Subject: [PATCH 1/3] feat(162): add footer top contetn --- apps/xi.land/app/layout.tsx | 5 +- .../public/assets/footer/footerImage.webp | Bin 0 -> 8956424 bytes .../assets/footer/footerImageMobile.webp | Bin 0 -> 1725596 bytes package-lock.json | 15 +- packages/pkg.footer/Footer.tsx | 241 ++++++++++++------ packages/pkg.footer/package.json | 2 +- 6 files changed, 179 insertions(+), 84 deletions(-) create mode 100644 apps/xi.land/public/assets/footer/footerImage.webp create mode 100644 apps/xi.land/public/assets/footer/footerImageMobile.webp diff --git a/apps/xi.land/app/layout.tsx b/apps/xi.land/app/layout.tsx index 3915d011..ac48270b 100644 --- a/apps/xi.land/app/layout.tsx +++ b/apps/xi.land/app/layout.tsx @@ -172,7 +172,10 @@ export default function RootLayout({ children }: { children: React.ReactNode })
{children} -