ADDED: Card sub-components

TODO: Complete styles for card sub-components and section button
This commit is contained in:
2024-02-03 23:52:25 +04:00
committed by doryan
parent a942d22151
commit 9ee845fbba
22 changed files with 1239 additions and 873 deletions

10
next.config.js Normal file
View File

@@ -0,0 +1,10 @@
module.exports = {
images: {
remotePatterns: [
{
protocol: 'https',
hostname: '**',
},
],
},
};