logo changed

This commit is contained in:
2024-05-03 11:02:50 +05:00
parent ac220d9036
commit b4a2210b35
3 changed files with 42 additions and 44 deletions
-1
View File
@@ -1,6 +1,5 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
trailingSlash: true,
distDir: "dist",
};
+41 -42
View File
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 15 KiB

+1 -1
View File
@@ -39,7 +39,7 @@ export default function App() {
<ExcursionVR />
<EffeciencyCalculator />
<Winners />
{/* <Reviews /> */}
<Reviews />
<Projects />
<Clients />
<ContactUs />