Update gallery to bento grid, add real reviews, update phone numbers and locations

This commit is contained in:
Ayris Dev
2026-07-15 13:51:22 +03:00
parent d4bcbb0cc3
commit 7a874ab11d
43 changed files with 1234 additions and 790 deletions
+6
View File
@@ -7,6 +7,12 @@ const nextConfig: NextConfig = {
formats: ["image/avif", "image/webp"],
minimumCacheTTL: 2592000,
remotePatterns: [
{
protocol: 'https',
hostname: 'media.ayris.tech',
port: '',
pathname: '/**',
},
{
protocol: 'https',
hostname: 'images.unsplash.com',