File tree Expand file tree Collapse file tree 6 files changed +37
-19
lines changed Expand file tree Collapse file tree 6 files changed +37
-19
lines changed Original file line number Diff line number Diff line change 3030 " webp" ,
3131 " Woocommerce" ,
3232 " Yekan" ,
33+ " اینستاگرام" ,
3334 " چنده"
3435 ]
3536}
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ export const generateMetadata = async (
7878 title : defaultTemplateString ,
7979 description,
8080 images : [ imageUrl ] ,
81+ creator : '@username' ,
8182 } ,
8283 robots : {
8384 index : true ,
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const Newsletter = () => {
4343 onSubmit = { form . handleSubmit ( onSubmit ) }
4444 >
4545 < Typography variant = "h6" > { t ( 'footer.newsletter.title' ) } </ Typography >
46- < Stack spacing = { 1 } alignItems = "center " direction = "row" >
46+ < Stack spacing = { 1 } alignItems = "flex-start " direction = "row" >
4747 < Controller
4848 name = "email"
4949 control = { form . control }
Original file line number Diff line number Diff line change 1- import { Instagram , Telegram } from '@mui/icons-material' ;
1+ import { Instagram , Telegram , X } from '@mui/icons-material' ;
22import { Stack , Tooltip , Typography } from '@mui/material' ;
33import { useTranslations } from 'next-intl' ;
44import SocialMediaButton from './SocialMediaButton' ;
55
6- const socialMediaButtons = [
7- {
8- id : 'instagram' ,
9- title : 'Instagram' ,
10- icon : < Instagram /> ,
11- link : 'https://instagram.com' ,
12- } ,
13- {
14- id : 'telegram' ,
15- title : 'Telegram' ,
16- icon : < Telegram /> ,
17- link : 'https://telegram.me/' ,
18- } ,
19- ] ;
20-
216const SocialMedia = ( ) => {
227 const t = useTranslations ( ) ;
238
9+ const socialMediaButtons = [
10+ {
11+ id : 'instagram' ,
12+ title : t ( 'footer.socialMedia.items.instagram' ) ,
13+ icon : < Instagram /> ,
14+ link : 'https://instagram.com' ,
15+ } ,
16+ {
17+ id : 'telegram' ,
18+ title : t ( 'footer.socialMedia.items.telegram' ) ,
19+ icon : < Telegram /> ,
20+ link : 'https://telegram.me/' ,
21+ } ,
22+ {
23+ id : 'x' ,
24+ title : t ( 'footer.socialMedia.items.x' ) ,
25+ icon : < X /> ,
26+ link : 'https://x.com/' ,
27+ } ,
28+ ] ;
29+
2430 return (
2531 < Stack spacing = { 1 } >
2632 < Typography variant = "h6" > { t ( 'footer.socialMedia.stayTuned' ) } </ Typography >
Original file line number Diff line number Diff line change 8181 "customerServiceHours:" : " Customer Service Hours:"
8282 },
8383 "socialMedia" : {
84- "stayTuned" : " Stay Tuned!"
84+ "stayTuned" : " Stay Tuned!" ,
85+ "items" : {
86+ "instagram" : " Instagram" ,
87+ "x" : " X" ,
88+ "telegram" : " Telegram"
89+ }
8590 },
8691 "links" : {
8792 "title" : " Useful Links" ,
Original file line number Diff line number Diff line change 7777 "customerServiceHours:" : " شنبه تا پنجشنبه ساعت 9 تا 18"
7878 },
7979 "socialMedia" : {
80- "stayTuned" : " با ما همراه باشید!"
80+ "stayTuned" : " با ما همراه باشید!" ,
81+ "items" : {
82+ "instagram" : " اینستاگرام" ,
83+ "x" : " اکس" ,
84+ "telegram" : " تلگرام"
85+ }
8186 },
8287 "links" : {
8388 "title" : " لینکهای مفید" ,
You can’t perform that action at this time.
0 commit comments