diff --git a/app/(personal)/projects/[slug]/gallery/page.tsx b/app/(personal)/projects/[slug]/gallery/page.tsx index 0aa97a8..0fd8814 100644 --- a/app/(personal)/projects/[slug]/gallery/page.tsx +++ b/app/(personal)/projects/[slug]/gallery/page.tsx @@ -29,7 +29,7 @@ const Home: NextPage = async ({ params }: Props,) => { return ( <> - Rinattok21: Images + ঋণাত্মক - ২১: Images { />

- {initial?.data?.title || 'Rinattok21: Images'} + {initial?.data?.title || 'ঋণাত্মক - ২১: Images'}

{ - 'A collection of images from Rinattok21. Please enjoy the images and share them with your friends.' + 'A collection of images from ঋণাত্মক - ২১. Please enjoy the images and share them with your friends.' }

{ const interval = setInterval(() => { setShowRinattok((prev) => !prev) diff --git a/components/pages/project/Gallery.tsx b/components/pages/project/Gallery.tsx index b93c138..8fe9f2f 100644 --- a/components/pages/project/Gallery.tsx +++ b/components/pages/project/Gallery.tsx @@ -73,7 +73,7 @@ const Gallery = ({ data }: any) => { alt="Next.js Conf photo" className="transform rounded-lg brightness-90 transition will-change-auto group-hover:brightness-110" placeholder="blur" - blurDataURL="https://res.cloudinary.com/rinattok21/image/upload/c_scale,w_8,q_70/v1635730000/nextjsconf-pics/1.jpg" + blurDataURL="https://res.cloudinary.com/ঋণাত্মক - ২১/image/upload/c_scale,w_8,q_70/v1635730000/nextjsconf-pics/1.jpg" src={url} width={720} height={480} diff --git a/components/pwa-install.jsx b/components/pwa-install.jsx index ac99a29..c69c5b6 100644 --- a/components/pwa-install.jsx +++ b/components/pwa-install.jsx @@ -28,8 +28,8 @@ const PwaInstall = () => { }, []); const handleEmailOpen = (event) => { event.preventDefault(); - window.location.href = "mailto:rinattok21@gmail.com"; - + window.location.href = "mailto:ঋণাত্মক - ২১@gmail.com"; + }; const handleInstallClick = (event) => { event.preventDefault(); diff --git a/public/manifest.json b/public/manifest.json index 98b0902..5c3f0fe 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,7 +3,7 @@ "display_override": ["window-controls-overlay"], "protocol_handlers": [{ "protocol": "mailto", "url": "/newEmail?to=%s" }], "name": "HSTU ECE21", - "short_name": "RINATTOK21", + "short_name": "ঋণাত্মক - ২১", "description": "Documentary of HSTU ECE21 Batch. A project by Shahriar Hasan.", "theme_color": "#000000", "background_color": "#FFFFFF", diff --git a/sanity.config.ts b/sanity.config.ts index 36d4d0b..3494041 100644 --- a/sanity.config.ts +++ b/sanity.config.ts @@ -24,7 +24,7 @@ import settings from '@/sanity/schemas/singletons/settings' const title = process.env.NEXT_PUBLIC_SANITY_PROJECT_TITLE || - 'Rinattok21 - HSTU ECE 21 Batch' + 'ঋণাত্মক - ২১ - HSTU ECE 21 Batch' export default defineConfig({ basePath: studioUrl,