diff --git a/app/community/badminton-club/page.tsx b/app/community/badminton-club/page.tsx index fab2d89..ffd4b0c 100644 --- a/app/community/badminton-club/page.tsx +++ b/app/community/badminton-club/page.tsx @@ -21,7 +21,7 @@ export default function CricketClub() {
-
+
diff --git a/app/community/cricket-club/page.tsx b/app/community/cricket-club/page.tsx index d774f1b..9e0ec77 100644 --- a/app/community/cricket-club/page.tsx +++ b/app/community/cricket-club/page.tsx @@ -9,7 +9,7 @@ import 'yet-another-react-lightbox/styles.css'; export default function CricketClub() { - const galleryImages = communitySubmenuData.filter(img => +img.id >= 1 && +img.id <= 4); + const galleryImages = communitySubmenuData.filter(img => +img.id >= 5 && +img.id <= 8); const [open, setOpen] = useState(false); const [index, setIndex] = useState(0); @@ -20,7 +20,7 @@ export default function CricketClub() {
-
+
diff --git a/app/community/recipes/page.tsx b/app/community/recipes/page.tsx index 9257450..ee45d6b 100644 --- a/app/community/recipes/page.tsx +++ b/app/community/recipes/page.tsx @@ -10,7 +10,7 @@ export default function Recipes() {
-
+
diff --git a/app/community/single-recipes/page.tsx b/app/community/single-recipes/page.tsx index 43ea0ae..3f58a13 100644 --- a/app/community/single-recipes/page.tsx +++ b/app/community/single-recipes/page.tsx @@ -28,7 +28,7 @@ const Page = () => {
-
+
diff --git a/app/community/tamil-school/page.tsx b/app/community/tamil-school/page.tsx index ce17ca5..9c4cd22 100644 --- a/app/community/tamil-school/page.tsx +++ b/app/community/tamil-school/page.tsx @@ -20,7 +20,7 @@ export default function CricketClub() {
- +
@@ -34,7 +34,7 @@ export default function Community() {
- +
@@ -48,7 +48,7 @@ export default function Community() {
- +
@@ -62,7 +62,7 @@ export default function Community() {
- +
@@ -76,7 +76,7 @@ export default function Community() {
- +
@@ -90,7 +90,7 @@ export default function Community() {
- +
diff --git a/package-lock.json b/package-lock.json index 389dc44..4ff9b49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,6 +19,7 @@ "react-modal-video": "^2.0.2", "react-slick": "^0.30.2", "sass": "^1.81.0", + "sitemap": "^8.0.0", "slick-carousel": "^1.8.1", "swiper": "^11.1.14", "wowjs": "^1.1.3", @@ -34,7 +35,8 @@ "@types/react-slick": "^0.23.13", "eslint": "^8.57.1", "eslint-config-next": "^14.2.15", - "typescript": "^5" + "ts-node": "^10.9.2", + "typescript": "^5.8.3" } }, "node_modules/@babel/runtime": { @@ -46,6 +48,19 @@ "node": ">=6.9.0" } }, + "node_modules/@cspotcode/source-map-support": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", + "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/trace-mapping": "0.3.9" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/@emnapi/core": { "version": "1.4.3", "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.4.3.tgz", @@ -228,6 +243,34 @@ "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz", + "integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", + "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, "node_modules/@napi-rs/wasm-runtime": { "version": "0.2.11", "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.11.tgz", @@ -786,6 +829,34 @@ "tslib": "^2.4.0" } }, + "node_modules/@tsconfig/node10": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.11.tgz", + "integrity": "sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@tsconfig/node12": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", + "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", + "dev": true, + "license": "MIT" + }, + "node_modules/@tsconfig/node14": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", + "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", + "dev": true, + "license": "MIT" + }, + "node_modules/@tsconfig/node16": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", + "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", + "dev": true, + "license": "MIT" + }, "node_modules/@tybys/wasm-util": { "version": "0.9.0", "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.9.0.tgz", @@ -815,7 +886,6 @@ "version": "22.15.31", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.31.tgz", "integrity": "sha512-jnVe5ULKl6tijxUhvQeNbQG/84fHfg+yMak02cT8QVhBx/F05rAVxCGBYYTh2EKz22D6JF5ktXuNwdx7b9iEGw==", - "dev": true, "license": "MIT", "dependencies": { "undici-types": "~6.21.0" @@ -879,6 +949,15 @@ "@types/react": "*" } }, + "node_modules/@types/sax": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@types/sax/-/sax-1.2.7.tgz", + "integrity": "sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==", + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "8.34.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.34.0.tgz", @@ -1420,6 +1499,19 @@ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, + "node_modules/acorn-walk": { + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz", + "integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==", + "dev": true, + "license": "MIT", + "dependencies": { + "acorn": "^8.11.0" + }, + "engines": { + "node": ">=0.4.0" + } + }, "node_modules/ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", @@ -1480,6 +1572,12 @@ "lodash.throttle": "^4.0.1" } }, + "node_modules/arg": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", + "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", + "license": "MIT" + }, "node_modules/argparse": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", @@ -1954,6 +2052,13 @@ "integrity": "sha512-llqrvyXztRFPp6+i8jx25phHWcVWhrHO4Nlt0uAOSKHB8778zzQswa4MU3qKBvkXfJKftRYFJuVHez67lyKdHg==", "license": "MIT" }, + "node_modules/create-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "dev": true, + "license": "MIT" + }, "node_modules/cross-spawn": { "version": "7.0.6", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", @@ -2119,6 +2224,16 @@ "node": ">=0.10" } }, + "node_modules/diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.3.1" + } + }, "node_modules/doctrine": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", @@ -4078,6 +4193,13 @@ "dev": true, "license": "ISC" }, + "node_modules/make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "dev": true, + "license": "ISC" + }, "node_modules/math-intrinsics": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", @@ -5021,6 +5143,12 @@ "@parcel/watcher": "^2.4.1" } }, + "node_modules/sax": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz", + "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==", + "license": "ISC" + }, "node_modules/scheduler": { "version": "0.23.2", "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", @@ -5204,6 +5332,31 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/sitemap": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-8.0.0.tgz", + "integrity": "sha512-+AbdxhM9kJsHtruUF39bwS/B0Fytw6Fr1o4ZAIAEqA6cke2xcoO2GleBw9Zw7nRzILVEgz7zBM5GiTJjie1G9A==", + "license": "MIT", + "dependencies": { + "@types/node": "^17.0.5", + "@types/sax": "^1.2.1", + "arg": "^5.0.0", + "sax": "^1.2.4" + }, + "bin": { + "sitemap": "dist/cli.js" + }, + "engines": { + "node": ">=14.0.0", + "npm": ">=6.0.0" + } + }, + "node_modules/sitemap/node_modules/@types/node": { + "version": "17.0.45", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz", + "integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==", + "license": "MIT" + }, "node_modules/slick-carousel": { "version": "1.8.1", "resolved": "https://registry.npmjs.org/slick-carousel/-/slick-carousel-1.8.1.tgz", @@ -5636,6 +5789,57 @@ "typescript": ">=4.8.4" } }, + "node_modules/ts-node": { + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", + "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@cspotcode/source-map-support": "^0.8.0", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "v8-compile-cache-lib": "^3.0.1", + "yn": "3.1.1" + }, + "bin": { + "ts-node": "dist/bin.js", + "ts-node-cwd": "dist/bin-cwd.js", + "ts-node-esm": "dist/bin-esm.js", + "ts-node-script": "dist/bin-script.js", + "ts-node-transpile-only": "dist/bin-transpile.js", + "ts-script": "dist/bin-script-deprecated.js" + }, + "peerDependencies": { + "@swc/core": ">=1.2.50", + "@swc/wasm": ">=1.2.50", + "@types/node": "*", + "typescript": ">=2.7" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "@swc/wasm": { + "optional": true + } + } + }, + "node_modules/ts-node/node_modules/arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "dev": true, + "license": "MIT" + }, "node_modules/tsconfig-paths": { "version": "3.15.0", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", @@ -5796,7 +6000,6 @@ "version": "6.21.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", - "dev": true, "license": "MIT" }, "node_modules/unrs-resolver": { @@ -5842,6 +6045,13 @@ "punycode": "^2.1.0" } }, + "node_modules/v8-compile-cache-lib": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", + "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==", + "dev": true, + "license": "MIT" + }, "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", @@ -6096,6 +6306,16 @@ } } }, + "node_modules/yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, "node_modules/yocto-queue": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", diff --git a/package.json b/package.json index bdd4a3b..fad9469 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "react-modal-video": "^2.0.2", "react-slick": "^0.30.2", "sass": "^1.81.0", + "sitemap": "^8.0.0", "slick-carousel": "^1.8.1", "swiper": "^11.1.14", "wowjs": "^1.1.3", diff --git a/public/assets/img/community/badminton.webp b/public/assets/img/community/badminton.webp new file mode 100644 index 0000000..b06cd18 Binary files /dev/null and b/public/assets/img/community/badminton.webp differ diff --git a/public/assets/img/community/badminton/1 (7).webp b/public/assets/img/community/badminton/1 (7).webp new file mode 100644 index 0000000..bfe360d Binary files /dev/null and b/public/assets/img/community/badminton/1 (7).webp differ diff --git a/public/assets/img/community/badminton/2.webp b/public/assets/img/community/badminton/2.webp new file mode 100644 index 0000000..1e02b83 Binary files /dev/null and b/public/assets/img/community/badminton/2.webp differ diff --git a/public/assets/img/community/badminton/3.webp b/public/assets/img/community/badminton/3.webp new file mode 100644 index 0000000..dcb8220 Binary files /dev/null and b/public/assets/img/community/badminton/3.webp differ diff --git a/public/assets/img/community/badminton/4.webp b/public/assets/img/community/badminton/4.webp new file mode 100644 index 0000000..9a2a2b9 Binary files /dev/null and b/public/assets/img/community/badminton/4.webp differ diff --git a/public/assets/img/community/badminton/badminton-club-banner.webp b/public/assets/img/community/badminton/badminton-club-banner.webp new file mode 100644 index 0000000..cc0f5ac Binary files /dev/null and b/public/assets/img/community/badminton/badminton-club-banner.webp differ diff --git a/public/assets/img/community/business-directory-banner.webp b/public/assets/img/community/business-directory-banner.webp new file mode 100644 index 0000000..7786f83 Binary files /dev/null and b/public/assets/img/community/business-directory-banner.webp differ diff --git a/public/assets/img/community/business.webp b/public/assets/img/community/business.webp new file mode 100644 index 0000000..4ca7469 Binary files /dev/null and b/public/assets/img/community/business.webp differ diff --git a/public/assets/img/community/community-banner.webp b/public/assets/img/community/community-banner.webp new file mode 100644 index 0000000..4d8e8a1 Binary files /dev/null and b/public/assets/img/community/community-banner.webp differ diff --git a/public/assets/img/community/cricket-club/1.webp b/public/assets/img/community/cricket-club/1.webp new file mode 100644 index 0000000..1319471 Binary files /dev/null and b/public/assets/img/community/cricket-club/1.webp differ diff --git a/public/assets/img/community/cricket-club/2.webp b/public/assets/img/community/cricket-club/2.webp new file mode 100644 index 0000000..255f3b6 Binary files /dev/null and b/public/assets/img/community/cricket-club/2.webp differ diff --git a/public/assets/img/community/cricket-club/3.webp b/public/assets/img/community/cricket-club/3.webp new file mode 100644 index 0000000..616e2eb Binary files /dev/null and b/public/assets/img/community/cricket-club/3.webp differ diff --git a/public/assets/img/community/cricket-club/4.webp b/public/assets/img/community/cricket-club/4.webp new file mode 100644 index 0000000..170eafe Binary files /dev/null and b/public/assets/img/community/cricket-club/4.webp differ diff --git a/public/assets/img/community/cricket-club/cricket-club-banner.webp b/public/assets/img/community/cricket-club/cricket-club-banner.webp new file mode 100644 index 0000000..2d7cd87 Binary files /dev/null and b/public/assets/img/community/cricket-club/cricket-club-banner.webp differ diff --git a/public/assets/img/community/cricket.webp b/public/assets/img/community/cricket.webp new file mode 100644 index 0000000..c16352a Binary files /dev/null and b/public/assets/img/community/cricket.webp differ diff --git a/public/assets/img/community/fund.webp b/public/assets/img/community/fund.webp new file mode 100644 index 0000000..f3d5dce Binary files /dev/null and b/public/assets/img/community/fund.webp differ diff --git a/public/assets/img/community/fund/1.webp b/public/assets/img/community/fund/1.webp new file mode 100644 index 0000000..38aa82b Binary files /dev/null and b/public/assets/img/community/fund/1.webp differ diff --git a/public/assets/img/community/fund/2.webp b/public/assets/img/community/fund/2.webp new file mode 100644 index 0000000..31bdc38 Binary files /dev/null and b/public/assets/img/community/fund/2.webp differ diff --git a/public/assets/img/community/fund/3.webp b/public/assets/img/community/fund/3.webp new file mode 100644 index 0000000..8fa33ad Binary files /dev/null and b/public/assets/img/community/fund/3.webp differ diff --git a/public/assets/img/community/fund/4.webp b/public/assets/img/community/fund/4.webp new file mode 100644 index 0000000..329e47e Binary files /dev/null and b/public/assets/img/community/fund/4.webp differ diff --git a/public/assets/img/community/fund/fund-banner.webp b/public/assets/img/community/fund/fund-banner.webp new file mode 100644 index 0000000..3a16261 Binary files /dev/null and b/public/assets/img/community/fund/fund-banner.webp differ diff --git a/public/assets/img/community/recipe.webp b/public/assets/img/community/recipe.webp new file mode 100644 index 0000000..efc2b57 Binary files /dev/null and b/public/assets/img/community/recipe.webp differ diff --git a/public/assets/img/community/recipes/canadian-banner.webp b/public/assets/img/community/recipes/canadian-banner.webp new file mode 100644 index 0000000..1989df1 Binary files /dev/null and b/public/assets/img/community/recipes/canadian-banner.webp differ diff --git a/public/assets/img/community/recipes/canadian.webp b/public/assets/img/community/recipes/canadian.webp new file mode 100644 index 0000000..9e04d97 Binary files /dev/null and b/public/assets/img/community/recipes/canadian.webp differ diff --git a/public/assets/img/community/recipes/recipes-banner.webp b/public/assets/img/community/recipes/recipes-banner.webp new file mode 100644 index 0000000..666de32 Binary files /dev/null and b/public/assets/img/community/recipes/recipes-banner.webp differ diff --git a/public/assets/img/community/recipes/south-indian-banner.webp b/public/assets/img/community/recipes/south-indian-banner.webp new file mode 100644 index 0000000..91ecb7f Binary files /dev/null and b/public/assets/img/community/recipes/south-indian-banner.webp differ diff --git a/public/assets/img/community/recipes/south-indian.webp b/public/assets/img/community/recipes/south-indian.webp new file mode 100644 index 0000000..9346520 Binary files /dev/null and b/public/assets/img/community/recipes/south-indian.webp differ diff --git a/public/assets/img/community/recipes/sri-lankan.webp b/public/assets/img/community/recipes/sri-lankan.webp new file mode 100644 index 0000000..a181c0d Binary files /dev/null and b/public/assets/img/community/recipes/sri-lankan.webp differ diff --git a/public/assets/img/community/recipes/srilankan-banner.webp b/public/assets/img/community/recipes/srilankan-banner.webp new file mode 100644 index 0000000..0ddd0d0 Binary files /dev/null and b/public/assets/img/community/recipes/srilankan-banner.webp differ diff --git a/public/assets/img/community/recipes/srilankan-curry-banner.webp b/public/assets/img/community/recipes/srilankan-curry-banner.webp new file mode 100644 index 0000000..801e01d Binary files /dev/null and b/public/assets/img/community/recipes/srilankan-curry-banner.webp differ diff --git a/public/assets/img/community/recipes/srilankan-curry.webp b/public/assets/img/community/recipes/srilankan-curry.webp new file mode 100644 index 0000000..303a8bc Binary files /dev/null and b/public/assets/img/community/recipes/srilankan-curry.webp differ diff --git a/public/assets/img/community/recipes/traditional-banner.webp b/public/assets/img/community/recipes/traditional-banner.webp new file mode 100644 index 0000000..4d4c9a0 Binary files /dev/null and b/public/assets/img/community/recipes/traditional-banner.webp differ diff --git a/public/assets/img/community/recipes/traditional.webp b/public/assets/img/community/recipes/traditional.webp new file mode 100644 index 0000000..ab0d8ca Binary files /dev/null and b/public/assets/img/community/recipes/traditional.webp differ diff --git a/public/assets/img/community/school.webp b/public/assets/img/community/school.webp new file mode 100644 index 0000000..cbe5da3 Binary files /dev/null and b/public/assets/img/community/school.webp differ diff --git a/public/assets/img/community/tamil-school/1.webp b/public/assets/img/community/tamil-school/1.webp new file mode 100644 index 0000000..597b6ba Binary files /dev/null and b/public/assets/img/community/tamil-school/1.webp differ diff --git a/public/assets/img/community/tamil-school/2.webp b/public/assets/img/community/tamil-school/2.webp new file mode 100644 index 0000000..fd3cb81 Binary files /dev/null and b/public/assets/img/community/tamil-school/2.webp differ diff --git a/public/assets/img/community/tamil-school/3.webp b/public/assets/img/community/tamil-school/3.webp new file mode 100644 index 0000000..c534b1a Binary files /dev/null and b/public/assets/img/community/tamil-school/3.webp differ diff --git a/public/assets/img/community/tamil-school/4.webp b/public/assets/img/community/tamil-school/4.webp new file mode 100644 index 0000000..7b83779 Binary files /dev/null and b/public/assets/img/community/tamil-school/4.webp differ diff --git a/public/assets/img/community/tamil-school/school-banner.webp b/public/assets/img/community/tamil-school/school-banner.webp new file mode 100644 index 0000000..b414948 Binary files /dev/null and b/public/assets/img/community/tamil-school/school-banner.webp differ diff --git a/tsconfig.json b/tsconfig.json index d81d4ee..3de7baf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -33,7 +33,7 @@ "**/*.ts", "**/*.tsx", ".next/types/**/*.ts" - ], +, "scripts/generate-sitemap.cts" ], "exclude": [ "node_modules" ] diff --git a/utility/constant.utils.js b/utility/constant.utils.js index db7c6e7..4d6fe80 100644 --- a/utility/constant.utils.js +++ b/utility/constant.utils.js @@ -4,7 +4,7 @@ export const recipesList = [ { id: 1, slug: "south-indian-food", - image: "/assets/img/all-images/blog/blog-img8.png", + image: "/assets/img/community/recipes/south-indian.webp", title: "South Indian Food", user: "Admin", date: "Feb 28, 2021", @@ -88,7 +88,7 @@ export const recipesList = [ { id: 2, slug: "sri-lankan", - image: "/assets/img/all-images/blog/blog-img8.png", + image: "/assets/img/community/recipes/sri-lankan.webp", title: "Sri Lankan", user: "Admin", date: "Feb 17, 2021", @@ -186,7 +186,7 @@ export const recipesList = [ { id: 3, slug: "traditional-tamil", - image: "/assets/img/all-images/blog/blog-img8.png", + image: "/assets/img/community/recipes/traditional.webp", title: "Traditional Tamil", user: "Admin", date: "Jun 30 2016", @@ -229,7 +229,7 @@ export const recipesList = [ { id: 4, slug: "sri-lankan-curry", - image: "/assets/img/all-images/blog/blog-img8.png", + image: "/assets/img/community/recipes/srilankan-curry.webp", title: "Sri Lankan Curry", user: "Admin", date: "Jun 30 2016", @@ -290,7 +290,7 @@ export const recipesList = [ { id: 5, slug: "canadian", - image: "/assets/img/all-images/blog/blog-img8.png", + image: "/assets/img/community/recipes/canadian.webp", title: "Canadian", user: "Admin", date: "Feb 03, 2016", @@ -4175,42 +4175,42 @@ export const tamilculture = { export const communitySubmenuData = [ { id: "1", - src: "/assets/img/online/membership-2024/tca-mem-1.webp", + src: "/assets/img/community/fund/1.webp", alt: "membership2024 pics", }, { id: "2", - src: "/assets/img/online/membership-2024/tca-mem-2.webp", + src: "/assets/img/community/fund/2.webp", alt: "membership2024 pics" }, { id: "3", - src: "/assets/img/online/membership-2024/tca-mem-3.webp", + src: "/assets/img/community/fund/3.webp", alt: "membership2024 pics", }, { id: "4", - src: "/assets/img/online/membership-2024/tca-mem-4.webp", + src: "/assets/img/community/fund/4.webp", alt: "membership2024 pics" }, { id: "5", - src: "/assets/img/online/membership-2025/tca-mem-1.webp", + src: "/assets/img/community/cricket-club/1.webp", alt: "membership2025 pics", }, { id: "6", - src: "/assets/img/online/membership-2025/tca-mem-2.webp", + src: "/assets/img/community/cricket-club/2.webp", alt: "membership2025 pics" }, { id: "7", - src: "/assets/img/online/membership-2025/tca-mem-3.webp", + src: "/assets/img/community/cricket-club/3.webp", alt: "membership2025 pics", }, { id: "8", - src: "/assets/img/online/membership-2025/tca-mem-4.webp", + src: "/assets/img/community/cricket-club/4.webp", alt: "membership2025 pics" }, @@ -4218,22 +4218,22 @@ export const communitySubmenuData = [ { id: "9", - src: "/assets/img/online/membership-2025/tca-mem-1.webp", + src: "/assets/img/community/badminton/1.webp", alt: "Badminton Club pics", }, { id: "10", - src: "/assets/img/online/membership-2025/tca-mem-2.webp", + src: "/assets/img/community/badminton/2.webp", alt: "Badminton Club pics" }, { id: "11", - src: "/assets/img/online/membership-2025/tca-mem-3.webp", + src: "/assets/img/community/badminton/3.webp", alt: "Badminton Club pics", }, { id: "12", - src: "/assets/img/online/membership-2025/tca-mem-4.webp", + src: "/assets/img/community/badminton/4.webp", alt: "Badminton Club pics" }, @@ -4242,44 +4242,44 @@ export const communitySubmenuData = [ { id: "13", - src: "/assets/img/online/membership-2025/tca-mem-1.webp", + src: "/assets/img/community/tamil-school/1.webp", alt: "Tamil School pics", }, { id: "14", - src: "/assets/img/online/membership-2025/tca-mem-2.webp", + src: "/assets/img/community/tamil-school/2.webp", alt: "Tamil School pics" }, { id: "15", - src: "/assets/img/online/membership-2025/tca-mem-3.webp", + src: "/assets/img/community/tamil-school/3.webp", alt: "Tamil School pics", }, { id: "16", - src: "/assets/img/online/membership-2025/tca-mem-4.webp", - alt: "Tamil School pics" - }, - { - id: "17", - src: "/assets/img/online/membership-2025/tca-mem-1.webp", - alt: "Tamil School pics", - }, - { - id: "18", - src: "/assets/img/online/membership-2025/tca-mem-2.webp", - alt: "Tamil School pics" - }, - { - id: "19", - src: "/assets/img/online/membership-2025/tca-mem-3.webp", - alt: "Tamil School pics", - }, - { - id: "20", - src: "/assets/img/online/membership-2025/tca-mem-4.webp", + src: "/assets/img/community/tamil-school/4.webp", alt: "Tamil School pics" }, + // { + // id: "17", + // src: "/assets/img/online/membership-2025/tca-mem-1.webp", + // alt: "Tamil School pics", + // }, + // { + // id: "18", + // src: "/assets/img/online/membership-2025/tca-mem-2.webp", + // alt: "Tamil School pics" + // }, + // { + // id: "19", + // src: "/assets/img/online/membership-2025/tca-mem-3.webp", + // alt: "Tamil School pics", + // }, + // { + // id: "20", + // src: "/assets/img/online/membership-2025/tca-mem-4.webp", + // alt: "Tamil School pics" + // }, ];