From ac220d903644d1d6358813e1fd8c66e4efc4f224 Mon Sep 17 00:00:00 2001 From: zojgame Date: Mon, 15 Apr 2024 12:03:16 +0500 Subject: [PATCH 1/2] clients fix --- src/consts/clients.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/consts/clients.ts b/src/consts/clients.ts index 995dc5f..da4a630 100644 --- a/src/consts/clients.ts +++ b/src/consts/clients.ts @@ -1,8 +1,9 @@ import { IClient } from "../types/Clients"; export const clients: IClient[] = [ - { id: "1", src: "/images/clients/1.png" }, + { id: "30", src: "/images/clients/31.png" }, { id: "2", src: "/images/clients/2.png" }, + { id: "1", src: "/images/clients/1.png" }, { id: "3", src: "/images/clients/3.png" }, { id: "4", src: "/images/clients/4.png" }, { id: "5", src: "/images/clients/5.png" }, @@ -31,5 +32,4 @@ export const clients: IClient[] = [ { id: "27", src: "/images/clients/28.png" }, { id: "28", src: "/images/clients/29.png" }, { id: "29", src: "/images/clients/30.png" }, - { id: "30", src: "/images/clients/31.png" }, ]; From b4a2210b35de9642a71da38ac2693a4c1e8d058d Mon Sep 17 00:00:00 2001 From: zojgame Date: Fri, 3 May 2024 11:02:50 +0500 Subject: [PATCH 2/2] logo changed --- next.config.mjs | 1 - public/images/Logo.svg | 83 +++++++++++++++++++++--------------------- src/app/page.tsx | 2 +- 3 files changed, 42 insertions(+), 44 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index 3182a51..9f99cf3 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,6 +1,5 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - output: "export", trailingSlash: true, distDir: "dist", }; diff --git a/public/images/Logo.svg b/public/images/Logo.svg index f47a105..d70d445 100644 --- a/public/images/Logo.svg +++ b/public/images/Logo.svg @@ -1,67 +1,66 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + + + + diff --git a/src/app/page.tsx b/src/app/page.tsx index 68e8b98..9dad6d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,7 +39,7 @@ export default function App() { - {/* */} +